Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java106 private final boolean mShouldShowExpanded; field in SmartspaceTarget
290 this.mShouldShowExpanded = in.readBoolean(); in SmartspaceTarget()
320 mShouldShowExpanded = shouldShowExpanded; in SmartspaceTarget()
413 return mShouldShowExpanded; in shouldShowExpanded()
509 dest.writeBoolean(this.mShouldShowExpanded); in writeToParcel()
538 + ", mShouldShowExpanded=" + mShouldShowExpanded in toString()
560 && mShouldShowExpanded == that.mShouldShowExpanded in equals()
581 mShouldShowExpanded, mSourceNotificationKey, mComponentName, mUserHandle, in hashCode()
605 private boolean mShouldShowExpanded; field in SmartspaceTarget.Builder
714 this.mShouldShowExpanded = shouldShowExpanded; in setShouldShowExpanded()
[all …]