Searched refs:getNfcFCardEmulationInterface (Results 1 – 4 of 4) sorted by relevance
184 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 …]
202 public INfcFCardEmulation getNfcFCardEmulationInterface() { in getNfcFCardEmulationInterface() method in CardEmulationManager
151 Landroid/nfc/INfcAdapter$Stub$Proxy;->getNfcFCardEmulationInterface()Landroid/nfc/INfcFCardEmulatio…202 Landroid/nfc/INfcAdapter;->getNfcFCardEmulationInterface()Landroid/nfc/INfcFCardEmulation;
2001 public INfcFCardEmulation getNfcFCardEmulationInterface() { in getNfcFCardEmulationInterface() method in NfcService.NfcAdapterService2003 return mCardEmulationManager.getNfcFCardEmulationInterface(); in getNfcFCardEmulationInterface()