Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java85 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl
201 mUsersAllowingNotifications.clear(); in setUpWithPresenter()
424 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) { in userAllowsNotificationsInPublic()
432 mUsersAllowingNotifications.append(userHandle, allowed); in userAllowsNotificationsInPublic()
436 return mUsersAllowingNotifications.get(userHandle); in userAllowsNotificationsInPublic()