Searched refs:TEN_SECONDS_MS (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/ |
D | ProfilingFrameworkTests.java | 111 private static final int TEN_SECONDS_MS = 10 * 1000; field in ProfilingFrameworkTests 210 overrideJavaHeapDumpDeviceConfigValues(false, ONE_SECOND_MS, TEN_SECONDS_MS); in testRequestJavaHeapDumpSuccess() 639 overrideJavaHeapDumpDeviceConfigValues(true, ONE_SECOND_MS, TEN_SECONDS_MS); in testJavaHeapDumpKillswitchEnabled() 665 overrideHeapProfileDeviceConfigValues(true, ONE_SECOND_MS, FIVE_SECONDS_MS, TEN_SECONDS_MS); in testHeapProfileKillswitchEnabled() 692 TEN_SECONDS_MS); in testStackSamplingKillswitchEnabled() 718 overrideSystemTraceDeviceConfigValues(true, ONE_SECOND_MS, FIVE_SECONDS_MS, TEN_SECONDS_MS); in testSystemTraceKillswitchEnabled()
|