Home
last modified time | relevance | path

Searched refs:parseReports (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DCarTelemetryServiceTest.java358 List<PersistableBundle> parseReports = parseReports(readFd); in testGetFinishedReport_whenMultiple_shouldReceiveCorrectStatusCode() local
359 assertThat(parseReports.get(0).keySet()) in testGetFinishedReport_whenMultiple_shouldReceiveCorrectStatusCode()
361 assertThat(parseReports.get(1).keySet()) in testGetFinishedReport_whenMultiple_shouldReceiveCorrectStatusCode()
420 List<PersistableBundle> parseReports = parseReports(readFd); in testGetAllFinishedReports_shouldSendEverything() local
421 assertThat(parseReports.get(0).keySet()) in testGetAllFinishedReports_shouldSendEverything()
423 assertThat(parseReports.get(1).keySet()) in testGetAllFinishedReports_shouldSendEverything()
588 private List<PersistableBundle> parseReports(ParcelFileDescriptor reportFileDescriptor) in parseReports() method in CarTelemetryServiceTest
/packages/services/Car/car-lib/src/android/car/telemetry/
DCarTelemetryManager.java488 List<PersistableBundle> reports = parseReports(readFd); in onResult()
504 private List<PersistableBundle> parseReports(ParcelFileDescriptor reportFileDescriptor) { in parseReports() method in CarTelemetryManager.CarTelemetryReportListenerImpl