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

/frameworks/base/location/java/android/location/
H A DLocationManager.java862 public void removeUpdates(LocationListener listener) { method in class:LocationManager
867 Log.d(TAG, "removeUpdates: listener = " + listener);
872 mService.removeUpdates(transport);
875 Log.e(TAG, "removeUpdates: DeadObjectException", ex);
887 public void removeUpdates(PendingIntent intent) { method in class:LocationManager
892 Log.d(TAG, "removeUpdates: intent = " + intent);
897 Log.e(TAG, "removeUpdates: RemoteException", ex);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1171 public void removeUpdates(ILocationListener listener) { method in class:LocationManagerService
1181 Slog.e(TAG, "removeUpdates got exception:", e);
1195 Slog.e(TAG, "removeUpdates got exception:", e);

Completed in 35 milliseconds