Home
last modified time | relevance | path

Searched refs:wearableExtender (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java788 final WearableExtender wearableExtender = new WearableExtender(); in fireOffNotification() local
792 wearableExtender.setBackground(avatarHiResBitmap); in fireOffNotification()
798 wearableExtender.setBackground(defaultBackground); in fireOffNotification()
830 wearableExtender.addPage(photoPageNotifBuilder.build()); in fireOffNotification()
833 maybeAddWearableConversationLog(wearableExtender, in fireOffNotification()
835 addDownloadMmsAction(notifBuilder, wearableExtender, notificationState); in fireOffNotification()
836 addWearableVoiceReplyAction(wearableExtender, notificationState); in fireOffNotification()
840 notifBuilder.extend(wearableExtender); in fireOffNotification()
863 final WearableExtender wearableExtender, in maybeAddWearableConversationLog() argument
874 wearableExtender.addPage(page); in maybeAddWearableConversationLog()
[all …]
DMessageNotificationState.java795 final WearableExtender wearableExtender = new WearableExtender(); in buildConversationPageForWearable() local
796 wearableExtender.setStartScrollBottom(true); in buildConversationPageForWearable()
797 notifBuilder.extend(wearableExtender); in buildConversationPageForWearable()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java625 NotificationCompat.WearableExtender wearableExtender = in validateNotifications() local
721 notification, wearableExtender, msgNotifications, notificationId, in validateNotifications()
797 notification.extend(wearableExtender); in validateNotifications()
968 final NotificationCompat.WearableExtender wearableExtender, in configureLatestEventInfoFromConversation() argument
1136 wearableExtender.setBackground(firstResult.contactIconInfo.wearableBg); in configureLatestEventInfoFromConversation()
1139 wearableExtender.setBackground(getDefaultWearableBg(context)); in configureLatestEventInfoFromConversation()
1154 folderPreferences, notificationBuilder, wearableExtender, conversationCursor, in configureLatestEventInfoFromConversation()
1160 wearableExtender.setBackground(result.contactIconInfo.wearableBg); in configureLatestEventInfoFromConversation()
1162 wearableExtender.setBackground(getDefaultWearableBg(context)); in configureLatestEventInfoFromConversation()