Home
last modified time | relevance | path

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

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