Home
last modified time | relevance | path

Searched refs:ImmediateExecutor (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()
251 new ProfilingTestUtils.ImmediateExecutor(), in testRequestHeapProfileSuccess()
279 new ProfilingTestUtils.ImmediateExecutor(), in testRequestStackSamplingSuccess()
313 new ProfilingTestUtils.ImmediateExecutor(), in testRequestSystemTraceSuccess()
343 new ProfilingTestUtils.ImmediateExecutor(), in testRequestJavaHeapDumpCancel()
378 new ProfilingTestUtils.ImmediateExecutor(), in testRequestHeapProfileCancel()
413 new ProfilingTestUtils.ImmediateExecutor(), in testRequestStackSamplingCancel()
448 new ProfilingTestUtils.ImmediateExecutor(), in testRequestSystemTraceCancel()
[all …]
DProfilingTestUtils.java27 static class ImmediateExecutor implements Executor { class in ProfilingTestUtils