Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsForegroundActivity.java19 …static com.android.server.cts.device.batterystats.BatteryStatsBgVsFgActions.ACTION_SLEEP_WHILE_TOP;
61 case ACTION_SLEEP_WHILE_TOP: in isActionAsync()
DBatteryStatsBgVsFgActions.java70 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsBgVsFgActions
108 case ACTION_SLEEP_WHILE_TOP: in doAction()
109 doNothingAsync(ctx, ACTION_SLEEP_WHILE_TOP, requestCode); in doAction()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundActivity.java42 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in StatsdCtsForegroundActivity
69 case ACTION_SLEEP_WHILE_TOP: in onCreate()
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DProcStatsValidationTests.java73 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP); in testProcessStateTopDuration()
138 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP);
262 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP);
367 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP); in testProcStatsPkgProcStats()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DProcStateTestCase.java46 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in ProcStateTestCase
DProcStateAtomTests.java172 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP); in testTop()
196 executeForegroundActivity(ACTION_SLEEP_WHILE_TOP); in testTopSleeping()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java69 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsValidationTest
218 executeForeground(ACTION_SLEEP_WHILE_TOP, 4000); in testTopDuration()