Searched refs:isDefaultServiceForAid (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | CardEmulationManagerTest.java | 505 when(mRegisteredAidCache.isDefaultServiceForAid(eq(USER_ID), any(), eq(PAYMENT_AID_1))) in testCardEmulationIsDefaultServiceForAid_serviceExists() 509 .isDefaultServiceForAid(USER_ID, WALLET_PAYMENT_SERVICE, in testCardEmulationIsDefaultServiceForAid_serviceExists() 518 verify(mRegisteredAidCache).isDefaultServiceForAid(eq(USER_ID), eq(WALLET_PAYMENT_SERVICE), in testCardEmulationIsDefaultServiceForAid_serviceExists() 530 .isDefaultServiceForAid(USER_ID, WALLET_PAYMENT_SERVICE, in testCardEmulationIsDefaultServiceForAid_serviceDoesNotExists()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 603 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid() method in CardEmulationManager.CardEmulationInterface 610 return mAidCache.isDefaultServiceForAid(userId, service, aid); in isDefaultServiceForAid()
|
D | RegisteredAidCache.java | 260 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid() method in RegisteredAidCache
|
/packages/apps/Nfc/apex/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 241 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->isDefaultServiceForAid(ILandroid/content/ComponentName;… 267 Landroid/nfc/INfcCardEmulation;->isDefaultServiceForAid(ILandroid/content/ComponentName;Ljava/lang/…
|