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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java75 private static final String ATT_CONTENT_TYPE = "content_type"; field in class:NotificationChannel
695 out.attribute(null, ATT_CONTENT_TYPE,
754 record.put(ATT_CONTENT_TYPE,
772 int contentType = safeInt(parser, ATT_CONTENT_TYPE,

Completed in 24 milliseconds