Searched defs:promoter (Results 1 – 4 of 4) sorted by relevance
48 var promoter: NotifPromoter?, variable in com.android.systemui.statusbar.notification.collection.ListAttachState
235 void addPromoter(NotifPromoter promoter) { in addPromoter()357 private void onPromoterInvalidated(NotifPromoter promoter, @Nullable String reason) { in onPromoterInvalidated()1304 NotifPromoter promoter = findPromoter(entry); in applyTopLevelPromoters() local1311 NotifPromoter promoter = mNotifPromoters.get(i); in findPromoter() local
621 NotifPromoter promoter = spy(new IdPromoter(1, 2)); in testNotifsArePromoted() local958 NotifPromoter promoter = spy(new IdPromoter(3)); in testListenersAndPluggablesAreFiredInOrder() local1827 NotifPromoter promoter = new IdPromoter(47); in testOutOfOrderPromoterInvalidationDoesNotThrowBeforeTooManyRuns() local1850 NotifPromoter promoter = new IdPromoter(47); in testOutOfOrderPromoterInvalidationThrowsAfterTooManyRuns() local
72 private lateinit var promoter: NotifPromoter variable in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinatorTest