Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java96 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl
122 mUsersAllowingPrivateNotifications.clear();
274 mUsersAllowingPrivateNotifications.clear(); in setUpWithPresenter()
399 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) { in userAllowsPrivateNotificationsInPublic()
405 mUsersAllowingPrivateNotifications.append(userHandle, allowed); in userAllowsPrivateNotificationsInPublic()
409 return mUsersAllowingPrivateNotifications.get(userHandle); in userAllowsPrivateNotificationsInPublic()
702 pw.println(mUsersAllowingPrivateNotifications); in dump()