Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java71 private final SparseBooleanArray mHistoryEnabled = new SparseBooleanArray(); field in NotificationHistoryManager
137 mHistoryEnabled.put(userId, false); in onUserRemoved()
146 if (mHistoryEnabled.get(userId, false)) { in onPackageRemoved()
295 return mHistoryEnabled.get(userId); in isHistoryEnabled()
302 mHistoryEnabled.put(userId, historyEnabled); in onHistoryEnabledChanged()
320 mHistoryEnabled.put(userId, false); in disableHistory()
327 if (!mHistoryEnabled.get(userId)) { in getUserHistoryAndInitializeIfNeededLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java212 private Boolean mHistoryEnabled; field in NotificationStackScrollLayoutController
414 mHistoryEnabled = null;
881 mHistoryEnabled = null; // invalidate in setUpView()
1134 Boolean historyEnabled = mHistoryEnabled; in isHistoryEnabled()
1140 mHistoryEnabled = historyEnabled = mSecureSettings.getIntForUser( in isHistoryEnabled()