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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 38 private List<SystraceTag> mTags;
61 mTags = parseSupportedTags(shellOutput);
67 if (mTags == null) {
75 return mTags;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 43 private List<String> mTags;
269 if (mTags == null) {
270 mTags = new ArrayList<String>();
272 mTags.add(tag);
283 if (mTags != null) {
284 for (String tag : mTags) {
301 if (mTags != null) {
302 return mTags.contains(tag);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 94 private HashSet<String> mTags = new HashSet<String>();
116 mTags.add(tag);
  /external/doclava/src/com/google/doclava/
Comment.java 551 TagInfo[] mTags;
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 60 milliseconds