Searched refs:setNfcid2ForService (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
| D | RegisteredNfcFServicesCacheTest.java | 560 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForServiceWhenActivated_ReturnsFalse() 570 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForServiceWithNullService_ReturnsFalse() 581 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForServiceWithUidMismatch_ReturnsFalse() 593 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForServiceWithInvalidSystemCode_ReturnsFalse() 605 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForServiceWhenFailedtoPersistSystemCode_ReturnsFalse() 618 boolean result = cache.setNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT, NFCID2); in testSetNfcid2ForService_ReturnsTrue()
|
| D | CardEmulationManagerTest.java | 1700 when(mRegisteredNfcFServicesCache.setNfcid2ForService(anyInt(), in testNfcFCardEmulationSetNfcid2ForService_serviceExists() 1704 .setNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE, nfcid2)); in testNfcFCardEmulationSetNfcid2ForService_serviceExists() 1715 verify(mRegisteredNfcFServicesCache).setNfcid2ForService(eq(USER_ID), anyInt(), in testNfcFCardEmulationSetNfcid2ForService_serviceExists() 1726 when(mRegisteredNfcFServicesCache.setNfcid2ForService(anyInt(), in testNfcFCardEmulationSetNfcid2ForService_serviceDoesNotExists() 1730 .setNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE, nfcid2)); in testNfcFCardEmulationSetNfcid2ForService_serviceDoesNotExists()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManager.java | 1003 public boolean setNfcid2ForService(int userId, in setNfcid2ForService() method in CardEmulationManager.NfcFCardEmulationInterface 1010 return mNfcFServicesCache.setNfcid2ForService( in setNfcid2ForService()
|
| D | RegisteredNfcFServicesCache.java | 657 public boolean setNfcid2ForService(int userId, int uid, in setNfcid2ForService() method in RegisteredNfcFServicesCache
|
| /packages/apps/Nfc/apex/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 314 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->setNfcid2ForService(ILandroid/content/ComponentName;Lj… 335 Landroid/nfc/INfcFCardEmulation;->setNfcid2ForService(ILandroid/content/ComponentName;Ljava/lang/St…
|