Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java125 private final String mAssociatedSmartspaceTargetId; field in SmartspaceTarget
287 this.mAssociatedSmartspaceTargetId = in.readString(); in SmartspaceTarget()
316 mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in SmartspaceTarget()
436 return mAssociatedSmartspaceTargetId; in getAssociatedSmartspaceTargetId()
495 dest.writeString(this.mAssociatedSmartspaceTargetId); in writeToParcel()
549 && Objects.equals(mAssociatedSmartspaceTargetId, in equals()
550 that.mAssociatedSmartspaceTargetId) in equals()
561 mAssociatedSmartspaceTargetId, mSliceUri, mWidget, mTemplateData); in hashCode()
586 private String mAssociatedSmartspaceTargetId; field in SmartspaceTarget.Builder
710 this.mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in setAssociatedSmartspaceTargetId()
[all …]