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.java84 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl
103 mUsersAllowingPrivateNotifications.clear();
200 mUsersAllowingPrivateNotifications.clear(); in setUpWithPresenter()
373 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) { in userAllowsPrivateNotificationsInPublic()
380 mUsersAllowingPrivateNotifications.append(userHandle, allowed); in userAllowsPrivateNotificationsInPublic()
384 return mUsersAllowingPrivateNotifications.get(userHandle); in userAllowsPrivateNotificationsInPublic()