Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java321 assertThat(mResultStore.getAllErrorResults()).isEmpty(); in testGetErrorResults_whenNoError_shouldReceiveEmptyMap()
329 assertThat(mResultStore.getAllErrorResults().get("my_metrics_config")) in testGetErrorResults_shouldReceiveErrors()
/packages/services/Car/service/src/com/android/car/telemetry/
DResultStore.java232 public ArrayMap<String, TelemetryProto.TelemetryError> getAllErrorResults() { in getAllErrorResults() method in ResultStore
DCarTelemetryService.java320 ArrayMap<String, TelemetryProto.TelemetryError> errors = mResultStore.getAllErrorResults(); in dump()