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

/frameworks/base/location/java/android/location/
H A DLocationManager.java977 public void removeProximityAlert(PendingIntent intent) { method in class:LocationManager
979 Log.d(TAG, "removeProximityAlert: intent = " + intent);
982 mService.removeProximityAlert(intent);
984 Log.e(TAG, "removeProximityAlert: RemoteException", ex);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1605 public void removeProximityAlert(PendingIntent intent) { method in class:LocationManagerService
1615 Slog.e(TAG, "removeProximityAlert got exception:", e);
1621 Slog.v(TAG, "removeProximityAlert: intent = " + intent);

Completed in 184 milliseconds