Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java109 private InflatedSmartReplyState mCurrentSmartReplyState; field in NotificationContentView
1177 if (mCurrentSmartReplyState == null) {
1186 mCurrentSmartReplyState.getSmartActionsList().size(),
1187 mCurrentSmartReplyState.getSmartRepliesList().size()));
1189 applySmartReplyView(mCurrentSmartReplyState, entry);
1531 mCurrentSmartReplyState = smartReplyState; in setInflatedSmartReplyState()
1538 return mCurrentSmartReplyState; in getCurrentSmartReplyState()