Home
last modified time | relevance | path

Searched refs:mMinimumDisplayTime (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java53 protected int mMinimumDisplayTime; field in AlertingNotificationManager
308 mEarliestRemovaltime = currentTime + mMinimumDisplayTime; in updateEntry()
316 long removeDelay = Math.max(finishTime - currentTime, mMinimumDisplayTime); in updateEntry()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhoneTest.java81 mMinimumDisplayTime = TEST_MINIMUM_DISPLAY_TIME; in TestableHeadsUpManagerPhone()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java64 mMinimumDisplayTime = TEST_MINIMUM_DISPLAY_TIME; in TestableHeadsUpManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java84 mMinimumDisplayTime = TEST_MINIMUM_DISPLAY_TIME; in TestableAlertingNotificationManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java89 mMinimumDisplayTime = resources.getInteger(R.integer.heads_up_notification_minimum_time); in HeadsUpManager()