HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedBatchSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
FusedLocationHardwareSecure.java 64 public int getSupportedBatchSize() throws RemoteException {
66 return mLocationHardware.getSupportedBatchSize();
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 136 public int getSupportedBatchSize() {
138 return mLocationHardware.getSupportedBatchSize();
140 Log.e(TAG, "RemoteException at getSupportedBatchSize");

Completed in 63 milliseconds