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.java184 Integer receivedCount = multiPartReceivedCount.get(reference); in scanRawTable() local
185 if (receivedCount == null) { in scanRawTable()
193 int newCount = receivedCount + 1; in scanRawTable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2233 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument
2234 logv("Logged dropped multipart SMS: received " + receivedCount in writeDroppedIncomingMultipartSms()
2238 details.receivedParts = receivedCount; in writeDroppedIncomingMultipartSms()