Searched refs:mUsersAllowingPrivateNotifications (Results 1 – 1 of 1) sorted by relevance
201 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in BaseStatusBar270 mUsersAllowingPrivateNotifications.clear();383 mUsersAllowingPrivateNotifications.clear();1191 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) {1199 mUsersAllowingPrivateNotifications.append(userHandle, allowed && allowedByDpm);1203 return mUsersAllowingPrivateNotifications.get(userHandle);