Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java927 AidGroup aidGroup = createAidGroup(CardEmulation.CATEGORY_PAYMENT); in testRegisterAidGroupForService_nonExistingService()
938 AidGroup aidGroup = createAidGroup(CardEmulation.CATEGORY_PAYMENT); in testRegisterAidGroupForService_wrongUid()
958 AidGroup aidGroup = createAidGroup(CardEmulation.CATEGORY_OTHER); in testRegisterAidGroupForService_existingService_correctUid()
1026 AidGroup aidGroup = createAidGroup(CardEmulation.CATEGORY_OTHER); in testGetAidGroupForService_existingService_correctUid()
1181 .thenReturn(createAidGroup(category)); in createServiceResolveInfo()
1195 private static AidGroup createAidGroup(String category) { in createAidGroup() method in RegisteredServicesCacheTest