Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DDataType.kt19 abstract class DataType { class
35 if (other !is DataType) return false in doPrintValue()
DSize.kt26 open class Size protected constructor(val width: Int, val height: Int) : DataType() {
DMatrix33.kt39 ) : DataType() {
/platform_testing/tests/example/perf/src/android/test/example/helloworldperformance/
DHelloWorldPerformanceTest.java19 import com.android.tradefed.metrics.proto.MetricMeasurement.DataType;
41 .setType(DataType.RAW) in testHelloWorld()
51 .setType(DataType.RAW) in testHalloWelt()
/platform_testing/libraries/flicker/utils/test/src/android/tools/datatypes/
DDatatypeTest.kt22 abstract class DatatypeTest<T : DataType> {
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DBaseBootTimeTestLogPostProcessor.java68 protected MetricMeasurement.DataType getMetricType() { in getMetricType()
70 return MetricMeasurement.DataType.RAW; in getMetricType()