Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DPreferredServices.java119 RegisteredAidCache aidCache, WalletRoleObserver walletRoleObserver, in PreferredServices()
DHostEmulationManager.java315 public HostEmulationManager(Context context, Looper looper, RegisteredAidCache aidCache, in HostEmulationManager()
323 HostEmulationManager(Context context, Looper looper, RegisteredAidCache aidCache, in HostEmulationManager()
DRegisteredAidCache.java968 final TreeMap<String, AidResolveInfo> aidCache = new TreeMap<String, AidResolveInfo>(); in generateAidCacheLocked() local