Searched refs:cacheMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h64 * files it has seen. This can be controlled with the "cacheMode"
86 AssetManager(CacheMode cacheMode = CACHE_OFF);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp141 AssetManager::AssetManager(CacheMode cacheMode) argument
144 mCacheMode(cacheMode), mCacheValid(false)

Completed in 405 milliseconds