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

  /cts/tests/tests/content/src/android/content/cts/
ContextMoreTest.java 53 final Object[] serviceCache = findServiceCache(context);
54 if (serviceCache == null) {
78 if ((serviceCache != null) && ((pass % 7) == 0)) {
79 Arrays.fill(serviceCache, null);
136 final Object serviceCache = readField(context, "mServiceCache");
137 if (serviceCache instanceof Object[]) {
138 return (Object[]) serviceCache;
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 51 milliseconds