Home
last modified time | relevance | path

Searched refs:smartReplyState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java120 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions() local
138 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions() local
152 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGeneratedSmartReplies() local
170 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions() local
193 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedSmartReplies() local
213 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed() local
232 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedSmartActions() local
265 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction() local
292 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGenPreferredOverSysGen() local
317 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_disallowSysGenSmartActions() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt56 smartReplyState: InflatedSmartReplyState
58 if (smartReplyState.smartReplies == null &&
59 smartReplyState.smartActions == null) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1445 InflatedSmartReplyState smartReplyState, in applySmartReplyView() argument
1454 if (!SmartReplyStateInflaterKt.shouldShowSmartReplyView(entry, smartReplyState)) { in applySmartReplyView()
1530 @NonNull InflatedSmartReplyState smartReplyState) { in setInflatedSmartReplyState()
1531 mCurrentSmartReplyState = smartReplyState; in setInflatedSmartReplyState()