Searched refs:NAVIGATION (Results 1 – 4 of 4) sorted by relevance
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoConstants.java | 42 public static final String NAVIGATION = "navigation"; field
|
D | DeviceInfoActivity.java | 161 DeviceInfoInstrument.addResult(DeviceInfoConstants.NAVIGATION, in onCreate()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 69 NAVIGATION, enumConstant 141 case NAVIGATION: in setProperty() 234 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_TRACKBALL); in makeClassicConfig() 352 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllEmptyConfigs() 359 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllEmptyConfigs() 366 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllEmptyConfigs() 608 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testAllClassicConfigs() 615 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD); in testAllClassicConfigs() 622 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL); in testAllClassicConfigs() 982 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV); in testPrecedence() [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | EnsureBarContrastTest.java | 333 static final Bar NAVIGATION = new Bar("Navigation") { 352 static final Bar[] BARS = {STATUS, NAVIGATION};
|