Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java98 protected CharSequence mTickerText = null; field in MessageNotificationState
371 mTickerText = state.mContent; in MultiConversationNotificationState()
505 mTickerText = mContent; in MultiMessageNotificationState()
1085 + (state.mTickerText != null ? state.mTickerText : state.mContent)); in getNotificationState()
1125 mTickerText != null ? mTickerText : mContent, in getTicker()