Searched refs:doesHistoryExistForUser (Results 1 – 2 of 2) sorted by relevance
130 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isFalse(); in testOnUserUnlocked()133 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isTrue(); in testOnUserUnlocked()142 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isTrue(); in testOnUserUnlocked_historyDisabled()154 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isFalse(); in testOnUserUnlocked_historyDisabled()162 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isTrue(); in testOnUserUnlocked_historyDisabled_withProfile()164 assertThat(mHistoryManager.doesHistoryExistForUser(mProfileId)).isTrue(); in testOnUserUnlocked_historyDisabled_withProfile()182 assertThat(mHistoryManager.doesHistoryExistForUser(USER_SYSTEM)).isFalse(); in testOnUserUnlocked_historyDisabled_withProfile()183 assertThat(mHistoryManager.doesHistoryExistForUser(mProfileId)).isFalse(); in testOnUserUnlocked_historyDisabled_withProfile()190 assertThat(mHistoryManager.doesHistoryExistForUser(MIN_SECONDARY_USER_ID)).isTrue(); in testAddProfile_historyEnabledInPrimary()214 assertThat(mHistoryManager.doesHistoryExistForUser(newProfileId)).isTrue(); in testAddProfile_historyEnabledInPrimary()[all …]
371 boolean doesHistoryExistForUser(@UserIdInt int userId) { in doesHistoryExistForUser() method in NotificationHistoryManager