OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCacheMode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
AssetManager.cpp
144
mCacheMode
(cacheMode), mCacheValid(false)
488
if (
mCacheMode
!= CACHE_OFF && !mCacheValid)
525
if (
mCacheMode
!= CACHE_OFF && !mCacheValid)
555
if (
mCacheMode
!= CACHE_OFF && !mCacheValid)
707
if (
mCacheMode
!= CACHE_OFF && !mCacheValid) {
932
if (
mCacheMode
== CACHE_OFF) {
[
all
...]
/frameworks/base/include/androidfw/
AssetManager.h
392
CacheMode
mCacheMode
; // is the cache enabled?
Completed in 2382 milliseconds