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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java2560 static final String KEY_DATA_MIME_TYPE = "type"; field in class:NotificationCompat.MessagingStyle.Message
2708 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
2765 if (bundle.containsKey(KEY_DATA_MIME_TYPE)
2767 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),
/frameworks/base/core/java/android/app/
H A DNotification.java7170 static final String KEY_DATA_MIME_TYPE = "type"; field in class:Notification.MessagingStyle.Message
7358 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
7429 if (bundle.containsKey(KEY_DATA_MIME_TYPE) &&
7431 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),

Completed in 85 milliseconds