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.java1401 SmartRepliesAndActions smartRepliesAndActions, in applySmartReplyView() argument
1404 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions, in applySmartReplyView()
1407 if (smartRepliesAndActions.smartReplies != null in applySmartReplyView()
1408 || smartRepliesAndActions.smartActions != null) { in applySmartReplyView()
1409 int numSmartReplies = smartRepliesAndActions.smartReplies == null in applySmartReplyView()
1410 ? 0 : smartRepliesAndActions.smartReplies.choices.size(); in applySmartReplyView()
1411 int numSmartActions = smartRepliesAndActions.smartActions == null in applySmartReplyView()
1412 ? 0 : smartRepliesAndActions.smartActions.actions.size(); in applySmartReplyView()
1413 boolean fromAssistant = smartRepliesAndActions.smartReplies == null in applySmartReplyView()
1414 ? smartRepliesAndActions.smartActions.fromAssistant in applySmartReplyView()
[all …]