Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java73 private final SparseBooleanArray mUserPendingHistoryDisables = new SparseBooleanArray(); field in NotificationHistoryManager
110 if (mUserPendingHistoryDisables.get(userId)) { in onUserUnlocked()
129 mUserPendingHistoryDisables.put(userId, false); in onUserRemoved()
284 mUserPendingHistoryDisables.put(userId, !historyEnabled); in onHistoryEnabledChanged()
292 mUserPendingHistoryDisables.put(userId, false); in disableHistory()