Home
last modified time | relevance | path

Searched refs:getGnssBatchSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
DILocationManager.aidl81 int getGnssBatchSize(String packageName); in getGnssBatchSize() method
DLocationManager.java2218 public int getGnssBatchSize() { in getGnssBatchSize() method in LocationManager
2220 return mService.getGnssBatchSize(mContext.getPackageName()); in getGnssBatchSize()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1732 public int getGnssBatchSize(String packageName) { in getGnssBatchSize() method in LocationManagerService
/frameworks/base/api/
Dsystem-current.txt3391 …d @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) public int getGnssBatchSize();