Searched refs:getNfcCardEmulationInterface (Results 1 – 4 of 4) sorted by relevance
183 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 …]
198 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in CardEmulationManager
149 Landroid/nfc/INfcAdapter$Stub$Proxy;->getNfcCardEmulationInterface()Landroid/nfc/INfcCardEmulation;200 Landroid/nfc/INfcAdapter;->getNfcCardEmulationInterface()Landroid/nfc/INfcCardEmulation;
1992 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in NfcService.NfcAdapterService1994 return mCardEmulationManager.getNfcCardEmulationInterface(); in getNfcCardEmulationInterface()