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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2320 static final String KEY_DATA_MIME_TYPE = "type"; field in class:NotificationCompat.MessagingStyle.Message
2435 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
2475 if (bundle.containsKey(KEY_DATA_MIME_TYPE) &&
2477 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),
/frameworks/base/core/java/android/app/
H A DNotification.java6258 static final String KEY_DATA_MIME_TYPE = "type"; field in class:Notification.MessagingStyle.Message
6373 bundle.putString(KEY_DATA_MIME_TYPE, mDataMimeType);
6413 if (bundle.containsKey(KEY_DATA_MIME_TYPE) &&
6415 message.setData(bundle.getString(KEY_DATA_MIME_TYPE),

Completed in 32 milliseconds