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