Searched refs:UNDEFINED_DISMISS_REASON (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 22 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON; 277 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification() local 281 eq(mEntry), any(), eq(false) /* removedByUser */, eq(UNDEFINED_DISMISS_REASON)); in testRemoveNotification() 294 mEntryManager.performRemoveNotification(mSbn, UNDEFINED_DISMISS_REASON); in testRemoveUninflatedNotification_removesNotificationFromAllNotifsList() 303 mEntryManager.removeNotification("not_a_real_key", mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist() 306 eq(mEntry), any(), eq(false) /* removedByUser */, eq(UNDEFINED_DISMISS_REASON)); in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist() 312 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification_whilePending() local 315 eq(mEntry), any(), eq(false /* removedByUser */), eq(UNDEFINED_DISMISS_REASON)); in testRemoveNotification_whilePending() 390 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() local 397 eq(mEntry), any(), eq(false), eq(UNDEFINED_DISMISS_REASON)); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() [all …]
|
D | NotificationListControllerTest.java | 19 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON; 93 UNDEFINED_DISMISS_REASON); in testCleanUpViewStateOnEntryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 20 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON; 145 onNotificationRemoved(sbn, rankingMap, UNDEFINED_DISMISS_REASON); in onNotificationRemoved()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelperTest.java | 19 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON; 260 childEntry, null, false, UNDEFINED_DISMISS_REASON); in testCleanUpPendingAlertInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 105 public static final int UNDEFINED_DISMISS_REASON = 0; field in NotificationEntryManager 259 UNDEFINED_DISMISS_REASON)); in addNotificationLifetimeExtender() 373 removeNotification(sbn.getKey(), rankingMap, UNDEFINED_DISMISS_REASON);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 38 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON; 622 UNDEFINED_DISMISS_REASON); in setupNEM() 644 UNDEFINED_DISMISS_REASON); in setupNEM()
|