Searched refs:mUsersAllowingNotifications (Results 1 – 1 of 1) sorted by relevance
97 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in NotificationLockscreenUserManagerImpl275 mUsersAllowingNotifications.clear(); in setUpWithPresenter()465 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) { in userAllowsNotificationsInPublic()472 mUsersAllowingNotifications.append(userHandle, allowed); in userAllowsNotificationsInPublic()476 return mUsersAllowingNotifications.get(userHandle); in userAllowsNotificationsInPublic()704 pw.println(mUsersAllowingNotifications); in dump()