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()134 mUserPendingHistoryDisables.put(userId, false); in onUserRemoved()307 mUserPendingHistoryDisables.put(userId, !historyEnabled); in onHistoryEnabledChanged()315 mUserPendingHistoryDisables.put(userId, false); in disableHistory()