Home
last modified time | relevance | path

Searched refs:thisConfig (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp33 const ResTable_config& thisConfig = configs[i]; in selectBest() local
34 if (!thisConfig.match(target)) { in selectBest()
38 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()
39 bestConfig = thisConfig; in selectBest()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5534 ResTable_config thisConfig; in getEntry() local
5535 thisConfig.copyFromDtoH(thisType->config); in getEntry()
5538 if (config != NULL && !thisConfig.match(*config)) { in getEntry()
5558 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()
5559 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()
5567 bestConfig = thisConfig; in getEntry()
5864 ResTable_config thisConfig; in parsePackage()
5865 thisConfig.copyFromDtoH(type->config); in parsePackage()
5867 type->id, thisConfig.toString().string())); in parsePackage()
/frameworks/base/core/java/android/app/
DActivityThread.java3977 Configuration thisConfig = applyConfigCompatMainThread( in collectComponentCallbacks() local
3984 } else if (thisConfig != null) { in collectComponentCallbacks()
3992 + ar.activityInfo.name + " newConfig=" + thisConfig); in collectComponentCallbacks()
3994 ar.newConfig = thisConfig; in collectComponentCallbacks()