Home
last modified time | relevance | path

Searched refs:NAVIGATION (Results 1 – 4 of 4) sorted by relevance

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoConstants.java42 public static final String NAVIGATION = "navigation"; field
DDeviceInfoActivity.java161 DeviceInfoInstrument.addResult(DeviceInfoConstants.NAVIGATION, in onCreate()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java66 NAVIGATION, enumConstant
135 case NAVIGATION: in setProperty()
228 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_TRACKBALL); in makeClassicConfig()
345 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllEmptyConfigs()
352 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllEmptyConfigs()
359 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllEmptyConfigs()
577 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllClassicConfigs()
584 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllClassicConfigs()
591 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllClassicConfigs()
970 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testPrecedence()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java333 static final Bar NAVIGATION = new Bar("Navigation") {
352 static final Bar[] BARS = {STATUS, NAVIGATION};