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

/frameworks/base/core/java/android/app/
H A DNotification.java4948 static final String KEY_DATA_MIME_TYPE = "type"; field in class:Notification.MessagingStyle.Message
5054 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
5091 if (bundle.containsKey(KEY_DATA_MIME_TYPE) &&
5094 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2188 static final String KEY_DATA_MIME_TYPE = "type"; field in class:NotificationCompat.MessagingStyle.Message
2294 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
2331 if (bundle.containsKey(KEY_DATA_MIME_TYPE) &&
2334 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),

Completed in 45 milliseconds