Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java110 private final String mSourceNotificationKey; field in SmartspaceTarget
291 this.mSourceNotificationKey = in.readString(); in SmartspaceTarget()
321 mSourceNotificationKey = sourceNotificationKey; in SmartspaceTarget()
421 return mSourceNotificationKey; in getSourceNotificationKey()
510 dest.writeString(this.mSourceNotificationKey); in writeToParcel()
539 + ", mSourceNotificationKey='" + mSourceNotificationKey + '\'' in toString()
566 && Objects.equals(mSourceNotificationKey, that.mSourceNotificationKey) in equals()
581 mShouldShowExpanded, mSourceNotificationKey, mComponentName, mUserHandle, in hashCode()
606 private String mSourceNotificationKey; field in SmartspaceTarget.Builder
723 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()
[all …]