Searched refs:getAids (Results 1 – 8 of 8) sorted by relevance
152 if (serviceInfo.getAids().isEmpty()) { in getNonPaymentServiceBannerAndLabelIfExists()158 List<String> aids = serviceInfo.getAids(); in getNonPaymentServiceBannerAndLabelIfExists()
159 when(mServiceInfoPayment.getAids()).thenReturn(getAids()); in setUp()164 when(mServiceInfoNonPayment.getAids()).thenReturn(getAids()); in setUp()631 private ArrayList<String> getAids() { in getAids() method in PreferredServicesTest
322 .getAids().containsAll(PAYMENT_AIDS)); in testInitialize_filesExist()334 .getAids().containsAll(NON_PAYMENT_AID)); in testInitialize_filesExist()994 Assert.assertEquals(aidGroup.getAids(), in testRegisterAidGroupForService_existingService_correctUid()995 dynamicSettings.aidGroups.get(CardEmulation.CATEGORY_OTHER).getAids()); in testRegisterAidGroupForService_existingService_correctUid()
613 when(apduServiceInfo.getAids()).thenReturn(aids); in createServiceInfoForAidRouting()
179 List<String> aids = serviceInfo.getAids(); in onWalletRoleHolderChanged()381 final List<String> otherAids = serviceInfo.getAids(); in isForegroundAllowedLocked()
584 + " AIDs: " + service.getAids()); in invalidateOther()1214 List<String> aids = aidGroup.getAids(); in registerAidGroupForService()
630 for (String aid : service.getAids()) { in generateServiceMapLocked()
19 Landroid/nfc/cardemulation/ApduServiceInfo;->getAids()Ljava/util/List;