Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 45) sorted by relevance

12

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLevelUtility.java50 final int stop = shellOutput.indexOf(",", start); in extractDeviceHeadsetLevelFromAdbShell() local
51 if (stop != -1) { in extractDeviceHeadsetLevelFromAdbShell()
52 final String audioLevelStr = shellOutput.substring(start, stop); in extractDeviceHeadsetLevelFromAdbShell()
DCameraTestBase.java358 mMeminfoTimer.stop(); in stopDumping()
370 mThreadTrackerTimer.stop(); in stopDumping()
469 stop(); in start()
487 synchronized void stop() { in stop() method in CameraTestBase.MeminfoTimer
617 stop(); in start()
635 synchronized void stop() { in stop() method in CameraTestBase.ThreadTrackerTimer
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceMonitorMultiplexer.java76 public synchronized void stop() { in stop() method in DeviceMonitorMultiplexer
78 monitor.stop(); in stop()
DILogcatReceiver.java28 public void stop(); in stop() method
DIDeviceMonitor.java36 public void stop(); in stop() method
DLogcatReceiver.java68 public void stop() { in stop() method in LogcatReceiver
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DLogcatParserFuncTest.java50 long stop = System.currentTimeMillis(); in testParse() local
51 System.out.println(String.format("Logcat took %d ms to parse.", stop - start)); in testParse()
DBugreportParserFuncTest.java50 long stop = System.currentTimeMillis(); in testParse() local
51 System.out.println(String.format("Bugreport took %d ms to parse.", stop - start)); in testParse()
DMonkeyLogParserFuncTest.java53 long stop = System.currentTimeMillis(); in testParse() local
54 System.out.println(String.format("Monkey log took %d ms to parse.", stop - start)); in testParse()
/tools/acloud/internal/lib/
Ddriver_test_lib.py33 patcher.stop()
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py64 ipf.stop()
239 def stop(self): member in IPerfServer
288 def stop(self): member in IPerfServerOverSsh
348 def stop(self): member in IPerfServerOverAdb
Daccess_point.py243 self._dhcp.stop()
349 instance.hostapd.stop()
350 self._dhcp.stop()
/tools/loganalysis/src/com/android/loganalysis/item/
DLogcatItem.java166 Date stop = logcat.getStopTime().after(getStopTime()) ? in merge() local
199 mergedLogcat.setStopTime(stop); in merge()
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Diperf_server.py52 ipf.stop()
245 def stop(self): member in IPerfServer
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Drfcomm_lib.py79 def stop(self): member in RfcommLib
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogReceiver.java61 public void stop() { in stop() method in LogReceiver
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py72 self.iperf_server.stop()
/tools/test/connectivity/acts/framework/tests/
Dacts_test_runner_test.py179 tr.stop()
243 tr.stop()
/tools/repohooks/rh/
Dterminal.py67 def stop(self): member in Color
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRoamingTest.py68 self.iperf_server.stop()
DWifiPowerTest.py227 self.iperf_server.stop()
248 self.iperf_server.stop()
DWifiThroughputStabilityTest.py119 self.iperf_server.stop()
264 self.iperf_server.stop()
/tools/test/connectivity/acts/framework/acts/bin/
Dact.py58 runner.stop()
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabPowerDataTest.py86 self.ip_server.stop()
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py89 tr.stop()
551 def stop(self): member in TestRunner

12