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 519 if (mCacheMode != CACHE_OFF && !mCacheValid)
556 if (mCacheMode != CACHE_OFF && !mCacheValid)
586 if (mCacheMode != CACHE_OFF && !mCacheValid)
645 if (mCacheMode != CACHE_OFF && !mCacheValid)
890 if (mCacheMode == CACHE_OFF) {
1046 * If caching is set to CACHE_OFF, to get the expected behavior we
    [all...]

Completed in 37 milliseconds