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

  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceRepository.java 34 private final HashMap<Pair<ComponentName, UserHandle>, ConnectionServiceWrapper> mServiceCache =
46 mServiceCache.remove(Pair.create(service.getComponentName(),
66 ConnectionServiceWrapper service = mServiceCache.get(cacheKey);
77 mServiceCache.put(cacheKey, service);
88 pw.println("mServiceCache:");
90 for (Pair<ComponentName, UserHandle> cacheKey : mServiceCache.keySet()) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 71 final RegisteredServicesCache mServiceCache;
90 mServiceCache = new RegisteredServicesCache(context, this);
92 mPreferredServices = new PreferredServices(context, mServiceCache, mAidCache, this);
95 mServiceCache.initialize();
151 mServiceCache.invalidateCache(userId);
179 mServiceCache.dump(fd, pw, args);
252 return mServiceCache.hasService(userId, service) ? service : null;
268 if (service == null || mServiceCache.hasService(userId, service)) {
279 boolean serviceFound = mServiceCache.hasService(userId, service);
287 mServiceCache.invalidateCache(userId)
    [all...]
PreferredServices.java 64 final RegisteredServicesCache mServiceCache;
96 mServiceCache = serviceCache;
230 ApduServiceInfo serviceInfo = mServiceCache.getService(ActivityManager.getCurrentUser(),
251 ApduServiceInfo paymentServiceInfo = mServiceCache.getService(
  /frameworks/base/core/java/android/app/
ContextImpl.java 212 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();
234 final int[] mServiceInitializationStateArray = new int[mServiceCache.length];
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 158 milliseconds