HomeSort by relevance Sort by last modified time
    Searched refs:AdtPlugin (Results 26 - 50 of 262) sorted by null

12 3 4 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
71 AdtPlugin.getDefault().refreshSdk();
81 if (AdtPlugin.getDefault().checkSdkLocationAndId()) {
83 AdtPlugin.displayError(
121 * Important: this method must NOT invoke {@link AdtPlugin#checkSdkLocationAndId}
139 new CloseableProgressMonitorDialog(AdtPlugin.getShell());
173 AdtPlugin.printErrorToConsole("SDK Manager",
238 AdtPlugin.log(e, "SDK Manager exec failed"); //$NON-NLS-1#
264 AdtPlugin.getShell(),
335 AdtPlugin.getDefault().reparseSdk()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
84 AdtPlugin.log(IStatus.ERROR, "Error creating nested page"); //$NON-NLS-1$
85 AdtPlugin.getDefault().getLog().log(e.getStatus());
114 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/lint/
ConvertToDpFix.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
57 Shell shell = AdtPlugin.getShell();
77 AdtPlugin.log(nufe, null);
92 return AdtPlugin.getAndroidLogo();
AddPrefixFix.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
55 AdtPlugin.log(e, null);
ProjectLintConfiguration.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
39 private final static QualifiedName CONFIGURATION_NAME = new QualifiedName(AdtPlugin.PLUGIN_ID,
76 AdtPlugin.log(e, "Can't store lint configuration");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
20 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler;
61 setPreferenceStore(AdtPlugin.getDefault().getPreferenceStore());
141 boolean ok = AdtPlugin.getDefault().checkSdkLocationAndId(fileName,
142 new AdtPlugin.CheckSdkErrorHandler() {
209 AdtPlugin.getDefault().addTargetListener(mTargetChangeListener);
213 AdtPlugin.getDefault().refreshSdk();
219 AdtPlugin.log(e, "SdkTargetSelector failed");
227 AdtPlugin.getDefault().removeTargetListener(mTargetChangeListener);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 25 import com.android.ide.eclipse.adt.AdtPlugin;
132 AdtPlugin.getDefault(),
142 AdtPlugin.getDefault(), 1100);
269 AdtPlugin.getDefault(),
301 AdtPlugin.logAndPrintError(e, TAG, "SDK parser failed"); //$NON-NLS-1$
302 AdtPlugin.printToConsole("SDK parser failed", e.getMessage());
303 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "SDK parser failed", e);
321 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$
323 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$
367 AdtPlugin.logAndPrintError(e, TAG
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 36 import com.android.ide.eclipse.adt.AdtPlugin;
144 AdtPlugin.log(e, "%s.getDisplayName() failed: %s",
174 AdtPlugin.log(e, "%s.getContextMenu() failed: %s",
198 AdtPlugin.log(e, "%s.getDefaultAction() failed: %s",
229 AdtPlugin.log(e, "%s.getContextMenu() failed: %s",
255 AdtPlugin.log(e, "%s.getSelectionHint() failed: %s",
274 AdtPlugin.log(e, "%s.callPaintSelectionFeedback() failed: %s",
297 AdtPlugin.log(e, "%s.onDropEnter() failed: %s",
323 AdtPlugin.log(e, "%s.onDropMove() failed: %s",
346 AdtPlugin.log(e, "%s.onDropLeave() failed: %s"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RsSourceChangeHandler.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
52 AdtPlugin.log(e, "Failed to read dependency files");
AaptQuickFix.java 25 import com.android.ide.eclipse.adt.AdtPlugin;
95 AdtPlugin.log(e, null);
115 AdtPlugin.log(e1, null);
133 AdtPlugin.log(e, "Can't find range information for %1$s", markerResource);
201 AdtPlugin.log(e, null);
249 AdtPlugin.log(e, "Can't look up XML model");
293 return AdtPlugin.getAndroidLogo();
312 AdtPlugin.openFile(mFile, null);
314 AdtPlugin.log(e, "Can't open file %1$s", mFile.getName());
322 AdtPlugin.openFile(mFile, region)
    [all...]
RenderScriptLauncher.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
87 AdtPlugin.printToConsole(mProject, cmd_line);
119 AdtPlugin.printErrorToConsole(mProject, stdErr.toArray());
127 AdtPlugin.printToConsole(mProject, stdErr.toArray());
147 AdtPlugin.log(IStatus.ERROR, msg);
156 AdtPlugin.log(IStatus.ERROR, msg);
166 AdtPlugin.log(e, "failed to refresh folders");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
70 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
21 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler;
22 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
71 AdtPlugin plugin = AdtPlugin.getDefault();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
104 AdtPlugin.logAndPrintError(e, AndroidManifestHelper.class.getCanonicalName(),
109 AdtPlugin.logAndPrintError(e, AndroidManifestHelper.class.getCanonicalName(),
116 AdtPlugin.logAndPrintError(e, AndroidManifestHelper.class.getCanonicalName(),
122 AdtPlugin.logAndPrintError(e, AndroidManifestHelper.class.getCanonicalName(),
ExportHelper.java 23 import com.android.ide.eclipse.adt.AdtPlugin;
113 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
215 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
293 AdtPlugin.printErrorToConsole(project, msg);
294 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput());
295 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
299 AdtPlugin.printErrorToConsole(project, msg);
300 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
306 AdtPlugin.printErrorToConsole(project, msg);
307 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
FixLaunchConfig.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
76 boolean res = AdtPlugin.displayPrompt(
115 AdtPlugin.printErrorToConsole(mProject, msg);
FolderDecorator.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
42 mDescriptor = AdtPlugin.getImageDescriptor("/icons/android_project.png"); //$NON-NLS-1$
76 AdtPlugin.log(e, "Unable to get nature of project '%s'.", project.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
116 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE);
121 AdtPlugin.getDefault().refreshSdk();
126 File file = new File(AdtPlugin.getOsSdkFolder(), OS_SDK_TOOLS_LIB_FOLDER + File.separator
129 AdtPlugin.displayError("Tools Out of Date?",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 24 import com.android.ide.eclipse.adt.AdtPlugin;
61 static final String ATTR_INSTR_NAME = AdtPlugin.PLUGIN_ID + ".instrumentation"; //$NON-NLS-1$
64 static final String ATTR_TEST_SIZE = AdtPlugin.PLUGIN_ID + ".testSize"; //$NON-NLS-1$
77 AdtPlugin.displayError(LaunchMessages.LaunchDialogTitle,
86 AdtPlugin.displayError(LaunchMessages.LaunchDialogTitle,
232 AdtPlugin.printErrorToConsole(project, String.format(
236 AdtPlugin.printErrorToConsole(project, String.format(
244 AdtPlugin.log(e, "Error when retrieving instrumentation info"); //$NON-NLS-1$
270 AdtPlugin.log(e, String.format("Error when retrieving launch info %1$s", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 24 import com.android.ide.eclipse.adt.AdtPlugin;
236 AdtPlugin.log(t,"Failed to call IFileListener.fileChanged");
250 AdtPlugin.log(t,"Failed to call IFileListener.folderChanged");
284 AdtPlugin.log(t,"Failed to call IProjectListener.projectOpened");
293 AdtPlugin.log(t,"Failed to call IProjectListener.projectClosed");
305 AdtPlugin.log(t,"Failed to call IProjectListener.projectRenamed");
480 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventStart");
490 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventEnd");
519 AdtPlugin.log(t,"Failed to call IProjectListener.projectDeleted");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
22 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler;
55 * ADT startup tasks (other than those performed in {@link AdtPlugin#start(org.osgi.framework.BundleContext)}
94 AdtPlugin.getDefault().workbenchStarted();
116 if (sdkFolder.exists() && AdtPlugin.getDefault().checkSdkLocationAndId(
150 ok = AdtPlugin.getDefault().checkSdkLocationAndId(
168 private static class SdkValidator extends AdtPlugin.CheckSdkErrorHandler {
308 AdtPlugin.log(t, "pingUsageServer failed"); //$NON-NLS-1$
309 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
329 Version version = getVersion(AdtPlugin.getDefault())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
130 AdtPlugin.log(e, "Could not find a valid junit.jar");
131 AdtPlugin.printErrorToConsole(projectName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 27 import com.android.ide.eclipse.adt.AdtPlugin;
188 AdtPlugin.printToConsole(mLaunchInfo.getProject(), "Sending test information to Eclipse");
256 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID,
260 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID,
265 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID,
271 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID,
371 AdtPlugin.printErrorToConsole(mLaunchInfo.getProject(),
474 AdtPlugin.printToConsole(mLaunchInfo.getProject(),
491 AdtPlugin.printToConsole(mLaunchInfo.getProject(),
507 AdtPlugin.printErrorToConsole(mLaunchInfo.getProject()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleExportWizard.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
99 AdtPlugin.log(e, null);
102 AdtPlugin.log(e, null);

Completed in 218 milliseconds

12 3 4 5 6 7 8 91011