Home
last modified time | relevance | path

Searched refs:smartReplyView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1395 SmartReplyView smartReplyView = null; in applySmartReplyView() local
1397 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()