Searched refs:smartReplyView (Results 1 – 1 of 1) sorted by relevance
1395 SmartReplyView smartReplyView = null; in applySmartReplyView() local1397 smartReplyView = SmartReplyView.inflate(mContext, smartReplyContainer); in applySmartReplyView()1398 smartReplyContainer.addView(smartReplyView); in applySmartReplyView()1402 smartReplyView = (SmartReplyView) child; in applySmartReplyView()1405 if (smartReplyView != null) { in applySmartReplyView()1406 smartReplyView.setRepliesFromRemoteInput(remoteInput, pendingIntent, in applySmartReplyView()1410 return smartReplyView; in applySmartReplyView()