Searched refs:mJoinableValueType (Results 1 – 2 of 2) sorted by relevance
396 private final int mJoinableValueType; field in PropertyConfigParcel.JoinableConfigParcel406 mJoinableValueType = joinableValueType; in JoinableConfigParcel()413 return mJoinableValueType; in getJoinableValueType()428 return Objects.hash(mJoinableValueType, mDeletionPropagation); in hashCode()440 return Objects.equals(mJoinableValueType, otherObject.mJoinableValueType) in equals()448 + mJoinableValueType in toString()
812 @JoinableValueType private int mJoinableValueType = JOINABLE_VALUE_TYPE_NONE; field in AppSearchSchema.StringPropertyConfig.Builder904 mJoinableValueType = joinableValueType; in setJoinableValueType()922 if (mJoinableValueType == JOINABLE_VALUE_TYPE_QUALIFIED_ID) { in build()936 new JoinableConfigParcel(mJoinableValueType, mDeletionPropagation); in build()