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()
139 SmartRepliesAndActions smartRepliesAndActions) { in shouldShowSmartReplyView() argument
140 if (smartRepliesAndActions.smartReplies == null in shouldShowSmartReplyView()
141 && smartRepliesAndActions.smartActions == null) { in shouldShowSmartReplyView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1383 SmartRepliesAndActions smartRepliesAndActions,
1386 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,
1389 if (smartRepliesAndActions.smartReplies != null
1390 || smartRepliesAndActions.smartActions != null) {
1391 int numSmartReplies = smartRepliesAndActions.smartReplies == null
1392 ? 0 : smartRepliesAndActions.smartReplies.choices.length;
1393 int numSmartActions = smartRepliesAndActions.smartActions == null
1394 ? 0 : smartRepliesAndActions.smartActions.actions.size();
1395 boolean fromAssistant = smartRepliesAndActions.smartReplies == null
1396 ? smartRepliesAndActions.smartActions.fromAssistant
[all …]