Searched defs:addResult (Results 1 – 3 of 3) sorted by relevance
73 abstract void addResult(String name, int value) throws IOException; in addResult() method in InfoStore78 abstract void addResult(String name, long value) throws IOException; in addResult() method in InfoStore83 abstract void addResult(String name, float value) throws IOException; in addResult() method in InfoStore88 abstract void addResult(String name, double value) throws IOException; in addResult() method in InfoStore93 abstract void addResult(String name, boolean value) throws IOException; in addResult() method in InfoStore98 abstract void addResult(String name, String value) throws IOException; in addResult() method in InfoStore
60 fun addResult(scenario: Scenario, result: IResultData) { in containsResult() method
251 fun addResult(result: AssertionResult) { in <lambda>() method in android.tools.device.flicker.Companion.AggregatedFlickerResult