Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredNfcFServicesCacheTest.java425 = 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()
DCardEmulationManagerTest.java1549 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/
DRegisteredNfcFServicesCache.java580 public boolean registerSystemCodeForService(int userId, int uid, in registerSystemCodeForService() method in RegisteredNfcFServicesCache
654 return registerSystemCodeForService(userId, uid, componentName, "NULL"); in removeSystemCodeForService()
DCardEmulationManager.java966 public boolean registerSystemCodeForService(int userId, ComponentName service, in registerSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface
974 return mNfcFServicesCache.registerSystemCodeForService( in registerSystemCodeForService()
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt312 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->registerSystemCodeForService(ILandroid/content/Compone…
333 Landroid/nfc/INfcFCardEmulation;->registerSystemCodeForService(ILandroid/content/ComponentName;Ljav…