Searched refs:mCurrentSmartReplyState (Results 1 – 1 of 1) sorted by relevance
123 private InflatedSmartReplyState mCurrentSmartReplyState; field in NotificationContentView1354 if (mCurrentSmartReplyState == null) {1363 mCurrentSmartReplyState.getSmartActionsList().size(),1364 mCurrentSmartReplyState.getSmartRepliesList().size()));1608 applyExternalSmartReplyState(mContractedChild, mCurrentSmartReplyState);1611 applyExternalSmartReplyState(mExpandedChild, mCurrentSmartReplyState);1612 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, mCurrentSmartReplyState,1616 mCurrentSmartReplyState.getSmartReplies();1618 mCurrentSmartReplyState.getSmartActions();1635 applyExternalSmartReplyState(mHeadsUpChild, mCurrentSmartReplyState);[all …]