Searched refs:BugleNotifications (Results 1 – 16 of 16) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 136 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 …]
|
D | NotificationState.java | 129 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
|
D | BugleNotifications.java | 103 public class BugleNotifications { class
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | NotificationReceiver.java | 22 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()
|
D | SmsReceiver.java | 41 import com.android.messaging.datamodel.BugleNotifications; 285 if (BugleNotifications.shouldVibrate(new SecondaryUserNotificationState())) { in postNewMessageSecondaryUserNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateMessageNotificationAction.java | 21 import com.android.messaging.datamodel.BugleNotifications; 38 BugleNotifications.update(true /* silent */, BugleNotifications.UPDATE_MESSAGES); in executeAction()
|
D | MarkAsSeenAction.java | 24 import com.android.messaging.datamodel.BugleNotifications; 101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
|
D | MarkAsReadAction.java | 24 import com.android.messaging.datamodel.BugleNotifications; 88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
|
D | RedownloadMmsAction.java | 26 import com.android.messaging.datamodel.BugleNotifications; 103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
|
D | ProcessSentMessageAction.java | 30 import com.android.messaging.datamodel.BugleNotifications; 260 BugleNotifications.notifyEmergencySmsFailed(recipient, conversationId); in processResult() 273 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS); in processResult()
|
D | DeleteConversationAction.java | 28 import com.android.messaging.datamodel.BugleNotifications; 87 BugleNotifications.update(true /* silent */, null /* conversationId */, in doBackgroundWork() 88 BugleNotifications.UPDATE_MESSAGES); in doBackgroundWork()
|
D | ReceiveMmsMessageAction.java | 26 import com.android.messaging.datamodel.BugleNotifications; 139 BugleNotifications.update(false/*silent*/, conversationId, in executeAction() 140 BugleNotifications.UPDATE_ALL); in executeAction()
|
D | ReceiveSmsMessageAction.java | 29 import com.android.messaging.datamodel.BugleNotifications; 169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in executeAction()
|
D | ProcessDownloadedMmsAction.java | 32 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/ |
D | ConversationListData.java | 26 import com.android.messaging.datamodel.BugleNotifications; 178 BugleNotifications.markAllMessagesAsSeen(); in handleMessagesSeen()
|
D | ConversationData.java | 34 import com.android.messaging.datamodel.BugleNotifications; 513 BugleNotifications.markMessagesAsRead(mConversationId); in setFocus()
|