Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 14 of 14) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTracePointRule.java45 beginSection(getSectionName(description)); in starting()
56 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRule
57 Trace.beginSection(sectionTag); in beginSection()
DTestWatcher.java51 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()
DSamplerRule.java93 Trace.beginSection("SamplerRule#writeSampleEverySecond"); in startThread()
DArtifactSaver.java74 Trace.beginSection("ArtifactSaver.onError"); in onError()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DTracingUtils.kt19 Trace.beginSection(sectionName.shortenedIfNeeded()) in trace()
29 Trace.beginSection(sectionName.shortenedIfNeeded()) in beginSectionSafe()
/platform_testing/libraries/flicker/utils/src/android/tools/
DExtensions.kt26 Trace.beginSection(name) in withCache()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper2.java217 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()
DAbstractStandardAppHelper.java226 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/
DBaseMetricListener.java126 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/
DTracePointRuleTest.java112 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRuleTest.TestableTracePointRule
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DFunctional.java95 Trace.beginSection("Functional#" + name);
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DShowmapSnapshotHelper.java193 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/
DWindowManagerStateHelper.kt111 .onStart { Trace.beginSection(it) } in getWindowRegion()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java637 protected void beginSection(String sectionTag) { in beginSection() method in MicrobenchmarkTest.LoggingMicrobenchmark.LoggingTracePointRule