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

/frameworks/base/services/core/java/com/android/server/location/
H A DFusedLocationHardwareSecure.java76 public void stopBatching(int id) throws RemoteException { method in class:FusedLocationHardwareSecure
78 mLocationHardware.stopBatching(id);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardware.java153 public void stopBatching(int id) { method in class:FusedLocationHardware
155 mLocationHardware.stopBatching(id);
157 Log.e(TAG, "RemoteException at stopBatching");

Completed in 78 milliseconds