Home
last modified time | relevance | path

Searched refs:ProfilingTestUtils (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java167 new ProfilingTestUtils.ImmediateExecutor(), in testInvalidProfilingType()
194 new ProfilingTestUtils.ImmediateExecutor(), in testInvalidProfilingParams()
220 new ProfilingTestUtils.ImmediateExecutor(), in testRequestJavaHeapDumpSuccess()
242 Bundle params = ProfilingTestUtils.getOneSecondDurationParamBundle(); in testRequestHeapProfileSuccess()
251 new ProfilingTestUtils.ImmediateExecutor(), in testRequestHeapProfileSuccess()
276 ProfilingTestUtils.getOneSecondDurationParamBundle(), in testRequestStackSamplingSuccess()
279 new ProfilingTestUtils.ImmediateExecutor(), in testRequestStackSamplingSuccess()
310 ProfilingTestUtils.getOneSecondDurationParamBundle(), in testRequestSystemTraceSuccess()
313 new ProfilingTestUtils.ImmediateExecutor(), in testRequestSystemTraceSuccess()
343 new ProfilingTestUtils.ImmediateExecutor(), in testRequestJavaHeapDumpCancel()
[all …]
DProfilingTestUtils.java23 public final class ProfilingTestUtils { class