Home
last modified time | relevance | path

Searched defs:apduServiceInfos (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java176 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins() local
229 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testAidConflictResolution_walletRoleEnabledNfcEnabled_walletWins() local
295 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testAidConflictResolution_walletRoleEnabledNfcEnabledPreFixAid_walletWins() local
349 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testAidConflictResolution_walletRoleEnabled_twoServicesOnWallet_firstServiceWins() local
396 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testOnServicesUpdated_walletRoleEnabled() local
454 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testOnNfcEnabled() local
515 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet() local
561 List<ApduServiceInfo> apduServiceInfos = new ArrayList<>(); in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet() local
DRegisteredServicesCacheTest.java367 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testInitialize_filesExist() local
407 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testInitialize_filesDontExist() local
599 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
684 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testResetOffhostSecureElement_existingService_correctUid() local
784 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRegisterPollingLoopFilterForService_existingService_correctUid() local
826 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRemovePollingLoopFilterForService_existingService_correctUid() local
870 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRegisterPollingLoopPatternFilterForService_existingService_correctUid() local
912 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRemovePollingLoopPatternFilterForService_existingService_correctUid() local
972 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRegisterAidGroupForService_existingService_correctUid() local
1085 List<ApduServiceInfo> apduServiceInfos = mApduServiceListCaptor.getValue(); in testRemoveAidGroupForService_existingService_correctUid() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/behavior/v35/
DWalletRoleUiBehavior.java143 private Pair<Drawable, CharSequence> getNonPaymentServiceBannerAndLabelIfExists( in getNonPaymentServiceBannerAndLabelIfExists()