Searched refs:mFlushListeners (Results 1 – 2 of 2) sorted by relevance
87 final ArrayList<Runnable> mFlushListeners = new ArrayList<>(0); field in ProxyLocationProvider159 flushListeners = mFlushListeners.toArray(new Runnable[0]); in onUnbind()160 mFlushListeners.clear(); in onUnbind()205 mFlushListeners.add(callback); in onFlush()213 mFlushListeners.remove(callback); in onFlush()332 if (!mFlushListeners.isEmpty()) { in onFlushComplete()333 callback = mFlushListeners.remove(0); in onFlushComplete()
305 private final ArrayList<Runnable> mFlushListeners = new ArrayList<>(0); field in GnssLocationProvider813 added = mFlushListeners.add(listener); in onFlush()1490 listeners = mFlushListeners.toArray(new Runnable[0]); in onReportLocations()1491 mFlushListeners.clear(); in onReportLocations()