Searched refs:rightSuppressed (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 426 List<Integer> rightSuppressed = Arrays.asList(1, 2); in areSuggestionsSimilar_trueForSimilar() local 438 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_trueForSimilar() 457 List<Integer> rightSuppressed = Arrays.asList(1, 2); in areSuggestionsSimilar_falseForDifferentReplies() local 469 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentReplies() 488 List<Integer> rightSuppressed = Arrays.asList(1, 2); in areSuggestionsSimilar_falseForDifferentActions() local 500 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentActions() 519 List<Integer> rightSuppressed = Arrays.asList(1, 3); in areSuggestionsSimilar_falseForDifferentSuppressedActions() local 531 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentSuppressedActions() 550 List<Integer> rightSuppressed = Arrays.asList(1, 2); in areSuggestionsSimilar_falseForDifferentPhishing() local 562 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentPhishing()
|