Home
last modified time | relevance | path

Searched refs:CATEGORY_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java415 notifBuilder.setCategory(Notification.CATEGORY_MESSAGE); in processAndSend()
679 private static final String CATEGORY_MESSAGE = "msg"; field in BugleNotifications
703 .setCategory(CATEGORY_MESSAGE); in sendNotification()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java137 .setCategory(NotificationCompat.CATEGORY_MESSAGE) in makeSmsNotification()