Searched refs:installApk (Results 1 – 3 of 3) sorted by relevance
61 def installApk(self, apkPath): member in androidDevice
117 (out, err, success) = device.installApk(themeApkPath)
99 public static String installApk(String pathToApk, ITestDevice device) throws Exception { in installApk() method in AdbUtils