Searched refs:setSmartActions (Results 1 – 5 of 5) sorted by relevance
323 public NotificationEntryBuilder setSmartActions( in setSmartActions() method in NotificationEntryBuilder325 mRankingBuilder.setSmartActions(smartActions); in setSmartActions()329 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in NotificationEntryBuilder330 mRankingBuilder.setSmartActions(smartActions); in setSmartActions()
718 setSmartActions(TEST_ACTION_TITLES); in testTapSmartAction_waitsForKeyguard()730 setSmartActions(TEST_ACTION_TITLES); in testTapSmartAction_beforeInitDelay_blocked()770 setSmartActions(actions); in testMeasure_shortSmartActions()789 setSmartActions(actions); in testLayout_shortSmartActions()807 setSmartActions(actions); in testMeasure_smartActionWithTwoLines()826 setSmartActions(actions); in testLayout_smartActionWithTwoLines()846 setSmartActions(actions); in testMeasure_smartActionWithThreeLines()867 setSmartActions(actions); in testLayout_smartActionWithThreeLines()887 setSmartActions(actions); in testMeasure_squeezeLongestSmartAction()909 setSmartActions(actions); in testLayout_squeezeLongestSmartAction()[all …]
133 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()229 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_sysGeneratedSmartActions()256 .setSmartActions( in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()289 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_appGenPreferredOverSysGen()314 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_disallowSysGenSmartActions()338 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartRepliesUnaffected()376 .setSmartActions(actions) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected()400 .setSmartActions(createActions("Sys Smart Action 1", "Sys Smart Action 2")) in chooseSmartRepliesAndActions_screenPinningModeEnabled_suggestionsUnaffected()
245 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions() method in RankingBuilder250 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in RankingBuilder
237 .setSmartActions(systemGeneratedSmartActions) in testCreateNotificationDataEntry_RankingUpdate()