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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2317 static final String KEY_TEXT = "text"; field in class:NotificationCompat.MessagingStyle.Message
2428 bundle.putCharSequence(KEY_TEXT, mText);
2470 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
2473 Message message = new Message(bundle.getCharSequence(KEY_TEXT),
4123 private static final String KEY_TEXT = "text"; field in class:NotificationCompat.CarExtender
4177 tmp[i] = ((Bundle) parcelableMessages[i]).getString(KEY_TEXT);
4223 m.putString(KEY_TEXT, uc.getMessages()[i]);
/frameworks/base/core/java/android/app/
H A DNotification.java6255 static final String KEY_TEXT = "text"; field in class:Notification.MessagingStyle.Message
6366 bundle.putCharSequence(KEY_TEXT, mText);
6408 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
6411 Message message = new Message(bundle.getCharSequence(KEY_TEXT),
8031 private static final String KEY_TEXT = "text"; field in class:Notification.CarExtender.UnreadConversation
8118 m.putString(KEY_TEXT, mMessages[i]);
8147 tmp[i] = ((Bundle) parcelableMessages[i]).getString(KEY_TEXT);

Completed in 111 milliseconds