Searched refs:ACTION_DREAMING_STARTED (Results 1 – 7 of 7) sorted by relevance
140 intentFilter.addAction(Intent.ACTION_DREAMING_STARTED); in register()307 || Intent.ACTION_DREAMING_STARTED.equals(action)) { in onReceive()
55 private final Intent mDreamingStartedIntent = new Intent(Intent.ACTION_DREAMING_STARTED)
471 filter.addAction(Intent.ACTION_DREAMING_STARTED); in systemReady()
194 NO DOC BLOCK: android.content.Intent Field ACTION_DREAMING_STARTED
927 filter.addAction(Intent.ACTION_DREAMING_STARTED); in init()4215 if (Intent.ACTION_DREAMING_STARTED.equals(intent.getAction())) {
1449 public static final String ACTION_DREAMING_STARTED = "android.intent.action.DREAMING_STARTED"; field in Intent
6340 …field public static final java.lang.String ACTION_DREAMING_STARTED = "android.intent.action.DREAMI…