Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java112 private boolean mShouldShowComplications = DreamService.DEFAULT_SHOW_COMPLICATIONS; field in DreamOverlayStateController
201 if (mShouldShowComplications) { in getComplications()
421 return mShouldShowComplications; in getShouldShowComplications()
430 mShouldShowComplications = shouldShowComplications; in setShouldShowComplications()
/frameworks/base/services/tests/dreamservicetests/src/com/android/server/dreams/
DTestDreamEnvironment.java122 private boolean mShouldShowComplications; field in TestDreamEnvironment.Builder
136 mShouldShowComplications = show; in setShouldShowComplications()
161 return new TestDreamEnvironment(mLooper, mShouldShowComplications, in build()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java273 private boolean mShouldShowComplications; field in DreamService
1114 mShouldShowComplications = fetchShouldShowComplications(mInjector.getPackageManager(), in onCreate()
1590 mShouldShowComplications); in onWindowCreated()