OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IClientAction
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IClientAction.java
23
public interface
IClientAction
{
DdmsPlugin.java
92
private List<
IClientAction
> mClientSpecificActions = null;
433
* Returns the classes that implement {@link
IClientAction
} in each of the extensions that
437
private List<
IClientAction
> instantiateClientSpecificActions(IConfigurationElement[] elements)
443
List<
IClientAction
> extensions = new ArrayList<
IClientAction
>(1);
447
if (o instanceof
IClientAction
) {
448
extensions.add((
IClientAction
) o);
848
public synchronized List<
IClientAction
> getClientSpecificActions() {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java
5
import com.android.ide.eclipse.ddms.
IClientAction
;
18
public class DeviceViewAction implements
IClientAction
{
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java
41
import com.android.ide.eclipse.ddms.
IClientAction
;
[
all
...]
Completed in 236 milliseconds