HomeSort by relevance Sort by last modified time
    Searched full:cachedvalues (Results 1 - 5 of 5) sorted by null

  /system/update_engine/update_manager/
evaluation_context-inl.h 46 // Cache the value for the next time. The map of CachedValues keeps the
  /frameworks/base/services/core/java/com/android/server/storage/
CacheQuotaStrategy.java 307 Pair<Long, List<CacheQuotaHint>> cachedValues = null;
309 cachedValues = readFromXml(stream);
314 if (cachedValues == null) {
318 pushProcessedQuotas(cachedValues.second);
319 return cachedValues.first;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMap.java 233 private transient ImmutableCollection<V> cachedValues = null;
236 if (cachedValues != null) {
237 return cachedValues;
239 return cachedValues = createValues();
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 

Completed in 296 milliseconds