Home
last modified time | relevance | path

Searched refs:send_keycode (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py218 ad.send_keycode("HOME")
222 ad.send_keycode("WAKEUP")
235 ad.send_keycode("TAB")
236 ad.send_keycode("TAB")
237 ad.send_keycode("ENTER")
241 ad.send_keycode("TAB")
242 ad.send_keycode("TAB")
243 ad.send_keycode("ENTER")
247 ad.send_keycode("ENTER")
475 ad.send_keycode("ENTER")
DTelLiveEmergencyBase.py189 self.dut.send_keycode("BACK")
190 self.dut.send_keycode("BACK")
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py314 ad.send_keycode("HOME")
318 ad.send_keycode("WAKEUP")
331 ad.send_keycode("TAB")
332 ad.send_keycode("TAB")
333 ad.send_keycode("ENTER")
337 ad.send_keycode("TAB")
338 ad.send_keycode("TAB")
339 ad.send_keycode("ENTER")
343 ad.send_keycode("ENTER")
583 ad.send_keycode("ENTER")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_power_test_utils.py57 self.android_device.send_keycode('MENU')
74 self.android_device.send_keycode('MEDIA_PAUSE')
81 self.android_device.send_keycode('MEDIA_PLAY')
88 self.android_device.send_keycode('MEDIA_STOP')
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1402 def send_keycode(self, keycode): member in AndroidDevice
1533 self.send_keycode("WAKEUP")
1538 self.send_keycode("SLEEP")
1542 self.send_keycode("NUMPAD_%s" % number)
1548 self.send_keycode("SLEEP")
1550 self.send_keycode("WAKEUP")
1552 self.send_keycode("MENU")
1554 self.send_keycode("DEL")
1557 self.send_keycode("ENTER")
1558 self.send_keycode("BACK")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py490 ad.send_keycode("ENTER")
496 ad.send_keycode("BACK")
1680 ad.send_keycode("POUND")
1682 ad.send_keycode("STAR")
1684 ad.send_keycode("%s" % number)
1728 ad.send_keycode("CALL")
1751 ad.send_keycode("MENU")
1784 ad.send_keycode("ENDCALL")
3783 ad.send_keycode("BACK")
6328 ad.send_keycode("BACK")
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py447 ad.send_keycode("HOME")
478 ad.send_keycode("HOME")
497 ad.send_keycode("HOME")
1007 ad.send_keycode("HOME")
1123 ad.send_keycode("BACK")
1198 ad.send_keycode("BACK")
1202 ad.send_keycode("BACK")
1281 ad.send_keycode("BACK")
1372 ad.send_keycode("HOME")
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py548 self.ad.send_keycode("HOME")
577 self.ad.send_keycode("HOME")
606 self.ad.send_keycode("HOME")
/tools/test/connectivity/acts_tests/tests/google/power/gnss/
DPowerGnssDpoSimTest.py86 self.dut.send_keycode("SLEEP")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGTWGnssBaseTest.py106 self.ad.send_keycode('WAKEUP')