Searched refs:ACTION_DREAMING_STOPPED (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java140 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
153 || action.equals(Intent.ACTION_DREAMING_STOPPED)) {
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java65 private final Intent mDreamingStoppedIntent = new Intent(Intent.ACTION_DREAMING_STOPPED)
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java556 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1466 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
5390 } else if (Intent.ACTION_DREAMING_STOPPED.equals(intent.getAction())) {
/frameworks/base/core/java/android/content/
H A DIntent.java1715 public static final String ACTION_DREAMING_STOPPED = "android.intent.action.DREAMING_STOPPED"; field in class:Intent

Completed in 1373 milliseconds