/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 48 private final static QualifiedName RULE_LOADER = new QualifiedName(AdtPlugin.PLUGIN_ID, 81 AdtPlugin.log(e, "Can't store RuleLoader"); 136 AdtPlugin.log(IStatus.WARNING,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 24 import com.android.ide.eclipse.adt.AdtPlugin; 480 File file = new File(AdtPlugin.getOsSdkFolder(), OS_SDK_TOOLS_LIB_FOLDER 483 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 526 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 535 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID, 542 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 547 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 557 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 565 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 575 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID [all...] |
SampleSelectionPage.java | 18 import com.android.ide.eclipse.adt.AdtPlugin; 123 return AdtPlugin.getAndroidLogo(); 244 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 247 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "Choose a sample"); 249 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
|
NewProjectCreator.java | 22 import com.android.ide.eclipse.adt.AdtPlugin; 221 return AdtPlugin.displayPrompt("New Android Project", 309 parameters.put(PARAM_SDK_TOOLS_DIR, AdtPlugin.getOsSdkToolsFolder()); 366 parameters.put(PARAM_SDK_TOOLS_DIR, AdtPlugin.getOsSdkToolsFolder()); 427 AdtPlugin.log(e, "New Project Wizard failed"); 436 MessageDialog.openError(AdtPlugin.getDisplay().getActiveShell(), 439 ErrorDialog.openError(AdtPlugin.getDisplay().getActiveShell(), 453 MessageDialog.openError(AdtPlugin.getDisplay().getActiveShell(), "Error", msg); 710 String manifestTemplate = AdtPlugin.readEmbeddedTextFile(TEMPLATE_MANIFEST); [all...] |
ApplicationInfoPage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 89 AdtPlugin.getDefault().addTargetListener(this); 278 AdtPlugin.getDefault().removeTargetListener(this); 483 AdtPlugin.PLUGIN_ID, 490 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 529 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 538 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID, 546 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 595 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 599 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddCompatibilityJarAction.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 121 AdtPlugin.log(e, null); 132 AdtPlugin.printErrorToConsole( 144 AdtPlugin.getDisplay().getActiveShell(), 155 AdtPlugin.printErrorToConsole("Failed to install Android Compatibility library"); 167 AdtPlugin.printErrorToConsole("Android Compatibility JAR not found:", 275 AdtPlugin.log(e, null); 283 AdtPlugin.log(e, null); 346 AdtPlugin.log(e, msg); 358 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLMultiPageEditorPart.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 78 AdtPlugin.log(e, e.getMessage(), null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportPropertiesPage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 63 form.setImage(AdtPlugin.getAndroidLogo());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuTreePage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 61 form.setImage(AdtPlugin.getAndroidLogo());
|
MenuEditorDelegate.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 79 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 121 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
OtherXmlEditorDelegate.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 74 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
|
OtherXmlTreePage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 61 form.setImage(AdtPlugin.getAndroidLogo());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeLabelProvider.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 67 return AdtPlugin.getAndroidLogo();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
DocumentFix.java | 18 import com.android.ide.eclipse.adt.AdtPlugin; 42 AdtPlugin.log(null, "Unexpected document type: %1$s. Can't fix.",
|
ColumnDialog.java | 18 import com.android.ide.eclipse.adt.AdtPlugin; 102 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 105 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseClasspathContainerInitializer.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 50 AdtPlugin.printErrorToConsole(project, errorMessage);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 143 AdtPlugin.log(e, null); 158 AdtPlugin.log(e, null); 160 AdtPlugin.log(e, null); 166 AdtPlugin.log(e, null); 179 IWorkbench workbench = AdtPlugin.getDefault().getWorkbench(); 188 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ResourceManagerBuilder.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 116 AdtPlugin.printErrorToConsole(project, errorMessage); 122 String osSdkFolder = AdtPlugin.getOsSdkFolder(); 125 AdtPlugin.printErrorToConsole(project, Messages.No_SDK_Setup_Error); 176 AdtPlugin.printErrorToConsole(project, message); 198 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, 281 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, Messages.Refreshing_Res);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 23 import com.android.ide.eclipse.adt.AdtPlugin; 195 AdtPlugin.getDefault().addTargetListener(mTargetListener); 271 AdtPlugin.log(e, null); 369 QualifiedName qname = new QualifiedName(AdtPlugin.PLUGIN_ID, 391 AdtPlugin.log(e, "Selecting page '%s' in AndroidXmlEditor failed", defaultPageId); 441 QualifiedName qname = new QualifiedName(AdtPlugin.PLUGIN_ID, 523 AdtPlugin.getDefault().removeTargetListener(mTargetListener); 735 if (AdtPlugin.DEBUG_XML_FILE_INIT) { 736 AdtPlugin.log( 754 AdtPlugin.log(IStatus.ERROR [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
DexWrapper.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 72 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( 205 AdtPlugin.log(e, message); 206 AdtPlugin.printErrorToConsole(Messages.DexWrapper_Dex_Loader, message); 208 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message, e);
|
BuildHelper.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 150 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg); 172 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg); 197 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg); 261 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg); 303 AdtPlugin adt = AdtPlugin.getDefault(); 313 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject, 316 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject, 468 command.add(AdtPlugin.getOsAbsoluteProguard()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderLogger.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 111 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description); 125 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); 147 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description); 166 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchAction.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 67 AdtPlugin.printToConsole(info.getProject(), msg); 81 AdtPlugin.printErrorToConsole(info.getProject(), 280 AdtPlugin.log(IStatus.ERROR, "Adt test runner executed on UI thread"); 281 AdtPlugin.printErrorToConsole(mJUnitInfo.getProject(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ContextPullParser.java | 30 import com.android.ide.eclipse.adt.AdtPlugin; 131 String file = AdtPlugin.readFile(mFile); 168 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 63 AdtPlugin.log(IStatus.ERROR, "Missing node to edit!"); //$NON-NLS-1$ 225 AdtPlugin.log(IStatus.WARNING,
|