Home
last modified time | relevance | path

Searched refs:MIN_LINGER_DURATION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java83 MIN_LINGER_DURATION, in setUp()
100 mClock.advanceTime(MIN_LINGER_DURATION); in testUngroupedNotificationsAreNotCoalesced()
169 mClock.advanceTime(MIN_LINGER_DURATION); in testCoalescedNotificationsArePosted()
220 mClock.advanceTime(MIN_LINGER_DURATION); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
258 mClock.advanceTime(MIN_LINGER_DURATION); in testUpdatingCoalescedNotifTriggersBatchEmit()
318 mClock.advanceTime(MIN_LINGER_DURATION); in testRankingsAreUpdated()
371 private static final long MIN_LINGER_DURATION = 5; field in GroupCoalescerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java148 private static final long MIN_LINGER_DURATION = 5; field in PeopleSpaceWidgetManagerTest
428 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateAppWidgetIfNoWidgets()
452 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateAppWidgetIfNoShortcutInfo()
470 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateAppWidgetIfNoPackage()
486 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateAppWidgetIfNonConversationChannelModified()
505 mClock.advanceTime(MIN_LINGER_DURATION); in testUpdateAppWidgetIfConversationChannelModified()
523 mClock.advanceTime(MIN_LINGER_DURATION); in testOnNotificationChannelModified_userLocked()
538 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateNotificationPostedIfDifferentShortcutId()
557 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateNotificationPostedIfDifferentPackageName()
575 mClock.advanceTime(MIN_LINGER_DURATION); in testDoNotUpdateNotificationRemovedIfDifferentShortcutId()
[all …]