Searched refs:mPendingFlushes (Results 1 – 1 of 1) sorted by relevance
251 private final SparseArray<OnFlushCompleteCallback> mPendingFlushes; field in FusedLocationProvider.ChildLocationListener262 mPendingFlushes = new SparseArray<>(); in ChildLocationListener()313 mPendingFlushes.put(requestCode, callback); in flush()341 OnFlushCompleteCallback callback = mPendingFlushes.removeReturnOld(requestCode); in onFlushComplete()