Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DProcStatsValidationTests.java61 executeForegroundActivity(ACTION_LONG_SLEEP_WHILE_TOP); in testProcessStatePssValue()
69 executeForegroundActivity(ACTION_SHOW_APPLICATION_OVERLAY); in testProcessStatePssValue()
125 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP); in testProcessStateByPulling()
133 executeForegroundActivity(ACTION_SHOW_APPLICATION_OVERLAY); in testProcessStateByPulling()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DProcStateTestCase.java61 protected void executeForegroundActivity(String actionValue) throws Exception { in executeForegroundActivity() method in ProcStateTestCase
72 executeForegroundActivity(ACTION_END_IMMEDIATELY); in executeForegroundService()