Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java1129 int totalFailedCount = getUndeliveredMessageCount(context, msgThreadId); in notifyFailed() local
1130 if (totalFailedCount == 0 && !isDownload) { in notifyFailed()
1143 if (totalFailedCount > 1) { in notifyFailed()
1145 Integer.toString(totalFailedCount)); in notifyFailed()