Searched refs:mAppSetIdScope (Results 1 – 2 of 2) sorted by relevance
55 private final @AppSetIdScope int mAppSetIdScope; field in GetAppSetIdResult64 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.Builder197 mAppSetIdScope = scope; in setAppSetIdScope()[all …]
54 private final @AppSetIdScope int mAppSetIdScope; field in AppSetId64 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()