OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extensionpoint
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java
316
IExtensionPoint
extensionPoint
= extensionRegistry.getExtensionPoint(name);
317
if (
extensionPoint
!= null) {
318
return
extensionPoint
.getConfigurationElements();
Completed in 1627 milliseconds