Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4620 protected int getMaxKeyguardNotifications(boolean recompute) { in getMaxKeyguardNotifications() method
4630 public int getMaxKeyguardNotifications() { in getMaxKeyguardNotifications() method
4631 return getMaxKeyguardNotifications(false /* recompute */); in getMaxKeyguardNotifications()
6244 int maxBefore = getMaxKeyguardNotifications(false /* recompute */);
6245 int maxNotifications = getMaxKeyguardNotifications(true /* recompute */);
6701 maxNotifications = getMaxKeyguardNotifications(true /* recompute */);
DNotificationPanelView.java407 mStatusBar.getMaxKeyguardNotifications(), in positionClockAndNotifications()