Searched refs:mSourceNotificationKey (Results 1 – 1 of 1) sorted by relevance
106 private final String mSourceNotificationKey; field in SmartspaceTarget284 this.mSourceNotificationKey = in.readString(); in SmartspaceTarget()313 mSourceNotificationKey = sourceNotificationKey; in SmartspaceTarget()412 return mSourceNotificationKey; in getSourceNotificationKey()492 dest.writeString(this.mSourceNotificationKey); in writeToParcel()520 + ", mSourceNotificationKey='" + mSourceNotificationKey + '\'' in toString()546 && Objects.equals(mSourceNotificationKey, that.mSourceNotificationKey) in equals()560 mShouldShowExpanded, mSourceNotificationKey, mComponentName, mUserHandle, in hashCode()585 private String mSourceNotificationKey; field in SmartspaceTarget.Builder700 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()[all …]