Searched refs:mAssociatedSmartspaceTargetId (Results 1 – 1 of 1) sorted by relevance
124 private final String mAssociatedSmartspaceTargetId; field in SmartspaceTarget207 this.mAssociatedSmartspaceTargetId = in.readString(); in SmartspaceTarget()235 mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in SmartspaceTarget()354 return mAssociatedSmartspaceTargetId; in getAssociatedSmartspaceTargetId()405 dest.writeString(this.mAssociatedSmartspaceTargetId); in writeToParcel()457 && Objects.equals(mAssociatedSmartspaceTargetId, in equals()458 that.mAssociatedSmartspaceTargetId) in equals()468 mAssociatedSmartspaceTargetId, mSliceUri, mWidget); in hashCode()492 private String mAssociatedSmartspaceTargetId; field in SmartspaceTarget.Builder615 this.mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in setAssociatedSmartspaceTargetId()[all …]