Searched refs:remotePath (Results 1 – 2 of 2) sorted by relevance
396 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName(); in run() local397 if (!device.pushFile(apk, remotePath)) { in run()405 cmd.append(' ').append(remotePath); in run()
95 final String remotePath = "/data/local/tmp/" + apk.getName(); in installAppAsUser() local96 if (!device.pushFile(apk, remotePath)) { in installAppAsUser()101 "pm install -r --user " + userId + " " + remotePath); in installAppAsUser()