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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java51 b.mContentText, b.mContentInfo, b.mNumber, b.mLargeIcon, b.mSubText,
64 b.mContentText, b.mContentInfo, b.mNumber, b.mLargeIcon, b.mSubText,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java56 private EditText mContentText; field in class:OnePlayerActivity
75 mContentText = (EditText) findViewById(R.id.content);
156 mPlayer.setContent(mContentText.getText().toString());
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java480 b.mContentText, b.mContentIntent);
557 b.mContentText, b.mContentIntent);
559 b.mContentTitle, b.mContentText, b.mContentIntent, b.mFullScreenIntent);
572 b.mContentTitle, b.mContentText, b.mContentInfo, b.mTickerView,
582 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
593 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
657 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
708 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
762 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
887 public CharSequence mContentText; field in class:NotificationCompat.Builder
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java2070 private CharSequence mContentText; field in class:Notification.Builder
2305 mContentText = safeCharSequence(text);
2981 if (mContentText != null) {
2982 contentView.setTextViewText(R.id.text, processLegacyText(mContentText));
3009 if (mContentText != null) {
3010 contentView.setTextViewText(R.id.text2, processLegacyText(mContentText));
3089 boolean contentTextInLine2 = mSubText != null && mContentText != null;
3093 boolean hasLine3 = mContentText != null || mContentInfo != null || mNumber > 0
3095 boolean hasLine2 = (mSubText != null && mContentText != null) ||
3379 extras.putCharSequence(EXTRA_TEXT, mContentText);
[all...]

Completed in 1188 milliseconds