Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java254 mEntryManager.setRowBinder(notificationRowBinder); in setUp()
381 mEntryManager.setRowBinder(mMockedRowBinder); in testRemoveNotification_whilePending()
455 mEntryManager.setRowBinder(mMockedRowBinder); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved()
476 mEntryManager.setRowBinder(mMockedRowBinder); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()
495 mEntryManager.setRowBinder(mMockedRowBinder); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled()
512 mEntryManager.setRowBinder(mMockedRowBinder); in testLifetimeExtenders_whenNewExtenderTakesPrecedenceOldExtenderIsCanceled()
551 mEntryManager.setRowBinder(mMockedRowBinder); in testRemoveInterceptor_interceptsDontGetRemoved()
570 mEntryManager.setRowBinder(mMockedRowBinder); in testRemoveInterceptor_notInterceptedGetsRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java144 public void setRowBinder(NotificationRowBinder notificationRowBinder) { in setRowBinder() method in NotificationEntryManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1085 mEntryManager.setRowBinder(rowBinder); in setUpPresenter()