Home
last modified time | relevance | path

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

/frameworks/base/services/tests/dreamservicetests/src/com/android/server/dreams/
DDreamServiceTest.java120 .setShouldShowComplications(true) in testCreate()
131 .setShouldShowComplications(true) in testBind()
143 .setShouldShowComplications(true) in testDreamActivityCreate()
154 .setShouldShowComplications(true) in testStart()
165 .setShouldShowComplications(true) in testWake()
175 .setShouldShowComplications(true) in testRedirect()
DTestDreamEnvironment.java135 public Builder setShouldShowComplications(boolean show) { in setShouldShowComplications() method in TestDreamEnvironment.Builder
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayStateControllerTest.java153 stateController.setShouldShowComplications(true); in testComplicationFilteringWhenShouldShowComplications()
192 stateController.setShouldShowComplications(true); in testComplicationFilteringWhenShouldHideComplications()
213 stateController.setShouldShowComplications(true); in testComplicationFilteringWhenShouldHideComplications()
224 stateController.setShouldShowComplications(false); in testComplicationFilteringWhenShouldHideComplications()
366 stateController.setShouldShowComplications(true); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled()
384 stateController.setShouldShowComplications(true); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled()
394 stateController.setShouldShowComplications(false); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled()
408 stateController.setShouldShowComplications(true); in testHomeControlsDoNotShowIfNotAvailable_featureEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java427 public void setShouldShowComplications(boolean shouldShowComplications) { in setShouldShowComplications() method
DDreamOverlayService.java367 mStateController.setShouldShowComplications(shouldShowComplications()); in onStartDream()