Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java92 private List<IClientAction> mClientSpecificActions = null; field in DdmsPlugin
849 if (mClientSpecificActions == null) { in getClientSpecificActions()
854 mClientSpecificActions = instantiateClientSpecificActions(elements); in getClientSpecificActions()
856 mClientSpecificActions = Collections.emptyList(); in getClientSpecificActions()
860 return mClientSpecificActions; in getClientSpecificActions()