Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java103 protected boolean mTickerNoContent; field in MessageNotificationState
1124 mTickerText != null ? mTickerText : (mTickerNoContent ? null : mContent), null, in getTicker()