Searched refs:reqNavigation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DConfigurationInfo.java52 public int reqNavigation; field in class:ConfigurationInfo
89 reqNavigation = orig.reqNavigation;
99 + " navigation = " + reqNavigation
111 dest.writeInt(reqNavigation);
129 reqNavigation = source.readInt();
H A DPackageParser.java2225 cPref.reqNavigation = sa.getInt(
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java104 assertEquals(config.reqNavigation, vconfig.navigation);
/frameworks/base/tools/aapt/
H A DCommand.cpp1461 int32_t reqNavigation = AaptXml::getIntegerAttribute(tree, local
1475 if (reqNavigation != 0) {
1476 printf(" reqNavigation='%d'", reqNavigation);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java20026 config.reqNavigation = globalConfig.navigation;
[all...]

Completed in 121 milliseconds