Searched refs:disableHistory (Results 1 – 3 of 3) sorted by relevance
116 disableHistory(userHistory, userId); in onUserUnlocked()308 disableHistory(userHistory, userId); in onHistoryEnabledChanged()316 private void disableHistory(NotificationHistoryDatabase userHistory, @UserIdInt int userId) { in disableHistory() method in NotificationHistoryManager317 userHistory.disableHistory(); in disableHistory()
216 public void disableHistory() { in disableHistory() method in NotificationHistoryDatabase
155 verify(mDb, times(1)).disableHistory(); in testOnUserUnlocked_historyDisabled()184 verify(mDb, times(2)).disableHistory(); in testOnUserUnlocked_historyDisabled_withProfile()240 verify(mDb, never()).disableHistory(); in testOnUserUnlocked_historyDisabledThenEnabled()271 verify(mDb, never()).disableHistory(); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()