Searched refs:smartRepliesAndActions (Results 1 – 2 of 2) sorted by relevance
60 @NonNull SmartRepliesAndActions smartRepliesAndActions) { in InflatedSmartReplies() argument63 mSmartRepliesAndActions = smartRepliesAndActions; in InflatedSmartReplies()140 SmartRepliesAndActions smartRepliesAndActions) { in shouldShowSmartReplyView() argument141 if (smartRepliesAndActions.smartReplies == null in shouldShowSmartReplyView()142 && smartRepliesAndActions.smartActions == null) { in shouldShowSmartReplyView()
1401 SmartRepliesAndActions smartRepliesAndActions, in applySmartReplyView() argument1404 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 …]