Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDreamInfoAction.java75 DreamInfoAction(ResolveInfo resolveInfo, ComponentName activeDream, PackageManager pm) { in DreamInfoAction() argument
76 this(resolveInfo, activeDream, (String) resolveInfo.loadLabel(pm), getDreamComponentName( in DreamInfoAction()
80 private DreamInfoAction(ResolveInfo resolveInfo, ComponentName activeDream, String title, in DreamInfoAction() argument
82 this(resolveInfo, dreamComponentName.equals(activeDream), title, dreamComponentName, in DreamInfoAction()
DDreamBackend.java70 ComponentName activeDream = getActiveDream(); in initDreamInfoActions() local
79 isEnabled() ? activeDream : null, mPackageManager); in initDreamInfoActions()
/packages/apps/Settings/src/com/android/settings/
DDreamBackend.java97 ComponentName activeDream = getActiveDream(); in getDreamInfos() local
110 dreamInfo.isActive = dreamInfo.componentName.equals(activeDream); in getDreamInfos()