Home
last modified time | relevance | path

Searched refs:touchscreen (Results 1 – 6 of 6) sorted by relevance

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java133 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) { in onCreate()
135 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) { in onCreate()
137 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) { in onCreate()
139 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) { in onCreate()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DConfigurationDeviceInfo.java30 store.addResult("touchscreen", con.touchscreen); in collectDeviceInfo()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java46 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in makeConfiguration()
98 cfg1.touchscreen = 2; in testCompareTo()
99 cfg2.touchscreen = 3; in testCompareTo()
101 cfg1.touchscreen = 3; in testCompareTo()
102 cfg2.touchscreen = 2; in testCompareTo()
211 config.touchscreen = 1; in testDiff()
349 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen); in testSetToDefaults()
376 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen); in testUnset()
724 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS; in createConfig()
DResourcesTest.java122 final int touchscreen, final int keyboard, final int keysHidden, final int navigation, in getResources() argument
132 config.touchscreen = touchscreen; in getResources()
DConfigTest.java108 mConfig.touchscreen = value; in setProperty()
/cts/tools/dex-tools/dex/
Dclasses.out.dex25405 public int touchscreen
112776 public static final int touchscreen