Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java183 Assert.assertNotNull(mCardEmulationManager.getNfcCardEmulationInterface()); in testGetters()
465 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationIsDefaultServiceForCategory_serviceExistsWalletEnabled()
485 Assert.assertFalse(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationIsDefaultServiceForCategory_serviceDoesNotExists()
508 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationIsDefaultServiceForAid_serviceExists()
529 Assert.assertFalse(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationIsDefaultServiceForAid_serviceDoesNotExists()
553 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationSetDefaultForNextTap_serviceExists()
572 Assert.assertFalse(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationSetDefaultForNextTap_serviceDoesNotExists()
598 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationSetShouldDefaultToObserveModeForService_serviceExists()
627 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationSetShouldDefaultToObserveModeForService_ignoreNoopStateChange()
635 assertTrue(mCardEmulationManager.getNfcCardEmulationInterface() in testCardEmulationSetShouldDefaultToObserveModeForService_ignoreNoopStateChange()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java198 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in CardEmulationManager
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt149 Landroid/nfc/INfcAdapter$Stub$Proxy;->getNfcCardEmulationInterface()Landroid/nfc/INfcCardEmulation;
200 Landroid/nfc/INfcAdapter;->getNfcCardEmulationInterface()Landroid/nfc/INfcCardEmulation;
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1992 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in NfcService.NfcAdapterService
1994 return mCardEmulationManager.getNfcCardEmulationInterface(); in getNfcCardEmulationInterface()