Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/appsetid/
DGetAppSetIdResult.java55 private final @AppSetIdScope int mAppSetIdScope; field in GetAppSetIdResult
64 mAppSetIdScope = appSetIdScope; in GetAppSetIdResult()
72 mAppSetIdScope = in.readInt(); in GetAppSetIdResult()
101 out.writeInt(mAppSetIdScope); in writeToParcel()
123 return mAppSetIdScope; in getAppSetIdScope()
137 + mAppSetIdScope in toString()
156 && (mAppSetIdScope == that.mAppSetIdScope); in equals()
161 return Objects.hash(mStatusCode, mErrorMessage, mAppSetId, mAppSetIdScope); in hashCode()
173 private @AppSetIdScope int mAppSetIdScope; field in GetAppSetIdResult.Builder
197 mAppSetIdScope = scope; in setAppSetIdScope()
[all …]
DAppSetId.java54 private final @AppSetIdScope int mAppSetIdScope; field in AppSetId
64 mAppSetIdScope = appSetIdScope; in AppSetId()
74 return mAppSetIdScope; in getScope()
86 return mAppSetId.equals(that.mAppSetId) && (mAppSetIdScope == that.mAppSetIdScope); in equals()
91 return Objects.hash(mAppSetId, mAppSetIdScope); in hashCode()