Home
last modified time | relevance | path

Searched defs:removeUpdates (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
DILocationManager.aidl43 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName); in removeUpdates() method
DLocationManager.java902 public void removeUpdates(LocationListener listener) { in removeUpdates() method in LocationManager
927 public void removeUpdates(PendingIntent intent) { in removeUpdates() method in LocationManager
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1703 public void removeUpdates(ILocationListener listener, PendingIntent intent, in removeUpdates() method in LocationManagerService