Searched refs:getSmartActions (Results 1 – 5 of 5) sorted by relevance
116 assertActionsEqual(getSmartActions(key, i), ranking.getSmartActions()); in testRanking()183 (ArrayList) tweak.getSmartActions(), in testRankingUpdate_equals()259 getSmartActions(key, i), in generateUpdate()341 private ArrayList<Notification.Action> getSmartActions(String key, int index) { in getSmartActions() method in NotificationListenerServiceTest399 assertActionsEqual(a.getSmartActions(), b.getSmartActions()); in detailedAssertEquals()
131 left.getSmartActions(), right.getSmartActions()); in areSuggestionsSimilar()295 @NonNull public List<Notification.Action> getSmartActions() { in getSmartActions() method in InflatedSmartReplies.SmartRepliesAndActions
330 when(ranking.getSmartActions()).thenReturn(systemGeneratedSmartActions); in testCreateNotificationDataEntry_RankingUpdate()643 if (outRanking.getSmartActions() != null) { in getRanking()644 currentActions.addAll(outRanking.getSmartActions()); in getRanking()
199 systemGeneratedSmartActions = ranking.getSmartActions() == null in populateFromRanking()200 ? Collections.emptyList() : ranking.getSmartActions(); in populateFromRanking()
1714 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationListenerService.Ranking