HomeSort by relevance Sort by last modified time
    Searched refs:mServiceCache (Results 1 - 4 of 4) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceRepository.java 33 private final HashMap<Pair<ComponentName, UserHandle>, ConnectionServiceWrapper> mServiceCache =
45 ConnectionServiceWrapper service = mServiceCache.get(cacheKey);
54 mServiceCache.put(cacheKey, service);
66 mServiceCache.remove(service.getComponentName());
75 pw.println("mServiceCache:");
77 for (Pair<ComponentName, UserHandle> cacheKey : mServiceCache.keySet()) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 54 final RegisteredServicesCache mServiceCache;
65 mServiceCache = new RegisteredServicesCache(context, this);
66 mPreferredServices = new PreferredServices(context, mServiceCache, mAidCache, this);
68 mServiceCache.initialize();
94 mServiceCache.invalidateCache(userId);
107 mServiceCache.dump(fd, pw, args);
129 ApduServiceInfo serviceInfo = mServiceCache.getService(userId, defaultPaymentService);
210 return mServiceCache.hasService(userId, service) ? service : null;
226 if (service == null || mServiceCache.hasService(userId, service)) {
237 boolean serviceFound = mServiceCache.hasService(userId, service)
    [all...]
PreferredServices.java 63 final RegisteredServicesCache mServiceCache;
95 mServiceCache = serviceCache;
229 ApduServiceInfo serviceInfo = mServiceCache.getService(ActivityManager.getCurrentUser(),
246 ApduServiceInfo paymentServiceInfo = mServiceCache.getService(
  /frameworks/base/core/java/android/app/
ContextImpl.java 281 ArrayList<Object> cache = ctx.mServiceCache;
    [all...]

Completed in 82 milliseconds