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