Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java194 Integer receivedCount = multiPartReceivedCount.get(reference); in scanRawTable() local
195 if (receivedCount == null) { in scanRawTable()
203 int newCount = receivedCount + 1; in scanRawTable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsStats.java88 public void onDroppedIncomingMultipartSms(boolean is3gpp2, int receivedCount, int totalCount) { in onDroppedIncomingMultipartSms() argument
96 proto.receivedParts = receivedCount; in onDroppedIncomingMultipartSms()
DTelephonyMetrics.java2389 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument
2390 logv("Logged dropped multipart SMS: received " + receivedCount in writeDroppedIncomingMultipartSms()
2394 details.receivedParts = receivedCount; in writeDroppedIncomingMultipartSms()