Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java108 private SmartRepliesAndActions mCurrentSmartRepliesAndActions; field in NotificationContentView
1225 mCurrentSmartRepliesAndActions = mExpandedInflatedSmartReplies != null
1231 mCurrentSmartRepliesAndActions.smartActions == null ? 0 :
1232 mCurrentSmartRepliesAndActions.smartActions.actions.size(),
1233 mCurrentSmartRepliesAndActions.smartReplies == null ? 0 :
1234 mCurrentSmartRepliesAndActions.smartReplies.choices.size()));
1236 applySmartReplyView(mCurrentSmartRepliesAndActions, entry);
1506 return mCurrentSmartRepliesAndActions; in getCurrentSmartRepliesAndActions()