Home
last modified time | relevance | path

Searched defs:UNDEFINED_DISMISS_REASON (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java358 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification() local
387 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification_whilePending() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java252 mRow.getEntry().notification, UNDEFINED_DISMISS_REASON); in testRemoveBubble_withDismissedNotif() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java79 public static final int UNDEFINED_DISMISS_REASON = 0; field in NotificationEntryManager