Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java203 Integer receivedCount = multiPartReceivedCount.get(reference); in scanRawTable() local
204 if (receivedCount == null) { in scanRawTable()
212 int newCount = receivedCount + 1; in scanRawTable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2302 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument
2303 logv("Logged dropped multipart SMS: received " + receivedCount in writeDroppedIncomingMultipartSms()
2307 details.receivedParts = receivedCount; in writeDroppedIncomingMultipartSms()