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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java398 public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; field in class:NotificationCompat
2293 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
2308 mConversationTitle = extras.getString(EXTRA_CONVERSATION_TITLE);
/frameworks/base/core/java/android/app/
H A DNotification.java1058 public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; field in class:Notification
6008 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
6057 mConversationTitle = extras.getCharSequence(EXTRA_CONVERSATION_TITLE);

Completed in 354 milliseconds