Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1371 View smartReplyContainerCandidate = view.findViewById( in applySmartReplyView() local
1373 if (!(smartReplyContainerCandidate instanceof LinearLayout)) { in applySmartReplyView()
1376 LinearLayout smartReplyContainer = (LinearLayout) smartReplyContainerCandidate; in applySmartReplyView()