Searched refs:createAidGroup (Results 1 – 1 of 1) sorted by relevance
927 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