Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestSummary.java34 private final String mType; field in TestSummary.Type
36 mType = "uri"; in Type()
40 mType = type; in Type()
44 return mType; in getType()
49 private Type mType; field in TestSummary.TypedString
55 mType = type; in TypedString()
59 return mType; in getType()
67 return String.format("%s: %s", mType.toString(), mString); in toString()
DLogFile.java30 private final LogDataType mType; field in LogFile
45 mType = type; in LogFile()
66 mType = type; in LogFile()
100 return mType; in getType()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java67 private HostEventType mType; field in ClusterHostEvent
110 return mType; in getType()
122 private HostEventType mType; field in ClusterHostEvent.Builder
139 mType = type; in setHostEventType()
190 event.mType = mType; in build()
DClusterCommandEvent.java65 private Type mType; field in ClusterCommandEvent
84 return mType; in getType()
110 private Type mType; field in ClusterCommandEvent.Builder
126 mType = type; in setType()
176 obj.mType = mType; in build()
DTradefedConfigObject.java50 private final Type mType; field in TradefedConfigObject
55 mType = type; in TradefedConfigObject()
61 return mType; in getType()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java40 private Type mType; field in ApkInfo.Argument
45 mType = type; in Argument()
57 return mType; in getType()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java36 private SimplePerfType mType; field in SimplePerfUtil
43 mType = type; in SimplePerfUtil()
148 sb.append(mType.toString()).append(" "); in commandPrependPreparer()
/tools/tradefederation/core/aoa_helper/javatests/com/android/helper/aoa/
DAoaDeviceTest.java377 private final byte mType; field in AoaDeviceTest.Touch
382 mType = type; in Touch()
388 mType = data[0]; in Touch()
402 return mType == event.mType && mX == event.mX && mY == event.mY; in equals()
407 return Objects.hash(mType, mX, mY); in hashCode()
412 return String.format("Touch{%d, %d, %d}", mType, mX, mY); in toString()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java501 private final int mType; field in AndroidBinXmlParser.Chunk
506 mType = type; in Chunk()
524 return mType; in getType()
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java967 private final LogDataType mType; field in BazelTest.LogFileWithType
971 mType = type; in LogFileWithType()
979 return mType; in getType()
/tools/dexter/testdata/expected/
Dmedium.compact_cfg85181 6| iput v4, v3, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
85214 3| iput v3, v2, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
85988 64| iget v0, v0, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86222 28| iget v3, v2, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86293 14| iget v2, v1, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86373 25| iget v2, v2, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86440 27| iget v2, v1, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86515 12| iget v1, v0, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86561 12| iget v1, v0, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
86613 20| iget v0, v0, com.android.calendar.agenda.AgendaByDayAdapter$RowInfo.mType
[all …]