Home | History | Annotate | Download | only in ui

Lines Matching defs:MessagingNotification

137 import com.android.mms.transaction.MessagingNotification;
1174 MessagingNotification.setCurrentlyDisplayedThreadId(
1175 MessagingNotification.THREAD_NONE);
1244 mTempThreadId = MessagingNotification.getThreadId(
1846 if (MessagingNotification.isFailedToDeliver(intent)) {
1848 MessagingNotification.cancelNotification(context,
1849 MessagingNotification.MESSAGE_FAILED_NOTIFICATION_ID);
1856 if (MessagingNotification.isFailedToDownload(intent)) {
1858 MessagingNotification.cancelNotification(context,
1859 MessagingNotification.DOWNLOAD_FAILED_NOTIFICATION_ID);
2224 MessagingNotification.updateSendFailedNotificationForThread(
2284 MessagingNotification.THREAD_NONE);
2286 MessagingNotification.setCurrentlyDisplayedThreadId(MessagingNotification.THREAD_NONE);
4245 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
4246 ComposeMessageActivity.this, MessagingNotification.THREAD_NONE, false);
4351 MessagingNotification.setCurrentlyDisplayedThreadId(mConversation.getThreadId());