Searched refs:ACTION_TRIGGER_IDLE (Results 1 – 3 of 3) sorted by relevance
80 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()114 } else if (action.equals(ActivityManagerService.ACTION_TRIGGER_IDLE)) { in onReceive()
87 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()155 } else if (action.equals(ActivityManagerService.ACTION_TRIGGER_IDLE)) { in onReceive()
441 public static final String ACTION_TRIGGER_IDLE = "com.android.server.ACTION_TRIGGER_IDLE"; field in ActivityManagerService8951 Intent intent = new Intent(ACTION_TRIGGER_IDLE) in sendIdleJobTrigger()