Searched refs:getNfcid2ForService (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
| D | RegisteredNfcFServicesCacheTest.java | 636 String result = cache.getNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT); in testgetNfcid2ForServiceWithNullService_ReturnsNull() 646 String result = cache.getNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT); in testGetNfcid2ForServiceWithMismatchedUid_ReturnsNull() 656 String result = cache.getNfcid2ForService(USER_ID, SERVICE_UID, WALLET_COMPONENT); in testGetNfcid2ForService_ReturnsSystemCode()
|
| D | CardEmulationManagerTest.java | 1649 when(mRegisteredNfcFServicesCache.getNfcid2ForService(anyInt(), in testNfcFCardEmulationGetNfcid2ForService_serviceExists() 1653 .getNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE), nfcid2); in testNfcFCardEmulationGetNfcid2ForService_serviceExists() 1664 verify(mRegisteredNfcFServicesCache).getNfcid2ForService(eq(USER_ID), anyInt(), in testNfcFCardEmulationGetNfcid2ForService_serviceExists() 1675 when(mRegisteredNfcFServicesCache.getNfcid2ForService(anyInt(), in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists() 1679 .getNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE)); in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManager.java | 991 public String getNfcid2ForService(int userId, ComponentName service) in getNfcid2ForService() method in CardEmulationManager.NfcFCardEmulationInterface 998 return mNfcFServicesCache.getNfcid2ForService( in getNfcid2ForService()
|
| D | RegisteredNfcFServicesCache.java | 712 public String getNfcid2ForService(int userId, int uid, ComponentName componentName) { in getNfcid2ForService() method in RegisteredNfcFServicesCache
|
| /packages/apps/Nfc/apex/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 309 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->getNfcid2ForService(ILandroid/content/ComponentName;)L… 331 Landroid/nfc/INfcFCardEmulation;->getNfcid2ForService(ILandroid/content/ComponentName;)Ljava/lang/S…
|