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.java73 abstract void addResult(String name, int value) throws IOException; in addResult() method in InfoStore
78 abstract void addResult(String name, long value) throws IOException; in addResult() method in InfoStore
83 abstract void addResult(String name, float value) throws IOException; in addResult() method in InfoStore
88 abstract void addResult(String name, double value) throws IOException; in addResult() method in InfoStore
93 abstract void addResult(String name, boolean value) throws IOException; in addResult() method in InfoStore
98 abstract void addResult(String name, String value) throws IOException; in addResult() method in InfoStore
/platform_testing/libraries/flicker/src/android/tools/device/flicker/datastore/
DDataStore.kt60 fun addResult(scenario: Scenario, result: IResultData) { in containsResult() method
/platform_testing/libraries/flicker/src/android/tools/device/flicker/
DFlickerServiceResultsCollector.kt251 fun addResult(result: AssertionResult) { in <lambda>() method in android.tools.device.flicker.Companion.AggregatedFlickerResult