Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredNfcFServicesCacheTest.java560 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()
DCardEmulationManagerTest.java1700 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/
DCardEmulationManager.java1003 public boolean setNfcid2ForService(int userId, in setNfcid2ForService() method in CardEmulationManager.NfcFCardEmulationInterface
1010 return mNfcFServicesCache.setNfcid2ForService( in setNfcid2ForService()
DRegisteredNfcFServicesCache.java657 public boolean setNfcid2ForService(int userId, int uid, in setNfcid2ForService() method in RegisteredNfcFServicesCache
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt314 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->setNfcid2ForService(ILandroid/content/ComponentName;Lj…
335 Landroid/nfc/INfcFCardEmulation;->setNfcid2ForService(ILandroid/content/ComponentName;Ljava/lang/St…