Searched defs:reqNavigation (Results 1 - 2 of 2) 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();
/frameworks/base/tools/aapt/
H A DCommand.cpp887 int32_t reqNavigation = getIntegerAttribute(tree, local
901 if (reqNavigation != 0) {
902 printf(" reqNavigation='%d'", reqNavigation);

Completed in 368 milliseconds