Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/appsetid/
DGetAppSetIdResult.java45 public @interface AppSetIdScope {} annotation in GetAppSetIdResult
55 private final @AppSetIdScope int mAppSetIdScope;
61 @AppSetIdScope int appSetIdScope) { in GetAppSetIdResult()
122 public @AppSetIdScope int getAppSetIdScope() { in getAppSetIdScope()
173 private @AppSetIdScope int mAppSetIdScope;
196 public @NonNull Builder setAppSetIdScope(@AppSetIdScope int scope) { in setAppSetIdScope()
DAppSetId.java44 public @interface AppSetIdScope {} annotation in AppSetId
54 private final @AppSetIdScope int mAppSetIdScope;
62 public AppSetId(@NonNull String appSetId, @AppSetIdScope int appSetIdScope) { in AppSetId()
73 public @AppSetIdScope int getScope() { in getScope()