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.java39 private final SparseArray<List<Callback>> mBackgroundCallbacks = field in ForegroundUtils
95 List<Callback> callbacks = mBackgroundCallbacks.get(uid, new ArrayList<Callback>()); in registerUidToBackgroundCallback()
97 mBackgroundCallbacks.put(uid, callbacks); in registerUidToBackgroundCallback()
142 List<Callback> callbacks = mBackgroundCallbacks.get(uid); in handleUidToBackground()
146 mBackgroundCallbacks.remove(uid); in handleUidToBackground()
163 mBackgroundCallbacks.remove(uid); in onUidImportance()
191 return mBackgroundCallbacks; in getBackgroundCallbacks()