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.java96 private SmartRepliesAndActions mCurrentSmartRepliesAndActions; field in NotificationContentView
1269 mCurrentSmartRepliesAndActions = mExpandedInflatedSmartReplies != null
1275 mCurrentSmartRepliesAndActions.smartActions == null ? 0 :
1276 mCurrentSmartRepliesAndActions.smartActions.actions.size(),
1277 mCurrentSmartRepliesAndActions.smartReplies == null ? 0 :
1278 mCurrentSmartRepliesAndActions.smartReplies.choices.length));
1280 applySmartReplyView(mCurrentSmartRepliesAndActions, entry);
1488 return mCurrentSmartRepliesAndActions;