Home
last modified time | relevance | path

Searched refs:ACTION_DREAMING_STARTED (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsActivity.kt171 action == Intent.ACTION_DREAMING_STARTED) {
179 filter.addAction(Intent.ACTION_DREAMING_STARTED)
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
H A DDeviceIdlenessTracker.java95 filter.addAction(Intent.ACTION_DREAMING_STARTED); in startTracking()
196 case Intent.ACTION_DREAMING_STARTED: in onReceive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDreamTile.java139 filter.addAction(Intent.ACTION_DREAMING_STARTED); in handleSetListening()
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java79 private final Intent mDreamingStartedIntent = new Intent(Intent.ACTION_DREAMING_STARTED)
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java504 if (Intent.ACTION_DREAMING_STARTED.equals(intent.getAction())) {
738 filter.addAction(Intent.ACTION_DREAMING_STARTED); in systemReady()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2529 public static final String ACTION_DREAMING_STARTED = "android.intent.action.DREAMING_STARTED"; field in Intent
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1447 filter.addAction(Intent.ACTION_DREAMING_STARTED);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10831 …field public static final String ACTION_DREAMING_STARTED = "android.intent.action.DREAMING_STARTED…