Home
last modified time | relevance | path

Searched refs:NAVIGATION (Results 1 – 3 of 3) 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.java47 NAVIGATION, enumConstant
115 case NAVIGATION: in setProperty()
205 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_TRACKBALL); in makeClassicConfig()
310 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllEmptyConfigs()
317 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllEmptyConfigs()
324 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllEmptyConfigs()
514 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllClassicConfigs()
521 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllClassicConfigs()
528 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllClassicConfigs()
907 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testPrecidence()
[all …]