Home
last modified time | relevance | path

Searched refs:MAX_COUNT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java39 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()
48 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in subtractDotInfo()
DDotInfo.java31 public static final int MAX_COUNT = 999; field in DotInfo
84 return Math.min(mTotalCount, MAX_COUNT); in getNotificationCount()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/
DSignedContextualAdsHashUtil.java72 private static final String MAX_COUNT = "max_count="; field in SignedContextualAdsHashUtil
184 writeString(MAX_COUNT); in writeKeyedFrequencyCap()