Searched refs:mCurrentSmartRepliesAndActions (Results 1 – 1 of 1) sorted by relevance
94 private SmartRepliesAndActions mCurrentSmartRepliesAndActions; field in NotificationContentView1175 mCurrentSmartRepliesAndActions = mExpandedInflatedSmartReplies != null1181 mCurrentSmartRepliesAndActions.smartActions == null ? 0 :1182 mCurrentSmartRepliesAndActions.smartActions.actions.size(),1183 mCurrentSmartRepliesAndActions.smartReplies == null ? 0 :1184 mCurrentSmartRepliesAndActions.smartReplies.choices.length));1186 applySmartReplyView(mCurrentSmartRepliesAndActions, entry);1394 return mCurrentSmartRepliesAndActions;