Home
last modified time | relevance | path

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

/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcPreferredPaymentTest.java93 List<String> aids = mCardEmulation.getAidsForPreferredPaymentService(); in testAidsForPreferredPaymentService()
196 List<String> aids = mCardEmulation.getAidsForPreferredPaymentService(); in testAidsForPreferredPaymentService_walletRoleEnabled()
DCardEmulationTest.java216 List<String> result = instance.getAidsForPreferredPaymentService(); in testGetAidsForPreferredPaymentService()
/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/
DCardemulationTest.java340 List<String> result = mCardEmulation.getAidsForPreferredPaymentService(); in testGetAidsForPreferredPaymentService()
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DCardEmulation.java787 public List<String> getAidsForPreferredPaymentService() { in getAidsForPreferredPaymentService() method in CardEmulation
/packages/modules/Nfc/framework/api/
Dcurrent.txt205 …REFERRED_PAYMENT_INFO) public java.util.List<java.lang.String> getAidsForPreferredPaymentService();