Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/
DCardemulationTest.java280 List<String> result = mCardEmulation.getAidsForService(componentName, "payment"); in testGetAidsForService()
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DCardEmulation.java684 public List<String> getAidsForService(ComponentName service, String category) { in getAidsForService() method in CardEmulation
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DCardEmulationTest.java186 List<String> result = instance.getAidsForService(mService, CardEmulation.CATEGORY_PAYMENT); in testRegisterAndGetAids()
191 assertNull(instance.getAidsForService(mService, CardEmulation.CATEGORY_PAYMENT)); in testRegisterAndGetAids()
/packages/modules/Nfc/framework/api/
Dcurrent.txt206 …method public java.util.List<java.lang.String> getAidsForService(android.content.ComponentName, St…