Home
last modified time | relevance | path

Searched refs:failedIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java1139 Intent failedIntent; in notifyFailed() local
1157 failedIntent = new Intent(context, ComposeMessageActivity.class); in notifyFailed()
1160 failedIntent.putExtra("failed_download_flag", true); in notifyFailed()
1163 failedIntent.putExtra("undelivered_flag", true); in notifyFailed()
1165 failedIntent.putExtra("thread_id", threadId); in notifyFailed()
1168 failedIntent = new Intent(context, ConversationList.class); in notifyFailed()
1170 taskStackBuilder.addNextIntent(failedIntent); in notifyFailed()