Searched defs:aidCache (Results 1 – 3 of 3) sorted by relevance
202 public HostEmulationManager(Context context, Looper looper, RegisteredAidCache aidCache) { in HostEmulationManager()207 HostEmulationManager(Context context, Looper looper, RegisteredAidCache aidCache, in HostEmulationManager()
119 RegisteredAidCache aidCache, WalletRoleObserver walletRoleObserver, in PreferredServices()
816 final TreeMap<String, AidResolveInfo> aidCache = new TreeMap<String, AidResolveInfo>(); in generateAidCacheLocked() local