Home
last modified time | relevance | path

Searched refs:NATIVE_CONFIG_VERSION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageParser.java1884 Configuration.NATIVE_CONFIG_VERSION); in parseApplication()
1899 Configuration.NATIVE_CONFIG_VERSION); in parseApplication()
2021 Configuration.NATIVE_CONFIG_VERSION); in parseApplication()
2037 Configuration.NATIVE_CONFIG_VERSION); in parseApplication()
2302 Configuration.NATIVE_CONFIG_VERSION); in parseActivity()
2325 Configuration.NATIVE_CONFIG_VERSION); in parseActivity()
2535 Configuration.NATIVE_CONFIG_VERSION); in parseActivityAlias()
2625 Configuration.NATIVE_CONFIG_VERSION); in parseActivityAlias()
3685 Configuration.NATIVE_CONFIG_VERSION); in Component()
/frameworks/base/core/java/android/content/res/
DConfiguration.java570 public static final int NATIVE_CONFIG_VERSION = 0x0400; field in Configuration