Home
last modified time | relevance | path

Searched defs:hasLatLong (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java92 public final boolean hasLatLong; field in ExifInterfaceTest.ExpectedValue
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1127 private void handleReportLocation(boolean hasLatLong, Location location) { in handleReportLocation()
1478 public void onReportLocation(boolean hasLatLong, Location location) { in onReportLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java182 void onReportLocation(boolean hasLatLong, Location location); in onReportLocation()
944 void reportLocation(boolean hasLatLong, Location location) { in reportLocation()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp277 bool hasLatLong(const GnssLocation_V1_0& location) { in hasLatLong() function
283 bool hasLatLong(const GnssLocation_V2_0& location) { in hasLatLong() function