Searched refs:adCounterIntKeys (Results 1 – 3 of 3) sorted by relevance
101 @Nullable Set<Integer> adCounterIntKeys, in DBAdSelection() argument112 this.mAdCounterIntKeys = adCounterIntKeys; in DBAdSelection()327 public Builder setAdCounterIntKeys(@NonNull Set<Integer> adCounterIntKeys) { in setAdCounterIntKeys() argument328 if (adCounterIntKeys == null || adCounterIntKeys.isEmpty()) { in setAdCounterIntKeys()331 mAdCounterIntKeys = adCounterIntKeys; in setAdCounterIntKeys()
67 @Nullable Set<Integer> adCounterIntKeys) { in create() argument71 .setAdCounterIntKeys(adCounterIntKeys) in create()85 public abstract Builder setAdCounterIntKeys(@Nullable Set<Integer> adCounterIntKeys); in setAdCounterIntKeys() argument
110 @Nullable Set<Integer> adCounterIntKeys, in create() argument120 .setAdCounterIntKeys(adCounterIntKeys) in create()146 @Nullable Set<Integer> adCounterIntKeys); in setAdCounterIntKeys()