Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DForegroundUtilsTest.java134 backGroundCallbacks = mForegroundUtils.getBackgroundCallbacks(); in testOnUidImportanceBackground()
140 backGroundCallbacks = mForegroundUtils.getBackgroundCallbacks(); in testOnUidImportanceBackground()
/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java190 public SparseArray<List<Callback>> getBackgroundCallbacks() { in getBackgroundCallbacks() method in ForegroundUtils