Searched refs:isDownload (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java600 private static void notifyFailed(Context context, boolean isDownload, long threadId, argument
620 if (totalFailedCount == 0 && !isDownload) {
625 // If isDownload is true, we're dealing with 1 specific failure; therefore "all failed" are
627 boolean allFailedInSameThread = (msgThreadId[1] != 0) || isDownload;
638 title = isDownload ?
647 if (isDownload) {
648 // When isDownload is true, the valid threadId is passed into this function.
682 if (isDownload) {

Completed in 101 milliseconds