Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java217 boolean shouldShowExpanded, String sourceNotificationKey, in SmartspaceTarget()
321 public boolean shouldShowExpanded() { in shouldShowExpanded() method in SmartspaceTarget
595 public Builder setShouldShowExpanded(boolean shouldShowExpanded) { in setShouldShowExpanded()