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 39 public static final String NAVIGATION = "navigation";
DeviceInfoActivity.java 78 String navigation = null; local
79 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
80 navigation = "undefined";
81 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
82 navigation = "nonav";
83 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
84 navigation = "drap";
85 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
86 navigation = "trackball";
87 } 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;
181 config.mConfig.navigation = Configuration.NAVIGATION_TRACKBALL;
287 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV);
294 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
301 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL);
491 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_NONAV);
498 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
505 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_WHEEL)
    [all...]

Completed in 3595 milliseconds