Home
last modified time | relevance | path

Searched refs:getNumberOfBuckets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManagerTest.kt66 manager!!.getNumberOfBuckets() == 2) in testPeopleFilteringOff_newInterruptionModelOn()
76 manager!!.getNumberOfBuckets() == 5) in testPeopleFilteringOn_newInterruptionModelOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt69 fun getNumberOfBuckets(): Int { in getNumberOfBuckets() method in com.android.systemui.statusbar.notification.NotificationSectionsFeatureManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java58 int numberOfSections = sectionsFeatureManager.getNumberOfBuckets(); in NotificationRoundnessManager()
DNotificationSectionsManager.kt184 get() = sectionsFeatureManager.getNumberOfBuckets() > 1 in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java101 when(mSectionsFeatureManager.getNumberOfBuckets()).thenAnswer( in setUp()