/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestSummary.java | 34 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()
|
D | LogFile.java | 30 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/ |
D | ClusterHostEvent.java | 67 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()
|
D | ClusterCommandEvent.java | 65 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()
|
D | TradefedConfigObject.java | 50 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/ |
D | ApkInfo.java | 40 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/ |
D | SimplePerfUtil.java | 36 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/ |
D | AoaDeviceTest.java | 377 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/ |
D | AndroidBinXmlParser.java | 501 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/ |
D | BazelTest.java | 967 private final LogDataType mType; field in BazelTest.LogFileWithType 971 mType = type; in LogFileWithType() 979 return mType; in getType()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 85181 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 …]
|