Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java184 Assert.assertNotNull(mCardEmulationManager.getNfcFCardEmulationInterface()); in testGetters()
1501 Assert.assertEquals(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationGetSystemCodeForService_serviceExists()
1527 Assert.assertNull(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationGetSystemCodeForService_serviceDoesNotExists()
1552 assertTrue(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationRegisterSystemCodeForService_serviceExists()
1578 Assert.assertFalse(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationRegisterSystemCodeForService_serviceDoesNotExists()
1602 assertTrue(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationRemoveSystemCodeForService_serviceExists()
1627 Assert.assertFalse(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationRemoveSystemCodeForService_serviceDoesNotExists()
1652 Assert.assertEquals(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationGetNfcid2ForService_serviceExists()
1678 Assert.assertNull(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists()
1703 assertTrue(mCardEmulationManager.getNfcFCardEmulationInterface() in testNfcFCardEmulationSetNfcid2ForService_serviceExists()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java202 public INfcFCardEmulation getNfcFCardEmulationInterface() { in getNfcFCardEmulationInterface() method in CardEmulationManager
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt151 Landroid/nfc/INfcAdapter$Stub$Proxy;->getNfcFCardEmulationInterface()Landroid/nfc/INfcFCardEmulatio…
202 Landroid/nfc/INfcAdapter;->getNfcFCardEmulationInterface()Landroid/nfc/INfcFCardEmulation;
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2001 public INfcFCardEmulation getNfcFCardEmulationInterface() { in getNfcFCardEmulationInterface() method in NfcService.NfcAdapterService
2003 return mCardEmulationManager.getNfcFCardEmulationInterface(); in getNfcFCardEmulationInterface()