Searched refs:receivedCount (Results 1 – 4 of 4) sorted by relevance
199 Integer receivedCount = multiPartReceivedCount.get(reference); in scanRawTable() local200 if (receivedCount == null) { in scanRawTable()208 int newCount = receivedCount + 1; in scanRawTable()
412 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.TestReceiver962 receivedCount = 0; in reset()966 receivedCount++; in onReceive()
92 public void onDroppedIncomingMultipartSms(boolean is3gpp2, int receivedCount, int totalCount, in onDroppedIncomingMultipartSms() argument101 proto.receivedParts = receivedCount; in onDroppedIncomingMultipartSms()
2398 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument2399 logv("Logged dropped multipart SMS: received " + receivedCount in writeDroppedIncomingMultipartSms()2403 details.receivedParts = receivedCount; in writeDroppedIncomingMultipartSms()