Searched refs:mSourceNotificationKey (Results 1 – 1 of 1) sorted by relevance
105 private final String mSourceNotificationKey; field in SmartspaceTarget204 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.Builder605 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()[all …]