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.java137 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.java72 private final Intent mDreamingStoppedIntent = new Intent(Intent.ACTION_DREAMING_STOPPED)
/frameworks/base/core/java/android/content/
H A DIntent.java1962 public static final String ACTION_DREAMING_STOPPED = "android.intent.action.DREAMING_STOPPED"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java852 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2177 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
6713 } else if (Intent.ACTION_DREAMING_STOPPED.equals(intent.getAction())) {

Completed in 182 milliseconds