Searched refs:installToDevice (Results 1 – 1 of 1) sorted by relevance
/external/deqp/scripts/android/ |
D | install_apk.py | 135 def installToDevice (device, adbPath, packageName, apkPath, printPrefix=""): function 147 …parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model… 149 serialApply(installToDevice, [(device, adbPath, packageName, apkPath) for device in devices]); 230 installToDevice(devices[0], args.adbPath, packageName, apkPath) 237 installToDevice(devices[deviceNdx-1], args.adbPath, packageName, apkPath)
|