Home
last modified time | relevance | path

Searched refs:ACTION_SLEEP_WHILE_TOP (Results 1 – 5 of 5) 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.java69 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsBgVsFgActions
104 case ACTION_SLEEP_WHILE_TOP: in doAction()
105 doNothingAsync(ctx, ACTION_SLEEP_WHILE_TOP, requestCode); in doAction()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java47 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in StatsdCtsForegroundActivity
87 case ACTION_SLEEP_WHILE_TOP: in onCreate()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java57 private static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in ProcStateAtomTests
210 executeForegroundActivity(getDevice(), ACTION_SLEEP_WHILE_TOP); in testTop() local
233 executeForegroundActivity(getDevice(), ACTION_SLEEP_WHILE_TOP); in testTopSleeping() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java67 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsValidationTest
171 executeForeground(ACTION_SLEEP_WHILE_TOP, 4000); in testTopDuration()