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

  /frameworks/base/include/androidfw/
AssetManager.h 74 CACHE_OFF, // don't try to cache file locations
79 AssetManager(CacheMode cacheMode = CACHE_OFF);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 506 if (mCacheMode != CACHE_OFF && !mCacheValid)
543 if (mCacheMode != CACHE_OFF && !mCacheValid)
573 if (mCacheMode != CACHE_OFF && !mCacheValid)
632 if (mCacheMode != CACHE_OFF && !mCacheValid)
875 if (mCacheMode == CACHE_OFF) {
1031 * If caching is set to CACHE_OFF, to get the expected behavior we
    [all...]

Completed in 197 milliseconds