Searched refs:ACTION_SLEEP_WHILE_TOP (Results 1 – 5 of 5) sorted by relevance
19 …static com.android.server.cts.device.batterystats.BatteryStatsBgVsFgActions.ACTION_SLEEP_WHILE_TOP;61 case ACTION_SLEEP_WHILE_TOP: in isActionAsync()
69 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsBgVsFgActions104 case ACTION_SLEEP_WHILE_TOP: in doAction()105 doNothingAsync(ctx, ACTION_SLEEP_WHILE_TOP, requestCode); in doAction()
47 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in StatsdCtsForegroundActivity87 case ACTION_SLEEP_WHILE_TOP: in onCreate()
57 private static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in ProcStateAtomTests210 executeForegroundActivity(getDevice(), ACTION_SLEEP_WHILE_TOP); in testTop() local233 executeForegroundActivity(getDevice(), ACTION_SLEEP_WHILE_TOP); in testTopSleeping() local
67 public static final String ACTION_SLEEP_WHILE_TOP = "action.sleep_top"; field in BatteryStatsValidationTest171 executeForeground(ACTION_SLEEP_WHILE_TOP, 4000); in testTopDuration()