Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java185 ComponentName activeDream = getActiveDream(); in getDreamInfos() local
202 dreamInfo.isActive = dreamInfo.componentName.equals(activeDream); in getDreamInfos()
513 final ComponentName activeDream = getActiveDream(); in getActiveDreamComponentForStatsd() local
514 if (activeDream == null) { in getActiveDreamComponentForStatsd()
518 final String component = activeDream.flattenToShortString(); in getActiveDreamComponentForStatsd()