/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 97 Statement start = in methodInvoker() local 107 start = getTracePointRule().apply(start, describeChild(method)); in methodInvoker() 112 start = tightMethodRule.apply(start, describeChild(method)); in methodInvoker() 114 return start; in methodInvoker()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | NexusLauncherStrategy.java | 126 Point start = hotseat.getVisibleCenter(); in openAllApps() local 129 start.x, in openAllApps() 130 start.y, in openAllApps() 131 start.x, in openAllApps() 133 (start.y - endY) / 100); // 100 px/step in openAllApps()
|
D | BaseLauncher3Strategy.java | 112 Point start = hotseat.getVisibleCenter(); in openAllApps() local 115 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
|
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/ |
D | IStopwatchHelper.java | 25 public void start(); in start() method
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/ |
D | LayersTraceMonitorTest.java | 62 mLayersTraceMonitor.start(); in canStartLayersTrace() 68 mLayersTraceMonitor.start(); in canStopLayersTrace() 76 mLayersTraceMonitor.start(); in captureLayersTrace()
|
D | WindowManagerTraceMonitorTest.java | 62 mWindowManagerTraceMonitor.start(); in canStartWindowTrace() 68 mWindowManagerTraceMonitor.start(); in canStopWindowTrace() 76 mWindowManagerTraceMonitor.start(); in captureWindowTrace()
|
D | ScreenRecorderTest.java | 62 mScreenRecorder.start(); in videoIsRecorded() 71 mScreenRecorder.start(); in videoCanBeSaved()
|
D | WindowAnimationFrameStatsMonitorTest.java | 59 mWindowAnimationFrameStatsMonitor.start(); in captureWindowAnimationFrameStats()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/ |
D | ScreenRecorder.java | 52 public void start() { in start() method in ScreenRecorder 70 mRecorderThread.start(); in start()
|
D | WindowManagerTraceMonitor.java | 39 public void start() { in start() method in WindowManagerTraceMonitor
|
D | LayersTraceMonitor.java | 39 public void start() { in start() method in LayersTraceMonitor
|
D | WindowAnimationFrameStatsMonitor.java | 73 public void start() { in start() method in WindowAnimationFrameStatsMonitor
|
D | TransitionMonitor.java | 39 public abstract void start(); in start() method in TransitionMonitor
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-bytes-transfer/ |
D | README.md | 3 The configs here collects the WiFi bytes transferred on the start and end of tests or test run,
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | TransitionRunnerTest.java | 162 orderVerifier.verify(mWindowManagerTraceMonitorMock).start(); in canCaptureWindowManagerTrace() 181 orderVerifier.verify(mLayersTraceMonitorMock).start(); in canCaptureLayersTrace() 203 orderVerifier.verify(mScreenRecorderMock).start(); in canRecordEachRun() 207 orderVerifier.verify(mScreenRecorderMock).start(); in canRecordEachRun() 233 orderVerifier.verify(mScreenRecorderMock).start(); in canRecordAllRuns()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 123 long start = SystemClock.uptimeMillis(); in blockUntilSystemRunning() local 125 while (SystemClock.uptimeMillis() - start < MAX_CHECK_AM_TIMEOUT_MS) { in blockUntilSystemRunning()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DataCollector.java | 79 public synchronized void start() { in start() method in DataCollector 97 mThread.start(); in start()
|
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/ |
D | UsbHelper.java | 157 Instant start = Instant.now(); in getDevice() local 160 while (device == null && timeout.compareTo(Duration.between(start, Instant.now())) > 0) { in getDevice()
|
D | AoaDevice.java | 221 Instant start = now(); in swipe() local 224 Duration elapsed = Duration.between(start, now()); in swipe()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 8 `app-start` will instruct statsd to collect app startup metrics. 14 1. Create a directory under this directory for the new metrics (e.g. `app-start`).
|
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/ |
D | ESimUtilityInstrumentation.java | 34 start(); in onCreate()
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/ |
D | DispatchActivity.java | 80 simpleperf.start(); in onCreate()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | LogcatOnFailureCollector.java | 141 Process proc = pb.start(); in getLogcatSince()
|
D | ScreenRecordCollector.java | 137 }.start(); in startScreenRecordThread()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 43 start %ADT_INFRA%\emu_test\utils\run_test_android_bridge.cmd %DIST_DIR%
|