Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBstatsCpuTimesValidationTest.java186 forceStop(); in testCpuFreqTimes()
192 forceStop(); in testCpuFreqTimes()
214 forceStop(); in testCpuFreqTimes_screenOff()
220 forceStop(); in testCpuFreqTimes_screenOff()
248 forceStop(); in testCpuFreqTimes_isolatedProcess()
254 forceStop(); in testCpuFreqTimes_isolatedProcess()
276 forceStop(); in testCpuFreqTimes_stateTop()
285 forceStop(); in testCpuFreqTimes_stateTop()
309 forceStop(); in testIsolatedCpuFreqTimes_stateService()
326 forceStop(); in testIsolatedCpuFreqTimes_stateService()
[all …]
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DRunMonkeyAction.java90 forceStop(pkg); in run()
109 forceStop(pkg); in run()
117 private void forceStop(String packageName) { in forceStop() method in RunMonkeyAction.RunMonkeyRunnable
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp118 bool forceStop) { in noteStop() argument
132 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()
151 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()