Searched refs:ACTION_TRIGGER_IDLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java115 Intent intent = new Intent(ActivityManagerService.ACTION_TRIGGER_IDLE)
142 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE);
178 } else if (action.equals(ActivityManagerService.ACTION_TRIGGER_IDLE)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java405 public static final String ACTION_TRIGGER_IDLE = "com.android.server.ACTION_TRIGGER_IDLE"; field in class:ActivityManagerService
13125 Intent intent = new Intent(ACTION_TRIGGER_IDLE)

Completed in 557 milliseconds