Searched refs:remotePath (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/ |
D | ShellSubscriberTest.java | 127 String remotePath = pushShellConfigToDevice(validConfig); in testShellMaxSubscriptions() local 129 String cmd = "cat " + remotePath + " | cmd stats data-subscribe " + timeout; in testShellMaxSubscriptions() 131 "cat " + remotePath + " | cmd stats data-subscribe " + firstSubTimeout; in testShellMaxSubscriptions() 198 getDevice().executeShellCommand("rm " + remotePath); in testShellMaxSubscriptions() 245 String remotePath = "/data/local/tmp/" + configFile.getName(); in pushShellConfigToDevice() local 246 getDevice().pushFile(configFile, remotePath); in pushShellConfigToDevice() 247 return remotePath; in pushShellConfigToDevice() 264 String remotePath = pushShellConfigToDevice(validConfig); in startSubscription() local 266 String cmd = "cat " + remotePath + " | cmd stats data-subscribe " + timeout; in startSubscription() 282 getDevice().executeShellCommand("rm " + remotePath); in startSubscription()
|
/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/ |
D | LogArchiver.java | 37 public static void archiveLogThenDelete(TestLogData logs, ITestDevice device, String remotePath, in archiveLogThenDelete() argument 39 File logFile = device.pullFile(remotePath); in archiveLogThenDelete() 43 device.deleteFile(remotePath); in archiveLogThenDelete()
|
D | MicrodroidHostTestCaseBase.java | 152 public static void archiveLogThenDelete(TestLogData logs, ITestDevice device, String remotePath, in archiveLogThenDelete() argument 154 LogArchiver.archiveLogThenDelete(logs, device, remotePath, localName); in archiveLogThenDelete()
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 233 String remotePath = "/data/local/tmp/statsdconfig.config"; in updateConfig() local 235 Utils.runCommand(null, sLogger, "adb", "push", configLocation, remotePath); in updateConfig() 236 Utils.runCommand(null, sLogger, "adb", "shell", "cat", remotePath, "|", in updateConfig()
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 708 String remotePath = "/data/local/tmp/" + configFile.getName(); in pushConfig() local 711 remotePath); in pushConfig() 720 remotePath, in pushConfig() 724 return remotePath; in pushConfig()
|