Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
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/util/net/
DXmlRpcHelper.java162 private String mType = null; field in XmlRpcHelper.RpcResponseHandler
186 mType = localName; in startElement()
197 } else if (mType != null && mType.equals(localName)) { in endElement()
199 mResponses.add(mType); in endElement()
203 mType = null; in endElement()
210 if (mType == null) { in characters()
/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/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()