Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java201 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in BaseStatusBar
270 mUsersAllowingPrivateNotifications.clear();
383 mUsersAllowingPrivateNotifications.clear();
1191 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) {
1199 mUsersAllowingPrivateNotifications.append(userHandle, allowed && allowedByDpm);
1203 return mUsersAllowingPrivateNotifications.get(userHandle);