Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/android/
Dinstall_apk.py136 def installToDevice (device, adbPath, packageName, apkPath, printPrefix=""): function
148 …parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model…
150 serialApply(installToDevice, [(device, adbPath, packageName, apkPath) for device in devices]);
231 installToDevice(devices[0], args.adbPath, packageName, apkPath)
238 installToDevice(devices[deviceNdx-1], args.adbPath, packageName, apkPath)