Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/dreams/
DDreamOverlayService.java66 String dreamComponent, boolean shouldShowComplications) throws RemoteException { in startDream() argument
68 mShowComplications = shouldShowComplications; in startDream()
111 private boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService.OverlayClient
282 public final boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService
288 return mCurrentClient.shouldShowComplications(); in shouldShowComplications()
DIDreamOverlayClient.aidl38 in String dreamComponent, in boolean shouldShowComplications); in startDream() argument
/frameworks/base/services/tests/dreamservicetests/src/com/android/server/dreams/
DTestDreamEnvironment.java186 boolean shouldShowComplications) { in TestInjector() argument
194 .thenReturn(shouldShowComplications); in TestInjector()
285 boolean shouldShowComplications, in TestDreamEnvironment() argument
296 mDreamManager, mDreamOverlayConnectionHandler, shouldShowComplications); in TestDreamEnvironment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java427 public void setShouldShowComplications(boolean shouldShowComplications) { in setShouldShowComplications() argument
429 mLogger.logShouldShowComplications(shouldShowComplications); in setShouldShowComplications()
430 mShouldShowComplications = shouldShowComplications; in setShouldShowComplications()
DDreamOverlayService.java367 mStateController.setShouldShowComplications(shouldShowComplications()); in onStartDream()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayServiceTest.kt338 assertThat(mService.shouldShowComplications()).isTrue() in testShouldShowComplicationsSetByStartDream()
549 assertThat(mService.shouldShowComplications()).isFalse() in testResetCurrentOverlayWhenConnectedToNewDream()
566 assertThat(mService.shouldShowComplications()).isTrue() in testResetCurrentOverlayWhenConnectedToNewDream()
/frameworks/base/core/api/
Dtest-current.txt3097 method public final boolean shouldShowComplications();