Home
last modified time | relevance | path

Searched refs:requestPendingIntentFlush (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
DILocationManager.aidl67 … void requestPendingIntentFlush(String provider, in PendingIntent pendingIntent, int requestCode); in requestPendingIntentFlush() method
DLocationManager.java1738 mService.requestPendingIntentFlush(provider, pendingIntent, requestCode); in requestFlush()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java986 public void requestPendingIntentFlush(String provider, PendingIntent pendingIntent, in requestPendingIntentFlush() method in LocationManagerService