Searched defs:EXTRA_CONVERSATION_TITLE (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java1052 public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; field in class:Notification
5820 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
5869 mConversationTitle = extras.getCharSequence(EXTRA_CONVERSATION_TITLE);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java382 public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; field in class:NotificationCompat
2295 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
2310 mConversationTitle = extras.getString(EXTRA_CONVERSATION_TITLE);

Completed in 54 milliseconds