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.cpp888 int32_t reqNavigation = getIntegerAttribute(tree, local
902 if (reqNavigation != 0) {
903 printf(" reqNavigation='%d'", reqNavigation);

Completed in 500 milliseconds