Searched refs:mUsersAllowingPrivateNotifications (Results 1 – 1 of 1) sorted by relevance
96 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl122 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()