Home
last modified time | relevance | path

Searched refs:UNDEFINED_DISMISS_REASON (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java22 …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 …]
DNotificationListControllerTest.java19 …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/
DNotificationListener.java20 …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/
DNotificationGroupAlertTransferHelperTest.java19 …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/
DNotificationEntryManager.java105 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/
DBubbleController.java38 …atic com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMISS_REASON;
622 UNDEFINED_DISMISS_REASON); in setupNEM()
644 UNDEFINED_DISMISS_REASON); in setupNEM()