Searched defs:bothNull (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DColocationComparator.java59 if (bothNull(currentLatitude, currentLongitude, storedLatitude, storedLongitude)) {
136 private boolean bothNull(Double currentLatitude, Double currentLongitude, Double storedLatitude, method in class:ColocationComparator

Completed in 27 milliseconds