OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BugleNotifications
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateMessageNotificationAction.java
21
import com.android.messaging.datamodel.
BugleNotifications
;
38
BugleNotifications
.update(true /* silent */,
BugleNotifications
.UPDATE_MESSAGES);
MarkAsReadAction.java
24
import com.android.messaging.datamodel.
BugleNotifications
;
88
BugleNotifications
.update(false/*silent*/,
BugleNotifications
.UPDATE_ALL);
MarkAsSeenAction.java
24
import com.android.messaging.datamodel.
BugleNotifications
;
101
BugleNotifications
.update(false/*silent*/,
BugleNotifications
.UPDATE_ALL);
RedownloadMmsAction.java
26
import com.android.messaging.datamodel.
BugleNotifications
;
103
BugleNotifications
.update(false/*silent*/,
BugleNotifications
.UPDATE_ALL);
ProcessSentMessageAction.java
30
import com.android.messaging.datamodel.
BugleNotifications
;
260
BugleNotifications
.notifyEmergencySmsFailed(recipient, conversationId);
273
BugleNotifications
.update(false,
BugleNotifications
.UPDATE_ERRORS);
DeleteConversationAction.java
28
import com.android.messaging.datamodel.
BugleNotifications
;
87
BugleNotifications
.update(true /* silent */, null /* conversationId */,
88
BugleNotifications
.UPDATE_MESSAGES);
ReceiveSmsMessageAction.java
29
import com.android.messaging.datamodel.
BugleNotifications
;
169
BugleNotifications
.update(false/*silent*/, conversationId,
BugleNotifications
.UPDATE_ALL);
ReceiveMmsMessageAction.java
26
import com.android.messaging.datamodel.
BugleNotifications
;
139
BugleNotifications
.update(false/*silent*/, conversationId,
140
BugleNotifications
.UPDATE_ALL);
ProcessDownloadedMmsAction.java
32
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/
NotificationReceiver.java
22
import com.android.messaging.datamodel.
BugleNotifications
;
45
UIIntents.UI_INTENT_EXTRA_NOTIFICATIONS_UPDATE,
BugleNotifications
.UPDATE_ALL);
47
BugleNotifications
.markAllMessagesAsSeen();
52
BugleNotifications
.resetLastMessageDing(conversationId);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListData.java
26
import com.android.messaging.datamodel.
BugleNotifications
;
178
BugleNotifications
.markAllMessagesAsSeen();
/packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java
136
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
.buildSpaceSeparatedMessage
[
all
...]
BugleNotifications.java
103
public class
BugleNotifications
{
[
all
...]
Completed in 5054 milliseconds