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

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

Completed in 129 milliseconds