Searched refs:mDreamBackend (Results 1 – 2 of 2) sorted by relevance
61 private DreamBackend mDreamBackend; field in DaydreamActivity69 mDreamBackend = new DreamBackend(this); in onCreate()70 mDreamBackend.initDreamInfoActions(); in onCreate()88 dreamInfoAction.setDream(mDreamBackend); in onActionClicked()131 ActionFragment.newInstance(mDreamBackend.getDreamInfoActions())); in onSelect()165 mDreamBackend.startDreaming(); in onTest()177 .description(mDreamBackend.getActiveDreamTitle()).build()); in getMainActions()200 .title(getString(R.string.device_daydreams_test)).enabled(mDreamBackend.isEnabled()) in getMainActions()
32 private DreamBackend mDreamBackend; field in DaydreamVoiceAction41 mDreamBackend = new DreamBackend(this); in onCreate()42 mDreamBackend.startDreaming(); in onCreate()