Home
last modified time | relevance | path

Searched refs:createErrorStatus (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DDexWrapper.java103 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_API, e); in loadDex()
105 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Method, e); in loadDex()
107 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Field, e); in loadDex()
113 return createErrorStatus( in loadDex()
116 return createErrorStatus( in loadDex()
168 throw new CoreException(createErrorStatus( in run()
207 throw new CoreException(createErrorStatus( in run()
212 private static IStatus createErrorStatus(String message, Throwable e) { in createErrorStatus() method in DexWrapper
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourcePage.java124 return RefactoringStatus.createErrorStatus(error); in validateTextField()
DRenameResourceParticipant.java336 return RefactoringStatus.createErrorStatus( in checkConditions()
346 return RefactoringStatus.createErrorStatus(error); in checkConditions()