Searched defs:mUsersAllowingPrivateNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java5241 private final SparseBooleanArray mUsersAllowingPrivateNotifications = new SparseBooleanArray(); field in class:StatusBar
5320 mUsersAllowingPrivateNotifications.clear();
5614 mUsersAllowingPrivateNotifications.clear();
6175 if (mUsersAllowingPrivateNotifications.indexOfKey(userHandle) < 0) {
6181 mUsersAllowingPrivateNotifications.append(userHandle, allowed);
6185 return mUsersAllowingPrivateNotifications.get(userHandle);

Completed in 48 milliseconds