Home
last modified time | relevance | path

Searched refs:mUsersAllowingNotifications (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java220 private final SparseBooleanArray mUsersAllowingNotifications = new SparseBooleanArray(); field in BaseStatusBar
311 mUsersAllowingNotifications.clear();
1435 if (mUsersAllowingNotifications.indexOfKey(userHandle) < 0) {
1439 mUsersAllowingNotifications.append(userHandle, allowed);
1443 return mUsersAllowingNotifications.get(userHandle);