Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java40 private final SparseArray<List<Callback>> mBackgroundCallbacks = field in ForegroundUtils
83 List<Callback> callbacks = mBackgroundCallbacks.get(uid, new ArrayList<Callback>()); in registerUidToBackgroundCallback()
85 mBackgroundCallbacks.put(uid, callbacks); in registerUidToBackgroundCallback()
121 List<Callback> callbacks = mBackgroundCallbacks.get(uid); in handleUidToBackground()
125 mBackgroundCallbacks.remove(uid); in handleUidToBackground()