Searched refs:KEY_SENDER (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2108 static final String KEY_SENDER = "sender"; field in class:NotificationCompat.MessagingStyle.Message
2212 bundle.putCharSequence(KEY_SENDER, mSender);
2251 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));
/frameworks/base/core/java/android/app/
H A DNotification.java4771 static final String KEY_SENDER = "sender"; field in class:Notification.MessagingStyle.Message
4875 bundle.putCharSequence(KEY_SENDER, mSender);
4914 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));

Completed in 124 milliseconds