Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java250 private @Nullable ILocationListener mDeprecatedGnssBatchingListener; field in LocationManagerService
564 mDeprecatedGnssBatchingListener = listener; in startGnssBatch()
577 if (mDeprecatedGnssBatchingListener != null) { in flushGnssBatch()
578 requestListenerFlush(GPS_PROVIDER, mDeprecatedGnssBatchingListener, 0); in flushGnssBatch()
592 if (mDeprecatedGnssBatchingListener != null) { in stopGnssBatch()
593 ILocationListener listener = mDeprecatedGnssBatchingListener; in stopGnssBatch()
594 mDeprecatedGnssBatchingListener = null; in stopGnssBatch()