Searched refs:getAidsForService (Results 1 – 4 of 4) sorted by relevance
280 List<String> result = mCardEmulation.getAidsForService(componentName, "payment"); in testGetAidsForService()
684 public List<String> getAidsForService(ComponentName service, String category) { in getAidsForService() method in CardEmulation
186 List<String> result = instance.getAidsForService(mService, CardEmulation.CATEGORY_PAYMENT); in testRegisterAndGetAids()191 assertNull(instance.getAidsForService(mService, CardEmulation.CATEGORY_PAYMENT)); in testRegisterAndGetAids()
206 …method public java.util.List<java.lang.String> getAidsForService(android.content.ComponentName, St…