Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java93 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl
237 mUsersAllowingNotifications.clear(); in setUpWithPresenter()
490 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) { in userAllowsNotificationsInPublic()
498 mUsersAllowingNotifications.append(userHandle, allowed); in userAllowsNotificationsInPublic()
502 return mUsersAllowingNotifications.get(userHandle); in userAllowsNotificationsInPublic()
713 pw.println(mUsersAllowingNotifications); in dump()