OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAVIGATION
(Results
1 - 5
of
5
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
36
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
...]
/cts/tools/host/src/com/android/cts/
TestDevice.java
752
* Get
navigation
information
754
* @return The
navigation
information.
757
return mInfoMap.get(
NAVIGATION
);
[
all
...]
Completed in 697 milliseconds