/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | TracePointRule.java | 45 beginSection(getSectionName(description)); in starting() 56 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRule 57 Trace.beginSection(sectionTag); in beginSection()
|
D | TestWatcher.java | 51 Trace.beginSection(clz.getSimpleName() + ":starting"); in apply() 55 Trace.beginSection(clz.getSimpleName() + ":succeeded"); in apply() 59 Trace.beginSection(clz.getSimpleName() + ":skipped"); in apply() 64 Trace.beginSection(clz.getSimpleName() + ":failed"); in apply() 69 Trace.beginSection(clz.getSimpleName() + ":finished"); in apply()
|
D | SamplerRule.java | 93 Trace.beginSection("SamplerRule#writeSampleEverySecond"); in startThread()
|
D | ArtifactSaver.java | 74 Trace.beginSection("ArtifactSaver.onError"); in onError()
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | TracingUtils.kt | 19 Trace.beginSection(sectionName.shortenedIfNeeded()) in trace() 29 Trace.beginSection(sectionName.shortenedIfNeeded()) in beginSectionSafe()
|
/platform_testing/libraries/flicker/utils/src/android/tools/ |
D | Extensions.kt | 26 Trace.beginSection(name) in withCache()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper2.java | 217 Trace.beginSection("open app"); in open() 220 Trace.beginSection("notification permission"); in open() 226 Trace.beginSection("wake screen"); in open() 246 Trace.beginSection("unlock screen"); in open() 256 Trace.beginSection("register dialog watchers"); in open() 260 Trace.beginSection("favor shell commands, launching"); in open() 284 Trace.beginSection("launch using launcher strategy"); in open() 294 Trace.beginSection("wait for foreground"); in open() 307 Trace.beginSection("removeDialogWatchers"); in open() 310 Trace.beginSection("idleApp: " + mAppIdle); in open()
|
D | AbstractStandardAppHelper.java | 226 Trace.beginSection("open app"); in open() 229 Trace.beginSection("notification permission"); in open() 235 Trace.beginSection("wake screen"); in open() 255 Trace.beginSection("unlock screen"); in open() 265 Trace.beginSection("register dialog watchers"); in open() 269 Trace.beginSection("favor shell commands, launching"); in open() 299 Trace.beginSection("launch using launcher strategy"); in open() 309 Trace.beginSection("wait for foreground"); in open() 322 Trace.beginSection("removeDialogWatchers"); in open() 325 Trace.beginSection("idleApp: " + mAppIdle); in open()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BaseMetricListener.java | 126 Trace.beginSection(this.getClass().getSimpleName() + ":testRunStarted"); in testRunStarted() 143 Trace.beginSection(this.getClass().getSimpleName() + ":testRunFinished"); in testRunFinished() 159 Trace.beginSection(this.getClass().getSimpleName() + ":testStarted"); in testStarted() 194 Trace.beginSection(this.getClass().getSimpleName() + ":testFinished"); in testFinished()
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | TracePointRuleTest.java | 112 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRuleTest.TestableTracePointRule
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Functional.java | 95 Trace.beginSection("Functional#" + name);
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | ShowmapSnapshotHelper.java | 193 android.os.Trace.beginSection("IssueGCForPid: " + pid); in getMetrics() 201 android.os.Trace.beginSection("ExecuteShowmap"); in getMetrics()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/ |
D | WindowManagerStateHelper.kt | 111 .onStart { Trace.beginSection(it) } in getWindowRegion()
|
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
D | MicrobenchmarkTest.java | 637 protected void beginSection(String sectionTag) { in beginSection() method in MicrobenchmarkTest.LoggingMicrobenchmark.LoggingTracePointRule
|