Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
H A DBaseTemplateData.java582 private final int mFeatureType; field in BaseTemplateData.SubItemLoggingInfo
590 mFeatureType = in.readInt(); in SubItemLoggingInfo()
597 mFeatureType = featureType; in SubItemLoggingInfo()
607 return mFeatureType; in getFeatureType()
640 out.writeInt(mFeatureType); in writeToParcel()
649 return mInstanceId == that.mInstanceId && mFeatureType == that.mFeatureType in equals()
655 return Objects.hash(mInstanceId, mFeatureType, mPackageName); in hashCode()
662 + ", mFeatureType=" + mFeatureType in toString()
676 private final int mFeatureType; field in BaseTemplateData.SubItemLoggingInfo.Builder
687 mFeatureType = featureType; in Builder()
[all …]
/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java93 private final int mFeatureType; field in SmartspaceTarget
281 this.mFeatureType = in.readInt(); in SmartspaceTarget()
310 mFeatureType = featureType; in SmartspaceTarget()
390 return mFeatureType; in getFeatureType()
489 dest.writeInt(this.mFeatureType); in writeToParcel()
517 + ", mFeatureType=" + mFeatureType in toString()
538 && mFeatureType == that.mFeatureType in equals()
559 mExpiryTimeMillis, mScore, mActionChips, mIconGrid, mFeatureType, mSensitive, in hashCode()
582 private int mFeatureType; field in SmartspaceTarget.Builder
673 this.mFeatureType = featureType; in setFeatureType()
[all …]