HomeSort by relevance Sort by last modified time
    Searched refs:NAVIGATION (Results 1 - 4 of 4) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 37 public static final String NAVIGATION = "navigation";
DeviceInfoActivity.java 71 String navigation = null; local
72 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
73 navigation = "undefined";
74 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
75 navigation = "nonav";
76 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
77 navigation = "drap";
78 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
79 navigation = "trackball";
80 } else if (con.navigation == Configuration.NAVIGATION_WHEEL)
    [all...]
  /development/apps/Development/src/com/android/development/
AppHwPref.java 56 private static final int NAVIGATION = BASE + 3;
86 displayTextView(R.id.attr_navigation, appHwPref, NAVIGATION);
142 case NAVIGATION:
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 43 NAVIGATION,
111 case NAVIGATION:
112 mConfig.navigation = value;
180 config.mConfig.navigation = Configuration.NAVIGATION_TRACKBALL;
285 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV);
292 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
299 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL);
489 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV);
496 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
503 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL)
    [all...]

Completed in 1184 milliseconds