Home
last modified time | relevance | path

Searched refs:setSmartActions (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java323 public NotificationEntryBuilder setSmartActions( in setSmartActions() method in NotificationEntryBuilder
325 mRankingBuilder.setSmartActions(smartActions); in setSmartActions()
329 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in NotificationEntryBuilder
330 mRankingBuilder.setSmartActions(smartActions); in setSmartActions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java718 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 …]
H A DInflatedSmartRepliesTest.java133 .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()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java245 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions() method in RankingBuilder
250 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java237 .setSmartActions(systemGeneratedSmartActions) in testCreateNotificationDataEntry_RankingUpdate()