Searched refs:mUserPendingHistoryDisables (Results 1 – 1 of 1) sorted by relevance
73 private final SparseBooleanArray mUserPendingHistoryDisables = new SparseBooleanArray(); field in NotificationHistoryManager110 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()