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

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/model/
H A DDevicePrint.java55 private Double latitude; field in class:DevicePrint
191 return latitude;
197 * @param latitude The Latitude.
199 public void setLatitude(Double latitude) { argument
200 this.latitude = latitude;
282 + ((latitude == null) ? 0 : latitude.hashCode());
322 if (latitude == null) {
323 if (other.latitude !
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 77 milliseconds