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

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp33 const ResTable_config& thisConfig = configs[i]; local
34 if (!thisConfig.match(target)) {
38 if (thisConfig.isBetterThan(bestConfig, &target)) {
39 bestConfig = thisConfig;
/frameworks/base/core/java/android/app/
H A DActivityThread.java3977 Configuration thisConfig = applyConfigCompatMainThread(
3984 } else if (thisConfig != null) {
3992 + ar.activityInfo.name + " newConfig=" + thisConfig);
3994 ar.newConfig = thisConfig;

Completed in 807 milliseconds