Searched refs:remotePath (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/statsd/src/android/cts/statsd/subscriber/ |
D | ShellSubscriberTest.java | 127 String remotePath = "/data/local/tmp/" + configFile.getName(); in startSubscription() local 128 getDevice().pushFile(configFile, remotePath); in startSubscription() 132 String.join(" ", "cat", remotePath, "|", "cmd stats data-subscribe ", in startSubscription() 134 getDevice().executeShellCommand("rm " + remotePath); in startSubscription()
|
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/ |
D | BaseInstallMultiple.java | 103 final String remotePath = "/data/local/tmp/" + file.getName(); in run() local 104 if (!device.pushFile(file, remotePath)) { in run() 112 cmd.append(' ').append(remotePath); in run()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
D | AtomMetricTester.java | 93 String remotePath = "/data/local/tmp/" + configFile.getName(); in uploadConfig() local 94 mDevice.pushFile(configFile, remotePath); in uploadConfig() 95 mDevice.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, CONFIG_ID)); in uploadConfig() 96 mDevice.executeShellCommand("rm " + remotePath); in uploadConfig()
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | BaseInstallMultiple.java | 156 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName(); in run() local 157 if (!device.pushFile(apk, remotePath)) { in run() 165 cmd.append(' ').append(remotePath); in run()
|
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/ |
D | BaseInstallMultiple.java | 156 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName(); in run() local 157 if (!device.pushFile(apk, remotePath)) { in run() 165 cmd.append(' ').append(remotePath); in run()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | BaseInstallMultiple.java | 162 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName(); in run() local 163 if (!device.pushFile(apk, remotePath)) { in run() 171 cmd.append(' ').append(remotePath); in run()
|
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/ |
D | CompatChangeGatingTestCase.java | 223 String remotePath = "/data/local/tmp/" + configFile.getName(); in createAndUploadStatsdConfig() local 224 device.pushFile(configFile, remotePath); in createAndUploadStatsdConfig() 225 device.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, configId)); in createAndUploadStatsdConfig() 226 device.executeShellCommand("rm " + remotePath); in createAndUploadStatsdConfig()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | AtomTestCase.java | 223 String remotePath = "/data/local/tmp/" + configFile.getName(); in uploadConfig() local 224 getDevice().pushFile(configFile, remotePath); in uploadConfig() 226 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig() 228 getDevice().executeShellCommand("rm " + remotePath); in uploadConfig()
|