Home
last modified time | relevance | path

Searched refs:areSuggestionsSimilar (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java100 !areSuggestionsSimilar(existingSmartRepliesAndActions, newSmartRepliesAndActions); in inflate()
122 static boolean areSuggestionsSimilar( in areSuggestionsSimilar() method in InflatedSmartReplies
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java346 assertThat(InflatedSmartReplies.areSuggestionsSimilar( in areSuggestionsSimilar_trueForSimilar()
368 assertThat(InflatedSmartReplies.areSuggestionsSimilar( in areSuggestionsSimilar_falseForDifferentReplies()
390 assertThat(InflatedSmartReplies.areSuggestionsSimilar( in areSuggestionsSimilar_falseForDifferentActions()