Searched refs:ACTION_TRIGGER_IDLE (Results 1 – 3 of 3) sorted by relevance
91 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()146 } else if (action.equals(ActivityManagerService.ACTION_TRIGGER_IDLE)) { in onReceive()
98 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()215 case ActivityManagerService.ACTION_TRIGGER_IDLE: in onReceive()
456 public static final String ACTION_TRIGGER_IDLE = "com.android.server.ACTION_TRIGGER_IDLE"; field in ActivityManagerService7457 Intent intent = new Intent(ACTION_TRIGGER_IDLE) in sendIdleJobTrigger()