Searched refs:currentDreamComponent (Results 1 – 1 of 1) sorted by relevance
130 final ComponentName currentDreamComponent = mBackend.getActiveDream(); in refreshActiveDreamPref() local131 activeDreamPref.setValue(mBackend.isEnabled() && currentDreamComponent != null in refreshActiveDreamPref()132 ? currentDreamComponent.toShortString() : DREAM_COMPONENT_NONE); in refreshActiveDreamPref()