Searched refs:INPUT_FEATURE_FIVE_WAY_NAV (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DConfigurationInfo.java64 public static final int INPUT_FEATURE_FIVE_WAY_NAV = 0x00000002; field in class:ConfigurationInfo
69 * {@link #INPUT_FEATURE_FIVE_WAY_NAV}
H A DPackageParser.java1514 cPref.reqInputFeatures |= ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java106 assertNotNull(config.reqInputFeatures & ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16596 config.reqInputFeatures |= ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV;

Completed in 197 milliseconds