Searched refs:registerSystemCodeForService (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
| D | RegisteredNfcFServicesCacheTest.java | 425 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForServiceWhenActivated_ReturnsFalse() 436 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForServiceWithNullService_ReturnsFalse() 448 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForServiceWithUidMismatch_ReturnsFalse() 461 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForServiceWithInvalidSystemCode_ReturnsFalse() 474 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForServiceWhenFailedtoPersistSystemCode_ReturnsFalse() 488 = cache.registerSystemCodeForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, SYSTEM_CODE); in testRegisterSystemCodeForService_ReturnsTrue()
|
| D | CardEmulationManagerTest.java | 1549 when(mRegisteredNfcFServicesCache.registerSystemCodeForService(anyInt(), in testNfcFCardEmulationRegisterSystemCodeForService_serviceExists() 1553 .registerSystemCodeForService(USER_ID, WALLET_PAYMENT_SERVICE, systemCode)); in testNfcFCardEmulationRegisterSystemCodeForService_serviceExists() 1564 verify(mRegisteredNfcFServicesCache).registerSystemCodeForService(eq(USER_ID), anyInt(), in testNfcFCardEmulationRegisterSystemCodeForService_serviceExists() 1575 when(mRegisteredNfcFServicesCache.registerSystemCodeForService(anyInt(), in testNfcFCardEmulationRegisterSystemCodeForService_serviceDoesNotExists() 1579 .registerSystemCodeForService(USER_ID, WALLET_PAYMENT_SERVICE, systemCode)); in testNfcFCardEmulationRegisterSystemCodeForService_serviceDoesNotExists()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | RegisteredNfcFServicesCache.java | 580 public boolean registerSystemCodeForService(int userId, int uid, in registerSystemCodeForService() method in RegisteredNfcFServicesCache 654 return registerSystemCodeForService(userId, uid, componentName, "NULL"); in removeSystemCodeForService()
|
| D | CardEmulationManager.java | 966 public boolean registerSystemCodeForService(int userId, ComponentName service, in registerSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface 974 return mNfcFServicesCache.registerSystemCodeForService( in registerSystemCodeForService()
|
| /packages/apps/Nfc/apex/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 312 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->registerSystemCodeForService(ILandroid/content/Compone… 333 Landroid/nfc/INfcFCardEmulation;->registerSystemCodeForService(ILandroid/content/ComponentName;Ljav…
|