HomeSort by relevance Sort by last modified time
    Searched refs:mTags (Results 1 - 8 of 8) 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;
  /frameworks/base/media/java/android/media/
AudioAttributes.java 214 private HashSet<String> mTags;
272 return Collections.unmodifiableSet(mTags);
299 private HashSet<String> mTags = new HashSet<String>();
316 @SuppressWarnings("unchecked") // for cloning of mTags
321 mTags = (HashSet<String>) aa.mTags.clone();
329 @SuppressWarnings("unchecked") // for cloning of mTags
336 aa.mTags = (HashSet<String>) mTags.clone();
337 aa.mFormattedTags = TextUtils.join(";", mTags);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 44 private List<String> mTags;
274 if (mTags == null) {
275 mTags = new ArrayList<String>();
277 mTags.add(tag);
288 if (mTags != null) {
289 for (String tag : mTags) {
306 if (mTags != null) {
307 return mTags.contains(tag);
  /external/doclava/src/com/google/doclava/
PageMetadata.java 568 private List<String> mTags; // from meta.tags
581 mTags = builder.mTags;
591 private List<String> mTags = null;
603 public Builder setTags(List<String> mTags) {this.mTags = mTags; return this;}
646 list.get(i).renderArrayType(buf, list.get(i).mTags, "tags");
692 renderArrayValue(buf, list.get(i).mTags);
791 return mTags;
    [all...]
SampleCode.java 39 String mTags;
55 mTags = null;
Comment.java 551 TagInfo[] mTags;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 94 private HashSet<String> mTags = new HashSet<String>();
116 mTags.add(tag);
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 5809 milliseconds