Searched refs:createReplies (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 132 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions() 190 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_sysGeneratedSmartReplies() 211 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed() 288 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_appGenPreferredOverSysGen() 313 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_disallowSysGenSmartActions() 337 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartRepliesUnaffected() 375 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected() 399 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_screenPinningModeEnabled_suggestionsUnaffected() 417 List<CharSequence> leftReplies = createReplies("first reply", "second reply"); in areSuggestionsSimilar_trueForSimilar() 418 List<CharSequence> rightReplies = createReplies("first reply", "second reply"); in areSuggestionsSimilar_trueForSimilar() [all …]
|