Searched refs:mManifestFile (Results 1 – 5 of 5) sorted by relevance
105 private IFile mManifestFile; field in AndroidPackageRenameParticipant122 Document document = DomUtilities.getDocument(mManifestFile); in checkConditions()136 RefactoringStatusContext ctx = new FileStatusContext(mManifestFile, region); in checkConditions()188 mManifestFile = (IFile) manifestResource; in initialize()191 manifestData = AndroidManifestHelper.parseForData(mManifestFile); in initialize()278 mManifestFile, mNewPackage); in createChange()348 addXmlFileChanges(mManifestFile, result, true);
91 protected IFile mManifestFile; field in AndroidTypeMoveParticipant123 mManifestFile = (IFile) manifestResource; in initialize()125 manifestData = AndroidManifestHelper.parseForData(mManifestFile); in initialize()188 addXmlFileChanges(mManifestFile, result, true); in addManifestFileChanges()
102 private IFile mManifestFile; field in AndroidTypeRenameParticipant164 mManifestFile = (IFile) manifestResource; in initialize()166 manifestData = AndroidManifestHelper.parseForData(mManifestFile); in initialize()225 addManifestFileChanges(mManifestFile, result); in createChange()
235 private IAbstractFile mManifestFile; field in ManifestInfo305 if (now - mLastChecked < 50 && mManifestFile != null) { in sync()310 if (mManifestFile == null) { in sync()312 mManifestFile = AndroidManifest.getManifest(projectFolder); in sync()313 if (mManifestFile == null) { in sync()319 long fileModified = mManifestFile.getModificationStamp(); in sync()339 InputSource is = new InputSource(mManifestFile.getContents()); in sync()
422 IAbstractFile mManifestFile = AndroidManifest.getManifest(projectFolder); in createAndroidSourceSets() local423 if (mManifestFile == null) { in createAndroidSourceSets()