Home
last modified time | relevance | path

Searched defs:shouldShowComplications (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamOverlayService.java65 String dreamComponent, boolean shouldShowComplications) throws RemoteException { in startDream()
90 private boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService.OverlayClient
216 public final boolean shouldShowComplications() { in shouldShowComplications() method in DreamOverlayService
H A DIDreamOverlayClient.aidl38 in String dreamComponent, in boolean shouldShowComplications); in startDream()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStateController.java392 public void setShouldShowComplications(boolean shouldShowComplications) { in setShouldShowComplications()