Searched refs:mUserPendingHistoryDisables (Results 1 – 1 of 1) sorted by relevance
73 private final SparseBooleanArray mUserPendingHistoryDisables = new SparseBooleanArray(); field in NotificationHistoryManager115 if (mUserPendingHistoryDisables.get(userId)) { in onUserUnlocked()138 mUserPendingHistoryDisables.put(userId, false); in onUserRemoved()311 mUserPendingHistoryDisables.put(userId, !historyEnabled); in onHistoryEnabledChanged()319 mUserPendingHistoryDisables.put(userId, false); in disableHistory()