Home
last modified time | relevance | path

Searched refs:isDefaultServiceForAid (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java505 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/
DCardEmulationManager.java603 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid() method in CardEmulationManager.CardEmulationInterface
610 return mAidCache.isDefaultServiceForAid(userId, service, aid); in isDefaultServiceForAid()
DRegisteredAidCache.java260 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid() method in RegisteredAidCache
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt241 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->isDefaultServiceForAid(ILandroid/content/ComponentName;…
267 Landroid/nfc/INfcCardEmulation;->isDefaultServiceForAid(ILandroid/content/ComponentName;Ljava/lang/…