Home | History | Annotate | Download | only in test

Lines Matching refs:MonkeyRunner

17 """Test cases for com.android.monkeyrunner.MonkeyRunner."""
22 from com.android.monkeyrunner import MonkeyRunner
26 """Test ArgParsing for the MonkeyRunner methods."""
28 MonkeyRunner.waitForConnection()
31 MonkeyRunner.waitForConnection(2)
34 MonkeyRunner.waitForConnection(2, '*')
37 MonkeyRunner.waitForConnection(timeout=2, deviceId='foo')
41 MonkeyRunner.waitForConnection(timeout=2, deviceId='foo', extra='fail')
48 MonkeyRunner.sleep(1.5)