OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_TRIGGER_IDLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/job/controllers/
IdleController.java
115
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/
ActivityManagerService.java
405
public static final String
ACTION_TRIGGER_IDLE
= "com.android.server.
ACTION_TRIGGER_IDLE
";
[
all
...]
Completed in 346 milliseconds