Home
last modified time | relevance | path

Searched refs:findConfigElements (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DJavaSourceRevealer.java34 DdmsPlugin.getDefault().findConfigElements(SOURCE_REVEALER_EXTENSION_ID); in instantiateSourceRevealers()
DDdmsPlugin.java288 final IConfigurationElement[] dcce = findConfigElements( in start()
301 IConfigurationElement[] elements = findConfigElements( in start()
333 … elements = findConfigElements("com.android.ide.eclipse.ddms.traceviewLauncher"); //$NON-NLS-1$ in start()
350 IConfigurationElement[] findConfigElements(String extensionPointId) { in findConfigElements() method in DdmsPlugin
852 findConfigElements("com.android.ide.eclipse.ddms.clientAction"); //$NON-NLS-1$ in getClientSpecificActions()