Home
last modified time | relevance | path

Searched refs:smartRepliesAndActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java60 @NonNull SmartRepliesAndActions smartRepliesAndActions) { in InflatedSmartReplies() argument
63 mSmartRepliesAndActions = smartRepliesAndActions; in InflatedSmartReplies()
140 SmartRepliesAndActions smartRepliesAndActions) { in shouldShowSmartReplyView() argument
141 if (smartRepliesAndActions.smartReplies == null in shouldShowSmartReplyView()
142 && smartRepliesAndActions.smartActions == null) { in shouldShowSmartReplyView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1289 SmartRepliesAndActions smartRepliesAndActions,
1292 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,
1295 if (smartRepliesAndActions.smartReplies != null
1296 || smartRepliesAndActions.smartActions != null) {
1297 int numSmartReplies = smartRepliesAndActions.smartReplies == null
1298 ? 0 : smartRepliesAndActions.smartReplies.choices.length;
1299 int numSmartActions = smartRepliesAndActions.smartActions == null
1300 ? 0 : smartRepliesAndActions.smartActions.actions.size();
1301 boolean fromAssistant = smartRepliesAndActions.smartReplies == null
1302 ? smartRepliesAndActions.smartActions.fromAssistant
[all …]