HomeSort by relevance Sort by last modified time
    Searched full:createerrorstatus (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 102 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_API, e);
104 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Method, e);
106 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Field, e);
112 return createErrorStatus(
115 return createErrorStatus(
167 throw new CoreException(createErrorStatus(
206 throw new CoreException(createErrorStatus(
211 private static IStatus createErrorStatus(String message, Throwable e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 124 return RefactoringStatus.createErrorStatus(error);
RenameResourceParticipant.java 336 return RefactoringStatus.createErrorStatus(
346 return RefactoringStatus.createErrorStatus(error);

Completed in 378 milliseconds