Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java124 private final String mAssociatedSmartspaceTargetId; field in SmartspaceTarget
207 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.Builder
615 this.mAssociatedSmartspaceTargetId = associatedSmartspaceTargetId; in setAssociatedSmartspaceTargetId()
[all …]