Home
last modified time | relevance | path

Searched refs:mId (Results 1 – 19 of 19) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DSetAttributeFix.java43 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getAttribute()
45 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) { in getAttribute()
47 } else if (mId.equals(SecurityDetector.EXPORTED_SERVICE.getId())) { in getAttribute()
49 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { in getAttribute()
51 } else if (mId.equals(TranslationDetector.MISSING.getId())) { in getAttribute()
53 } else if (mId.equals(ManifestOrderDetector.ALLOW_BACKUP.getId())) { in getAttribute()
56 assert false : mId; in getAttribute()
63 if (mId.equals(TranslationDetector.MISSING.getId())) { in isAndroidAttribute()
72 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getDisplayString()
74 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) { in getDisplayString()
[all …]
DRemoveUselessViewFix.java51 return mId.equals(mId.equals(UselessViewDetector.USELESS_PARENT.getId())); in isCancelable()
61 if (mId.equals(UselessViewDetector.USELESS_LEAF.getId())) { in apply()
64 assert mId.equals(UselessViewDetector.USELESS_PARENT.getId()); in apply()
DLintFixGenerator.java314 private final String mId; field in LintFixGenerator.SuppressProposal
320 mId = check; in SuppressProposal()
325 suppressDetector(mId, true, mResource, !mGlobal); in perform()
478 private final String mId; field in LintFixGenerator.MoreInfoProposal
482 mId = id; in MoreInfoProposal()
487 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in perform()
488 assert issue != null : mId; in perform()
550 + EclipseLintClient.getRegistry().getIssue(mId).getExplanationAsHtml(); in getAdditionalProposalInfo()
DAddSuppressAttribute.java46 private final String mId; field in AddSuppressAttribute
54 mId = id; in AddSuppressAttribute()
87 AdtUtils.setToolsAttribute(mEditor, mElement, "Suppress Lint Warning", ATTR_IGNORE, mId, in apply()
DAddSuppressAnnotation.java80 private final String mId; field in AddSuppressAnnotation
95 mId = id; in AddSuppressAnnotation()
177 value.setLiteralValue(mId); in addSuppressAnnotation()
186 if (mId.equals(stringLiteral.getLiteralValue())) { in addSuppressAnnotation()
196 value.setLiteralValue(mId); in addSuppressAnnotation()
206 if (mId.equals(((StringLiteral)o).getLiteralValue())) { in addSuppressAnnotation()
214 value.setLiteralValue(mId); in addSuppressAnnotation()
DLintFix.java58 protected final String mId; field in LintFix
61 mId = id; in LintFix()
108 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in getAdditionalProposalInfo()
DTypographyFix.java69 TypographyDetector.getEdits(mId, message, child); in apply()
DTypoFix.java111 TypoFix fix = new TypoFix(mId, mMarker); in getAllFixes()
/sdk/rule_api/src/com/android/ide/common/api/
DRuleAction.java65 private final String mId; field in RuleAction
339 mId = id; in RuleAction()
355 return mId; in getId()
377 if (mId != rhs.mId && !(mId != null && mId.equals(rhs.mId))) return false; in equals()
404 int h = mId == null ? 0 : mId.hashCode(); in hashCode()
464 return "RuleAction [id=" + mId + ", title=" + mTitle + ", priority=" + mSortPriority + "]"; in toString()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DJdwpPacket.java61 private int mLength, mId, mFlags, mCmdSet, mCmd, mErrCode; field in JdwpPacket
95 mId = getNextSerial(); in finishPacket()
101 mBuffer.putInt(0x04, mId); in finishPacket()
184 return mId; in getId()
311 pkt.mId = id; in findPacket()
/sdk/traceview/src/com/android/traceview/
DThreadData.java24 private int mId; field in ThreadData
45 mId = id; in ThreadData()
160 return mId; in getId()
DMethodData.java30 private int mId; field in MethodData
65 mId = id; in MethodData()
77 mId = id; in MethodData()
156 ProfileData profileData = map.get(elementMethod.mId); in updateInclusive()
167 map.put(elementMethod.mId, elementData); in updateInclusive()
263 return mId; in getId()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinder.java888 private final String mId; field in IncludeFinder.Reference
900 mId = id; in Reference()
909 return mId; in getId()
919 String reference = mId; in getFile()
943 return mId; in getDisplayName()
955 mName = mId; in getName()
969 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
982 if (mId == null) { in equals()
983 if (other.mId != null) in equals()
985 } else if (!mId.equals(other.mId)) in equals()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DIssue.java47 private final String mId; field in Issue
70 mId = id; in Issue()
118 return mId; in getId()
428 return mId; in toString()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java71 private String mId; field in WrapInRefactoring
82 mId = arguments.get(KEY_ID); in WrapInRefactoring()
156 args.put(KEY_ID, mId); in createArgumentMap()
167 mId = id; in setId()
213 String id = ensureNewId(mId); in computeChanges()
DRelativeLayoutConversionHelper.java1308 private String mId; field in RelativeLayoutConversionHelper.View
1330 return mId; in getId()
1387 return "View [mId=" + mId + "]"; //$NON-NLS-1$ //$NON-NLS-2$ in toString()
1442 view.mId = id; in setIdAttributeValue()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DPsdFile.java490 final short mId; field in PsdFile.Channel
495 mId = id; in Channel()
504 out.writeShort(mId); in write()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java425 final short mId; field in PsdFile.Channel
429 mId = id; in Channel()
438 out.writeShort(mId); in write()
/sdk/emulator/qtools/
Dcallstack.h11 int getId() { return mId; } in getId()
12 void setId(int id) { mId = id; } in setId()
15 int mId;