Home
last modified time | relevance | path

Searched defs:addResult (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DInfoStore.java72 abstract void addResult(String name, int value) throws IOException; in addResult() method in InfoStore
77 abstract void addResult(String name, long value) throws IOException; in addResult() method in InfoStore
82 abstract void addResult(String name, float value) throws IOException; in addResult() method in InfoStore
87 abstract void addResult(String name, double value) throws IOException; in addResult() method in InfoStore
92 abstract void addResult(String name, boolean value) throws IOException; in addResult() method in InfoStore
97 abstract void addResult(String name, String value) throws IOException; in addResult() method in InfoStore
/platform_testing/libraries/flicker/src/android/tools/flicker/datastore/
DDataStore.kt65 fun addResult(scenario: Scenario, result: IResultData) { in containsResult() method
/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt371 fun addResult(result: AssertionResult) { in <lambda>() method