Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java199 Integer receivedCount = multiPartReceivedCount.get(reference); in scanRawTable() local
200 if (receivedCount == null) { in scanRawTable()
208 int newCount = receivedCount + 1; in scanRawTable()
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DLowPowerStandbyControllerTest.java412 assertThat(receiver.receivedCount).isEqualTo(0); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
419 assertThat(receiver.receivedCount).isEqualTo(1); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
426 assertThat(receiver.receivedCount).isEqualTo(0); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
433 assertThat(receiver.receivedCount).isEqualTo(1); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
454 assertThat(receiver.receivedCount).isEqualTo(0); in testLowPowerStandbyEnabled_EnabledChangedExplicitBroadcastSent()
461 assertThat(receiver.receivedCount).isEqualTo(2); in testLowPowerStandbyEnabled_EnabledChangedExplicitBroadcastSent()
956 public int receivedCount = 0; field in LowPowerStandbyControllerTest.TestReceiver
962 receivedCount = 0; in reset()
966 receivedCount++; in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsStats.java92 public void onDroppedIncomingMultipartSms(boolean is3gpp2, int receivedCount, int totalCount, in onDroppedIncomingMultipartSms() argument
101 proto.receivedParts = receivedCount; in onDroppedIncomingMultipartSms()
DTelephonyMetrics.java2398 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument
2399 logv("Logged dropped multipart SMS: received " + receivedCount in writeDroppedIncomingMultipartSms()
2403 details.receivedParts = receivedCount; in writeDroppedIncomingMultipartSms()