Home
last modified time | relevance | path

Searched refs:EXTRA_CONVERSATION_TITLE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationChannelHelper.java75 CharSequence nameString = extras.getCharSequence(Notification.EXTRA_CONVERSATION_TITLE); in getName()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1419 public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; field in Notification
8235 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle); in addExtras()
8310 mConversationTitle = extras.getCharSequence(EXTRA_CONVERSATION_TITLE); in restoreFromExtras()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6251 field public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle";