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

  /frameworks/base/services/core/java/com/android/server/location/
FusedLocationHardwareSecure.java 76 public void stopBatching(int id) throws RemoteException {
78 mLocationHardware.stopBatching(id);
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 143 public void stopBatching(int id) {
145 mLocationHardware.stopBatching(id);
147 Log.e(TAG, "RemoteException at stopBatching");

Completed in 86 milliseconds