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 | 66 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/ |
D | EnsureBarContrastTest.java | 333 static final Bar NAVIGATION = new Bar("Navigation") { 352 static final Bar[] BARS = {STATUS, NAVIGATION};
|