Searched refs:SIZE_VERY_LARGE (Results 1 – 2 of 2) sorted by relevance
110 public static final int SIZE_VERY_LARGE = 5; field in AdsRelevanceStatusUtils227 SIZE_VERY_LARGE266 return SIZE_VERY_LARGE; in computeSize()
19 import static com.android.adservices.service.stats.AdsRelevanceStatusUtils.SIZE_VERY_LARGE;32 for (@AdsRelevanceStatusUtils.Size int i = SIZE_VERY_SMALL; i <= SIZE_VERY_LARGE; i++) { in testComputeSize()