Home
last modified time | relevance | path

Searched refs:getBundle (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DActivator.java58 BundleContext context = mPlugin.getBundle().getBundleContext(); in getService()
63 public static Bundle getBundle(String id) { in getBundle() method in Activator
64 for (Bundle bundle : mPlugin.getBundle().getBundleContext().getBundles()) { in getBundle()
81 return FileLocator.find(mPlugin.getBundle(), path, null); in findFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
DInstallDetails.java32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID); in isAdtInstalled()
38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID); in getPlatformVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DEclipseTestCollector.java50 Enumeration<?> entries = plugin.getBundle().findEntries("/", "*.class", true); in addTestCases()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DFileStorage.java64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle() in getContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java149 Bundle bundle = Platform.getBundle("org.junit"); //$NON-NLS-1$ in getJunitJarLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
DSimpleFile.java85 Bundle bundle = Activator.getBundle(template.getTemplateInfo().getPluginId()); in process()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
DVersionCheck.java124 String versionString = (String) plugin.getBundle().getHeaders().get( in checkVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DAdtStartup.java319 String version = (String) plugin.getBundle().getHeaders().get(Constants.BUNDLE_VERSION); in getVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerInitializer.java527 Bundle bundle = Platform.getBundle(bundleId);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java1085 … sEclipse4 = Platform.getBundle("org.eclipse.e4.ui.model.workbench") != null; //$NON-NLS-1$
DAdtPlugin.java854 bundle = sPlugin.getBundle();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java1214 String versionString = (String) AdtPlugin.getDefault().getBundle().getHeaders().get( in validateTemplate()