Searched refs:mUsersAllowingNotifications (Results 1 – 1 of 1) sorted by relevance
220 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in BaseStatusBar311 mUsersAllowingNotifications.clear();1435 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) {1439 mUsersAllowingNotifications.append(userHandle, allowed);1443 return mUsersAllowingNotifications.get(userHandle);