Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java42 private final int mAutoGroupAtCount; field in GroupHelper
54 mAutoGroupAtCount = autoGroupAtCount; in GroupHelper()
123 if (notificationsForPackage.size() >= mAutoGroupAtCount in onNotificationPosted()
H A DNotificationManagerService.java601 private int mAutoGroupAtCount; field in NotificationManagerService
2480 mAutoGroupAtCount = in getGroupHelper()
2482 return new GroupHelper(mAutoGroupAtCount, new GroupHelper.Callback() { in getGroupHelper()