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