Searched refs:mDreamingStoppedIntent (Results 1 – 1 of 1) sorted by relevance
81 private final Intent mDreamingStoppedIntent = new Intent(Intent.ACTION_DREAMING_STOPPED) field in DreamController373 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL, in stopDreamInstance()