Home
last modified time | relevance | path

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

/aosp14/frameworks/base/location/java/android/location/
H A DILocationManager.aidl65 void requestListenerFlush(String provider, in ILocationListener listener, int requestCode); in requestListenerFlush() method
H A DLocationManager.java1697 mService.requestListenerFlush(provider, transport, requestCode); in requestFlush()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java641 requestListenerFlush(GPS_PROVIDER, mDeprecatedGnssBatchingListener, 0); in flushGnssBatch()
918 public void requestListenerFlush(String provider, ILocationListener listener, int requestCode) { in requestListenerFlush() method in LocationManagerService