Home
last modified time | relevance | path

Searched refs:CONFIG_VERSION (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/link/
DNoDefaultResourceRemover.cpp51 else if (config == ConfigDescription::CONFIG_VERSION in KeepResource()
58 || (config == (ConfigDescription::CONFIG_DENSITY | ConfigDescription::CONFIG_VERSION) in KeepResource()
/frameworks/base/tools/aapt2/filter/
DConfigFilter.cpp30 diff_mask &= ~android::ResTable_config::CONFIG_VERSION; in AddConfig()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp183 Res_value::TYPE_INT_DEC, 1u, ResTable_config::CONFIG_VERSION)); in TEST_F()
187 ResTable_config::CONFIG_VERSION)); in TEST_F()
556 ResTable_config::CONFIG_VERSION)); in TEST_F()
560 2u, ResTable_config::CONFIG_VERSION)); in TEST_F()
611 ResTable_config::CONFIG_VERSION)); in TEST_F()
615 2u, ResTable_config::CONFIG_VERSION)); in TEST_F()
/frameworks/base/tools/aapt/
DResourceFilter.cpp42 entry.second &= ~ResTable_config::CONFIG_VERSION; in parse()
DAaptConfig.cpp907 const uint32_t mask = ResTable_config::CONFIG_DENSITY | ResTable_config::CONFIG_VERSION; in isDensityOnly()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1230 CONFIG_VERSION = ACONFIGURATION_VERSION, enumerator
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java146 GlobalSettingsProto.Anomaly.CONFIG_VERSION); in dumpProtoGlobalSettingsLocked()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2089 if (version != o.version) diffs |= CONFIG_VERSION; in diff()