Searched refs:showComplications (Results 1 – 5 of 5) sorted by relevance
59 fun logShouldShowComplications(showComplications: Boolean) = in logShouldShowComplications()60 d({ "Dream overlay should show complications: $bool1" }) { bool1 = showComplications } in logShouldShowComplications()
1657 return metadata.showComplications; in fetchShouldShowComplications()1812 public final boolean showComplications; field in DreamService.DreamMetadata1825 boolean showComplications, in DreamMetadata() argument1829 this.showComplications = showComplications; in DreamMetadata()
78 assertFalse(metadata.showComplications); in testMetadataParsing()
210 dreamInfo.supportsComplications = dreamMetadata.showComplications; in getDreamInfos()
3108 field @NonNull public final boolean showComplications;