Searched refs:DataType (Results 1 – 6 of 6) sorted by relevance
19 abstract class DataType { class35 if (other !is DataType) return false in doPrintValue()
26 open class Size protected constructor(val width: Int, val height: Int) : DataType() {
39 ) : DataType() {
19 import com.android.tradefed.metrics.proto.MetricMeasurement.DataType;41 .setType(DataType.RAW) in testHelloWorld()51 .setType(DataType.RAW) in testHalloWelt()
22 abstract class DatatypeTest<T : DataType> {
68 protected MetricMeasurement.DataType getMetricType() { in getMetricType()70 return MetricMeasurement.DataType.RAW; in getMetricType()