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()
1289 SmartRepliesAndActions smartRepliesAndActions,1292 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,1295 if (smartRepliesAndActions.smartReplies != null1296 || smartRepliesAndActions.smartActions != null) {1297 int numSmartReplies = smartRepliesAndActions.smartReplies == null1298 ? 0 : smartRepliesAndActions.smartReplies.choices.length;1299 int numSmartActions = smartRepliesAndActions.smartActions == null1300 ? 0 : smartRepliesAndActions.smartActions.actions.size();1301 boolean fromAssistant = smartRepliesAndActions.smartReplies == null1302 ? smartRepliesAndActions.smartActions.fromAssistant[all …]