Searched refs:mCurrentSmartRepliesAndActions (Results 1 – 1 of 1) sorted by relevance
108 private SmartRepliesAndActions mCurrentSmartRepliesAndActions; field in NotificationContentView1225 mCurrentSmartRepliesAndActions = mExpandedInflatedSmartReplies != null1231 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()