OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MessagingNotification
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java
94
MessagingNotification
.nonBlockingUpdateNewMessageIndicator(
95
context,
MessagingNotification
.THREAD_NONE, false);
MessageStatusService.java
63
MessagingNotification
.blockingUpdateNewMessageIndicator(this,
64
MessagingNotification
.THREAD_NONE, message.isStatusReportMessage());
RetryScheduler.java
205
MessagingNotification
.notifyDownloadFailed(mContext, threadId);
216
MessagingNotification
.notifySendFailed(mContext, true);
SmsReceiverService.java
328
MessagingNotification
.nonBlockingUpdateSendFailedNotification(this);
367
MessagingNotification
.notifySendFailed(getApplicationContext(), true);
384
long threadId =
MessagingNotification
.getSmsThreadId(this, messageUri);
387
MessagingNotification
.blockingUpdateNewMessageIndicator(this, threadId, false);
397
MessagingNotification
.notifySendFailed(getApplicationContext(), true);
404
MessagingNotification
.blockingUpdateNewMessageIndicator(
405
this,
MessagingNotification
.THREAD_ALL, false);
TransactionService.java
471
long threadId =
MessagingNotification
.getThreadId(
473
MessagingNotification
.blockingUpdateNewMessageIndicator(this,
476
MessagingNotification
.updateDownloadFailedNotification(this);
[
all
...]
MessagingNotification.java
89
public class
MessagingNotification
{
151
Log.d(TAG, "[
MessagingNotification
] clear notification: mark all msgs seen");
177
private
MessagingNotification
() {
233
}, "
MessagingNotification
.nonBlockingUpdateNewMessageIndicator").start();
[
all
...]
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
37
import com.android.mms.transaction.
MessagingNotification
;
98
MessagingNotification
.init(this);
/packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java
43
import com.android.mms.transaction.
MessagingNotification
;
122
MessagingNotification
.nonBlockingUpdateNewMessageIndicator(
124
MessagingNotification
.THREAD_ALL, // always notify on class-zero msgs
ConversationList.java
79
import com.android.mms.transaction.
MessagingNotification
;
380
MessagingNotification
.cancelNotification(getApplicationContext(),
[
all
...]
ComposeMessageActivity.java
137
import com.android.mms.transaction.
MessagingNotification
;
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
Conversation.java
33
import com.android.mms.transaction.
MessagingNotification
;
401
MessagingNotification
.blockingUpdateAllNotifications(mContext,
402
MessagingNotification
.THREAD_NONE);
[
all
...]
Completed in 471 milliseconds