Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java277 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification() local
312 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification_whilePending() local
390 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() local
406 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved() local
426 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled() local
450 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNewExtenderTakesPrecedenceOldExtenderIsCanceled() local
456 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNewExtenderTakesPrecedenceOldExtenderIsCanceled() local
484 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveInterceptor_interceptsDontGetRemoved() local
503 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveInterceptor_notInterceptedGetsRemoved() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java105 public static final int UNDEFINED_DISMISS_REASON = 0; field in NotificationEntryManager