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.java1508 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.cpp1230 int32_t reqNavigation = AaptXml::getIntegerAttribute(tree, local
1244 if (reqNavigation != 0) {
1245 printf(" reqNavigation='%d'", reqNavigation);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16593 config.reqNavigation = mConfiguration.navigation;

Completed in 221 milliseconds