Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java105 private final String mSourceNotificationKey; field in SmartspaceTarget
204 this.mSourceNotificationKey = in.readString(); in SmartspaceTarget()
232 mSourceNotificationKey = sourceNotificationKey; in SmartspaceTarget()
330 return mSourceNotificationKey; in getSourceNotificationKey()
402 dest.writeString(this.mSourceNotificationKey); in writeToParcel()
429 + ", mSourceNotificationKey='" + mSourceNotificationKey + '\'' in toString()
454 && Objects.equals(mSourceNotificationKey, that.mSourceNotificationKey) in equals()
467 mShouldShowExpanded, mSourceNotificationKey, mComponentName, mUserHandle, in hashCode()
489 private String mSourceNotificationKey; field in SmartspaceTarget.Builder
605 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()
[all …]