Searched refs:mGlobal (Results 1 – 1 of 1) sorted by relevance
312 private final boolean mGlobal; field in LintFixGenerator.SuppressProposal318 mGlobal = global; in SuppressProposal()322 suppressDetector(mId, true, mResource, !mGlobal); in perform()329 } else if (mGlobal) { in getDisplayString()370 } else if (mGlobal) { in getAdditionalProposalInfo()394 private final boolean mGlobal; field in LintFixGenerator.ClearMarkersProposal399 mGlobal = global; in ClearMarkersProposal()403 IResource resource = mGlobal ? mResource.getProject() : mResource; in perform()409 return mGlobal ? "Clear All Lint Markers" : "Clear Markers in This File Only"; in getDisplayString()444 if (mGlobal) { in getAdditionalProposalInfo()