Searched refs:ONE_SECOND_MS (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/ |
D | ProfilingFrameworkTests.java | 109 private static final int ONE_SECOND_MS = 1 * 1000; field in ProfilingFrameworkTests 210 overrideJavaHeapDumpDeviceConfigValues(false, ONE_SECOND_MS, TEN_SECONDS_MS); in testRequestJavaHeapDumpSuccess() 237 overrideHeapProfileDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, FIVE_SECONDS_MS); in testRequestHeapProfileSuccess() 268 overrideStackSamplingDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, in testRequestStackSamplingSuccess() 303 overrideSystemTraceDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, FIVE_SECONDS_MS); in testRequestSystemTraceSuccess() 471 overrideStackSamplingDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, in testUnregisterGeneralListener() 514 overrideStackSamplingDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, in testTriggerAllListeners() 554 overrideStackSamplingDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, in testTriggerAllListenersDifferentContexts() 600 overrideStackSamplingDeviceConfigValues(false, ONE_SECOND_MS, ONE_SECOND_MS, in testRequestTagInFilename() 639 overrideJavaHeapDumpDeviceConfigValues(true, ONE_SECOND_MS, TEN_SECONDS_MS); in testJavaHeapDumpKillswitchEnabled() [all …]
|