Searched refs:smartRepliesAndActions (Results 1 – 2 of 2) sorted by relevance
60 @NonNull SmartRepliesAndActions smartRepliesAndActions) { in InflatedSmartReplies() argument63 mSmartRepliesAndActions = smartRepliesAndActions; in InflatedSmartReplies()139 SmartRepliesAndActions smartRepliesAndActions) { in shouldShowSmartReplyView() argument140 if (smartRepliesAndActions.smartReplies == null in shouldShowSmartReplyView()141 && smartRepliesAndActions.smartActions == null) { in shouldShowSmartReplyView()
1383 SmartRepliesAndActions smartRepliesAndActions,1386 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,1389 if (smartRepliesAndActions.smartReplies != null1390 || smartRepliesAndActions.smartActions != null) {1391 int numSmartReplies = smartRepliesAndActions.smartReplies == null1392 ? 0 : smartRepliesAndActions.smartReplies.choices.length;1393 int numSmartActions = smartRepliesAndActions.smartActions == null1394 ? 0 : smartRepliesAndActions.smartActions.actions.size();1395 boolean fromAssistant = smartRepliesAndActions.smartReplies == null1396 ? smartRepliesAndActions.smartActions.fromAssistant[all …]