Searched refs:mDeviceSerial (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 86 String mDeviceSerial = null; field in TestDrive 133 mDeviceSerial = args[++first_arg]; in processArgs() 141 mDeviceSerial = Utils.chooseDevice(mDeviceSerial, connectedDevices, defaultDevice, LOGGER); in processArgs() 142 if (mDeviceSerial == null) { in processArgs() 167 remoteConfigPath = pushConfig(config, mDeviceSerial); in testDriveAndGetReports() 168 LOGGER.info("Pushed the following config to statsd on device '" + mDeviceSerial in testDriveAndGetReports() 187 Utils.logAppBreadcrumb(0, 0, LOGGER, mDeviceSerial); in testDriveAndGetReports() 191 mDeviceSerial); in testDriveAndGetReports() 195 removeConfig(mDeviceSerial); in testDriveAndGetReports() 199 "adb", "-s", mDeviceSerial, "shell", "rm", in testDriveAndGetReports()
|
/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/ |
D | TestDriveTest.java | 185 assertEquals(mExpect.target, mTestDrive.mDeviceSerial); in testProcessArgs()
|