Searched refs:mBackgroundCallbacks (Results 1 – 1 of 1) sorted by relevance
39 private final SparseArray<List<Callback>> mBackgroundCallbacks = field in ForegroundUtils95 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()