Searched refs:mType (Results 1 – 4 of 4) sorted by relevance
30 private final LogDataType mType; field in LogFile45 mType = type; in LogFile()66 mType = type; in LogFile()100 return mType; in getType()
162 private String mType = null; field in XmlRpcHelper.RpcResponseHandler186 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()
36 private SimplePerfType mType; field in SimplePerfUtil43 mType = type; in SimplePerfUtil()148 sb.append(mType.toString()).append(" "); in commandPrependPreparer()
501 private final int mType; field in AndroidBinXmlParser.Chunk506 mType = type; in Chunk()524 return mType; in getType()