HomeSort by relevance Sort by last modified time
    Searched refs:mLogType (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 44 private String mLogType;
115 return mLogType;
204 mLogType = logType;
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode());
279 if (mLogType == null) {
280 if (other.mLogType != null)
282 } else if (!mLogType.equals(other.mLogType))
327 appendField(builder, "logtype", mLogType);
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestLog.java 75 private final TestLogType mLogType;
122 this.mLogType = logType;
128 return mLogType;
139 serializer.attribute(CtsXmlResultReporter.ns, TYPE_ATTR, mLogType.getAttrValue());

Completed in 299 milliseconds