Searched refs:mUsersAllowingNotifications (Results 1 – 1 of 1) sorted by relevance
93 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl237 mUsersAllowingNotifications.clear(); in setUpWithPresenter()490 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) { in userAllowsNotificationsInPublic()498 mUsersAllowingNotifications.append(userHandle, allowed); in userAllowsNotificationsInPublic()502 return mUsersAllowingNotifications.get(userHandle); in userAllowsNotificationsInPublic()713 pw.println(mUsersAllowingNotifications); in dump()