Home
last modified time | relevance | path

Searched refs:removeSystemCodeForService (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java1599 when(mRegisteredNfcFServicesCache.removeSystemCodeForService(anyInt(), in testNfcFCardEmulationRemoveSystemCodeForService_serviceExists()
1603 .removeSystemCodeForService(USER_ID, WALLET_PAYMENT_SERVICE)); in testNfcFCardEmulationRemoveSystemCodeForService_serviceExists()
1614 verify(mRegisteredNfcFServicesCache).removeSystemCodeForService(eq(USER_ID), anyInt(), in testNfcFCardEmulationRemoveSystemCodeForService_serviceExists()
1624 when(mRegisteredNfcFServicesCache.removeSystemCodeForService(anyInt(), in testNfcFCardEmulationRemoveSystemCodeForService_serviceDoesNotExists()
1628 .removeSystemCodeForService(USER_ID, WALLET_PAYMENT_SERVICE)); in testNfcFCardEmulationRemoveSystemCodeForService_serviceDoesNotExists()
DRegisteredNfcFServicesCacheTest.java539 boolean result = cache.removeSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT); in testRemoveSystemCodeForService_ReturnsTrue()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java979 public boolean removeSystemCodeForService(int userId, ComponentName service) in removeSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface
986 return mNfcFServicesCache.removeSystemCodeForService( in removeSystemCodeForService()
DRegisteredNfcFServicesCache.java652 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) { in removeSystemCodeForService() method in RegisteredNfcFServicesCache
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt313 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->removeSystemCodeForService(ILandroid/content/Component…
334 Landroid/nfc/INfcFCardEmulation;->removeSystemCodeForService(ILandroid/content/ComponentName;)Z