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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4931 protected int getMaxKeyguardNotifications(boolean recompute) { method in class:StatusBar
4941 public int getMaxKeyguardNotifications() { method in class:StatusBar
4942 return getMaxKeyguardNotifications(false /* recompute */);
6775 int maxBefore = getMaxKeyguardNotifications(false /* recompute */);
6776 int maxNotifications = getMaxKeyguardNotifications(true /* recompute */);
7248 maxNotifications = getMaxKeyguardNotifications(true /* recompute */);
H A DNotificationPanelView.java455 mStatusBar.getMaxKeyguardNotifications(),

Completed in 666 milliseconds