Searched refs:mHistoryEnabled (Results 1 – 2 of 2) sorted by relevance
71 private final SparseBooleanArray mHistoryEnabled = new SparseBooleanArray(); field in NotificationHistoryManager137 mHistoryEnabled.put(userId, false); in onUserRemoved()146 if (mHistoryEnabled.get(userId, false)) { in onPackageRemoved()295 return mHistoryEnabled.get(userId); in isHistoryEnabled()302 mHistoryEnabled.put(userId, historyEnabled); in onHistoryEnabledChanged()320 mHistoryEnabled.put(userId, false); in disableHistory()327 if (!mHistoryEnabled.get(userId)) { in getUserHistoryAndInitializeIfNeededLocked()
212 private Boolean mHistoryEnabled; field in NotificationStackScrollLayoutController414 mHistoryEnabled = null;881 mHistoryEnabled = null; // invalidate in setUpView()1134 Boolean historyEnabled = mHistoryEnabled; in isHistoryEnabled()1140 mHistoryEnabled = historyEnabled = mSecureSettings.getIntForUser( in isHistoryEnabled()