Searched refs:mShouldShowExpanded (Results 1 – 1 of 1) sorted by relevance
106 private final boolean mShouldShowExpanded; field in SmartspaceTarget290 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.Builder714 this.mShouldShowExpanded = shouldShowExpanded; in setShouldShowExpanded()[all …]