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

/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/compat/java/android/support/v4/app/
H A DNotificationCompat.java858 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
1000 public CharSequence mContentText; field in class:NotificationCompat.Builder
1146 mContentText = limitCharSequenceLength(text);
1825 return mContentText;

Completed in 49 milliseconds