Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DNotificationController.java175 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon, in createBaseAccountNotificationBuilder() argument
187 .setContentText(contentText) in createBaseAccountNotificationBuilder()
214 String contentText, Intent intent, int notificationId) { in showAccountNotification() argument
216 contentText, intent, null, null, true, needsOngoingNotification(notificationId)); in showAccountNotification()
/packages/apps/Email/tests/src/com/android/email/activity/
DMessageComposeTests.java859 String contentText = mMessageView.getText().toString(); in checkFields() local
861 assertEquals(0, contentText.length()); in checkFields()
871 assertEquals(content, contentText); in checkFields()