Lines Matching refs:def
28 def __init__(self, adbDevice):
31 def runAdbCommand(self, cmd):
38 def runShellCommand(self, cmd):
41 def waitForAdbDevice(self):
45 def waitForBootComplete(self, timeout = 240):
61 def installApk(self, apkPath):
66 def uninstallApk(self, package):
71 def runInstrumentationTest(self, option):
74 def isProcessAlive(self, processName):
82 def getVersionSdkInt(self):
85 def getVersionCodename(self):
88 def getDensity(self):
94 def getSdkLevel(self):
97 def getOrientation(self):
102 #def getHWType(self):
107 def runAdbDevices():