Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java251 private final SparseArray<OnFlushCompleteCallback> mPendingFlushes; field in FusedLocationProvider.ChildLocationListener
262 mPendingFlushes = new SparseArray<>(); in ChildLocationListener()
313 mPendingFlushes.put(requestCode, callback); in flush()
341 OnFlushCompleteCallback callback = mPendingFlushes.removeReturnOld(requestCode); in onFlushComplete()