Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/NfcMigration/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheMigration.java175 List<ApduServiceInfo> validServices = Stream.of(validPaymentServices, validOtherServices) in getAllServices() local
201 final List<ApduServiceInfo> validServices = getAllServices(userId); in handleMigrationDynamicSettings() local
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRegisteredNfcFServicesCache.java273 ArrayList<NfcFServiceInfo> validServices = new ArrayList<NfcFServiceInfo>(); in getInstalledServices() local
318 final ArrayList<NfcFServiceInfo> validServices = getInstalledServices(userId); in invalidateCache() local
DRegisteredServicesCache.java475 ArrayList<ApduServiceInfo> validServices = new ArrayList<ApduServiceInfo>(); in getInstalledServices() local
565 final ArrayList<ApduServiceInfo> validServices = getInstalledServices(userId); in invalidateCache() local