Searched refs:mUsersAllowingNotifications (Results 1 – 1 of 1) sorted by relevance
85 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl201 mUsersAllowingNotifications.clear(); in setUpWithPresenter()424 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) { in userAllowsNotificationsInPublic()432 mUsersAllowingNotifications.append(userHandle, allowed); in userAllowsNotificationsInPublic()436 return mUsersAllowingNotifications.get(userHandle); in userAllowsNotificationsInPublic()