Searched refs:removeSystemCodeForService (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManagerTest.java | 1599 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()
|
| D | RegisteredNfcFServicesCacheTest.java | 539 boolean result = cache.removeSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT); in testRemoveSystemCodeForService_ReturnsTrue()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManager.java | 979 public boolean removeSystemCodeForService(int userId, ComponentName service) in removeSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface 986 return mNfcFServicesCache.removeSystemCodeForService( in removeSystemCodeForService()
|
| D | RegisteredNfcFServicesCache.java | 652 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) { in removeSystemCodeForService() method in RegisteredNfcFServicesCache
|
| /packages/apps/Nfc/apex/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 313 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->removeSystemCodeForService(ILandroid/content/Component… 334 Landroid/nfc/INfcFCardEmulation;->removeSystemCodeForService(ILandroid/content/ComponentName;)Z
|