Searched refs:putError (Results 1 – 5 of 5) sorted by relevance
223 mResultStore.putError(metricsConfigName, TEST_TELEMETRY_ERROR); in testPutError_shouldWriteErrorAndRemoveInterimResultFile()255 mResultStore.putError("config 3", TEST_TELEMETRY_ERROR); in testRemoveAllResults_shouldDeleteAll()
238 mResultStore.putError(KEY_V1.getName(), error); in testSendFinishedReports_whenError_shouldReceiveError()
149 public void putError(String metricsConfigName, TelemetryProto.TelemetryError error) { in putError() method in ResultStore
460 mResultStore.putError(mCurrentMetricsConfigKey.getName(), error.build()); in onScriptError()
285 verify(mMockResultStore).putError(eq(METRICS_CONFIG_FOO.getName()), eq(expectedError)); in testScheduleNextTask_onScriptError_shouldStoreErrorObject()