Searched refs:getErrorResult (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/ |
D | ResultStoreTest.java | 304 TelemetryProto.TelemetryError error = mResultStore.getErrorResult(metricsConfigName, true); in testGetErrorResult_whenNoError_shouldReceiveNull() 314 TelemetryProto.TelemetryError error = mResultStore.getErrorResult(metricsConfigName, true); in testGetErrorResult_shouldReceiveError() 404 assertThat(mResultStore.getErrorResult(metricsConfigName, false)).isNotNull(); in testPutErrorResult_shouldNotWriteToDisk() 456 assertThat(mResultStore.getErrorResult(metricsConfigName, false)).isNull(); in testRemoveErrorResult()
|
D | CarTelemetryServiceTest.java | 381 assertThat(mResultStore.getErrorResult(METRICS_CONFIG_NAME, false)).isNull(); in testGetFinishedReport_whenError_shouldReceiveError() 426 assertThat(mResultStore.getErrorResult(nameFoo, false)).isNull(); in testGetAllFinishedReports_shouldSendEverything() 492 assertThat(mResultStore.getErrorResult(METRICS_CONFIG_NAME, false)).isNotNull(); in testOnReportFinished_withError_removesConfigAndNotifiesClient()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallEndpointController.java | 99 getErrorResult(RESULT_ENDPOINT_DOES_NOT_EXIST)); in requestCallEndpointChange() 121 callback.send(CallEndpoint.ENDPOINT_OPERATION_FAILED, getErrorResult(result)); in requestCallEndpointChange() 155 private Bundle getErrorResult(int result) { in getErrorResult() method in CallEndpointController
|
/packages/services/Car/service/src/com/android/car/telemetry/ |
D | CarTelemetryService.java | 131 if (mResultStore.getErrorResult(metricsConfigName, false) != null 469 } else if ((error = mResultStore.getErrorResult(metricsConfigName, true)) != null) { in getFinishedReport() 505 mResultStore.getErrorResult(configName, true); in getAllFinishedReports()
|
D | ResultStore.java | 196 public TelemetryProto.TelemetryError getErrorResult( in getErrorResult() method in ResultStore
|