Home
last modified time | relevance | path

Searched refs:BugleNotifications (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java136 mNotificationType = BugleNotifications.LOCAL_SMS_NOTIFICATION; in NotificationLineInfo()
160 super(BugleNotifications.LOCAL_SMS_NOTIFICATION); in MessageLineInfo()
255 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
348 BugleNotifications.UPDATE_MESSAGES, in getClearIntent()
425 inboxStyle.addLine(BugleNotifications.formatInboxMessage( in build()
509 mContent = BugleNotifications.buildSpaceSeparatedMessage( in MultiMessageNotificationState()
548 BugleNotifications.formatAttachmentTag(authorFirstName, in build()
555 pictureTag = BugleNotifications.formatAttachmentTag(authorFirstName, in build()
562 .setSummaryText(BugleNotifications.formatInboxMessage( in build()
585 text = BugleNotifications.buildSpaceSeparatedMessage( in build()
[all …]
DNotificationState.java129 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
DBugleNotifications.java103 public class BugleNotifications { class
/packages/apps/Messaging/src/com/android/messaging/receiver/
DNotificationReceiver.java22 import com.android.messaging.datamodel.BugleNotifications;
45 UIIntents.UI_INTENT_EXTRA_NOTIFICATIONS_UPDATE, BugleNotifications.UPDATE_ALL); in onReceive()
47 BugleNotifications.markAllMessagesAsSeen(); in onReceive()
52 BugleNotifications.resetLastMessageDing(conversationId); in onReceive()
DSmsReceiver.java41 import com.android.messaging.datamodel.BugleNotifications;
285 if (BugleNotifications.shouldVibrate(new SecondaryUserNotificationState())) { in postNewMessageSecondaryUserNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateMessageNotificationAction.java21 import com.android.messaging.datamodel.BugleNotifications;
38 BugleNotifications.update(true /* silent */, BugleNotifications.UPDATE_MESSAGES); in executeAction()
DMarkAsSeenAction.java24 import com.android.messaging.datamodel.BugleNotifications;
101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DMarkAsReadAction.java24 import com.android.messaging.datamodel.BugleNotifications;
88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DRedownloadMmsAction.java26 import com.android.messaging.datamodel.BugleNotifications;
103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DProcessSentMessageAction.java30 import com.android.messaging.datamodel.BugleNotifications;
260 BugleNotifications.notifyEmergencySmsFailed(recipient, conversationId); in processResult()
273 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS); in processResult()
DDeleteConversationAction.java28 import com.android.messaging.datamodel.BugleNotifications;
87 BugleNotifications.update(true /* silent */, null /* conversationId */, in doBackgroundWork()
88 BugleNotifications.UPDATE_MESSAGES); in doBackgroundWork()
DReceiveMmsMessageAction.java26 import com.android.messaging.datamodel.BugleNotifications;
139 BugleNotifications.update(false/*silent*/, conversationId, in executeAction()
140 BugleNotifications.UPDATE_ALL); in executeAction()
DReceiveSmsMessageAction.java29 import com.android.messaging.datamodel.BugleNotifications;
169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in executeAction()
DProcessDownloadedMmsAction.java32 import com.android.messaging.datamodel.BugleNotifications;
375 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS); in processBackgroundResponse()
540 BugleNotifications.update(false /*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in processResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationListData.java26 import com.android.messaging.datamodel.BugleNotifications;
178 BugleNotifications.markAllMessagesAsSeen(); in handleMessagesSeen()
DConversationData.java34 import com.android.messaging.datamodel.BugleNotifications;
513 BugleNotifications.markMessagesAsRead(mConversationId); in setFocus()