Searched refs:shouldShowComplications (Results 1 – 7 of 7) sorted by relevance
66 String dreamComponent, boolean shouldShowComplications) throws RemoteException { in startDream() argument68 mShowComplications = shouldShowComplications; in startDream()111 private boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService.OverlayClient282 public final boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService288 return mCurrentClient.shouldShowComplications(); in shouldShowComplications()
38 in String dreamComponent, in boolean shouldShowComplications); in startDream() argument
186 boolean shouldShowComplications) { in TestInjector() argument194 .thenReturn(shouldShowComplications); in TestInjector()285 boolean shouldShowComplications, in TestDreamEnvironment() argument296 mDreamManager, mDreamOverlayConnectionHandler, shouldShowComplications); in TestDreamEnvironment()
427 public void setShouldShowComplications(boolean shouldShowComplications) { in setShouldShowComplications() argument429 mLogger.logShouldShowComplications(shouldShowComplications); in setShouldShowComplications()430 mShouldShowComplications = shouldShowComplications; in setShouldShowComplications()
367 mStateController.setShouldShowComplications(shouldShowComplications()); in onStartDream()
338 assertThat(mService.shouldShowComplications()).isTrue() in testShouldShowComplicationsSetByStartDream()549 assertThat(mService.shouldShowComplications()).isFalse() in testResetCurrentOverlayWhenConnectedToNewDream()566 assertThat(mService.shouldShowComplications()).isTrue() in testResetCurrentOverlayWhenConnectedToNewDream()
3097 method public final boolean shouldShowComplications();