Home
last modified time | relevance | path

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

/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java210 overrideJavaHeapDumpDeviceConfigValues(false, ONE_SECOND_MS, TEN_SECONDS_MS); in testRequestJavaHeapDumpSuccess()
332 overrideJavaHeapDumpDeviceConfigValues(false, TEN_MINUTES_MS, TEN_MINUTES_MS); in testRequestJavaHeapDumpCancel()
639 overrideJavaHeapDumpDeviceConfigValues(true, ONE_SECOND_MS, TEN_SECONDS_MS); in testJavaHeapDumpKillswitchEnabled()
934 private void overrideJavaHeapDumpDeviceConfigValues(boolean killswitchEnabled, int durationMs, in overrideJavaHeapDumpDeviceConfigValues() method in ProfilingFrameworkTests