Searched refs:ACTION_TRIGGER_IDLE (Results 1 – 3 of 3) sorted by relevance
92 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()147 } else if (action.equals(ActivityManagerService.ACTION_TRIGGER_IDLE)) { in onReceive()
99 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()214 case ActivityManagerService.ACTION_TRIGGER_IDLE: in onReceive()
546 public static final String ACTION_TRIGGER_IDLE = "com.android.server.ACTION_TRIGGER_IDLE"; field in ActivityManagerService8535 Intent intent = new Intent(ACTION_TRIGGER_IDLE) in sendIdleJobTrigger()