Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DForegroundUtils.java58 void onUidToBackground(int uid); in onUidToBackground() method
150 callback.onUidToBackground(uid); in handleUidToBackground()
DNfcDispatcher.java207 public void onUidToBackground(int uid) { in onUidToBackground() method in NfcDispatcher.ForegroundCallbackImpl
DNfcService.java2191 public void onUidToBackground(int uid) { in onUidToBackground() method in NfcService
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java189 public void onUidToBackground(int uid) { in onUidToBackground() method in EnabledNfcFServices
DPreferredServices.java470 public void onUidToBackground(int uid) { in onUidToBackground() method in PreferredServices
DCardEmulationManager.java1448 public void onUidToBackground(int uid) { in onUidToBackground() method in CardEmulationManager.ForegroundCallbackImpl
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DEnableNfcFServiceTest.java204 mEnabledNfcFServices.onUidToBackground(mForegroundUid); in testUnRegisterForegroundService()
DNfcServiceTest.java1399 mNfcService.onUidToBackground(1); in testOnUidToBackground()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DPreferredServicesTest.java525 services.onUidToBackground(FOREGROUND_UID); in testOnUidToBackground_SuccessfullyUnregistersService()
535 services.onUidToBackground(USER_ID); in testOnUidToBackground_FailsToUnregisterService()