Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/stats/
DCarStatsServiceTest.java156 .logPacketSent(LAYER, 5); in testLogPacketSent()
163 .logPacketSent(LAYER, 3); in testLogPacketSent_MultiplePackets()
165 .logPacketSent(LAYER, 2); in testLogPacketSent_MultiplePackets()
167 .logPacketSent(LAYER, 1); in testLogPacketSent_MultiplePackets()
175 .logPacketSent(LAYER, 3); in testLogPacketSent_MultipleLayers()
177 .logPacketSent(LAYER2, 2); in testLogPacketSent_MultipleLayers()
179 .logPacketSent(LAYER3, 1); in testLogPacketSent_MultipleLayers()
190 .logPacketSent(LAYER, 3); in testLogPacketSent_MultipleClients()
192 .logPacketSent(LAYER, 2); in testLogPacketSent_MultipleClients()
194 .logPacketSent(LAYER2, 1); in testLogPacketSent_MultipleClients()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublisherServiceTest.java211 verify(mPublisherLog).logPacketSent(LAYER, PAYLOAD.length); in testPublish()
234 verify(mPublisherLog).logPacketSent(LAYER, PAYLOAD.length); in testPublish_NoSubscribers()
248 verify(mPublisherLog).logPacketSent(LAYER, PAYLOAD.length); in testPublish_ClientError()
/packages/services/Car/service/src/com/android/car/stats/
DVmsClientLogger.java111 public void logPacketSent(VmsLayer layer, long size) { in logPacketSent() method in VmsClientLogger
/packages/services/Car/service/src/com/android/car/
DVmsPublisherService.java185 .logPacketSent(layer, payloadLength); in publish()