Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java80 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl
99 mUsersAllowingPrivateNotifications.clear();
195 mUsersAllowingPrivateNotifications.clear(); in setUpWithPresenter()
368 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) { in userAllowsPrivateNotificationsInPublic()
375 mUsersAllowingPrivateNotifications.append(userHandle, allowed); in userAllowsPrivateNotificationsInPublic()
379 return mUsersAllowingPrivateNotifications.get(userHandle); in userAllowsPrivateNotificationsInPublic()