Home
last modified time | relevance | path

Searched refs:touch_device (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py28 import touch_device
70 self.touch_device = touch_device.TouchDevice(
73 self._check_device(self.touch_device)
74 validators.init_base_validator(self.touch_device)
97 firmware_version = self.touch_device.get_firmware_version()
106 firmware_version = self.touch_device.get_firmware_version()
127 self.touch_device,
235 if not self.touch_device.save_device_description_file(
264 self.touch_device.get_display_geometry(
/external/epid-sdk/doc/html/
Dresize.js118 var touch_device = device.match(/(iphone|ipod|ipad|android)/); variable
119 if (touch_device) { /* wider split bar for touch only devices */
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dcommon_unittest_utils.py51 from touch_device import TouchDevice
Dvalidators_unittest.py21 from touch_device import TouchDevice
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py28 from touch_device import TouchDevice