Searched defs:mContentText (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarNavExtender.java97 private CharSequence mContentText; field in class:CarNavExtender
134 mContentText = b.getCharSequence(Notification.EXTRA_TEXT);
153 b.putCharSequence(Notification.EXTRA_TEXT, mContentText);
279 mContentText = contentText;
289 return mContentText;

Completed in 585 milliseconds