Searched refs:getMaxNotificationsWhileLocked (Results 1 – 3 of 3) sorted by relevance
109 int getMaxNotificationsWhileLocked(boolean recompute); in getMaxNotificationsWhileLocked() method
294 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStates()
4128 public int getMaxNotificationsWhileLocked(boolean recompute) { in getMaxNotificationsWhileLocked() method4138 public int getMaxNotificationsWhileLocked() { in getMaxNotificationsWhileLocked() method4139 return getMaxNotificationsWhileLocked(false /* recompute */); in getMaxNotificationsWhileLocked()5392 int maxBefore = getMaxNotificationsWhileLocked(false /* recompute */); in updateKeyguardMaxNotifications()5393 int maxNotifications = getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications()