Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java129 private final String mAssociatedSmartspaceTargetId; field in SmartspaceTarget
294 this.mAssociatedSmartspaceTargetId = in.readString(); in SmartspaceTarget()
324 mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in SmartspaceTarget()
445 return mAssociatedSmartspaceTargetId; in getAssociatedSmartspaceTargetId()
513 dest.writeString(this.mAssociatedSmartspaceTargetId); in writeToParcel()
542 + ", mAssociatedSmartspaceTargetId='" + mAssociatedSmartspaceTargetId + '\'' in toString()
569 && Objects.equals(mAssociatedSmartspaceTargetId, in equals()
570 that.mAssociatedSmartspaceTargetId) in equals()
582 mAssociatedSmartspaceTargetId, mSliceUri, mWidget, mTemplateData, mRemoteViews); in hashCode()
607 private String mAssociatedSmartspaceTargetId; field in SmartspaceTarget.Builder
[all …]