HomeSort by relevance Sort by last modified time
    Searched refs:DevicePanel (Results 1 - 4 of 4) sorted by null

  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 33 import com.android.ddmuilib.DevicePanel;
44 import com.android.ddmuilib.DevicePanel.IUiSelectionListener;
171 private DevicePanel mDevicePanel;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 56 public final class DevicePanel extends Panel implements IDebugBridgeChangeListener,
59 private final static String PREFS_COL_NAME_SERIAL = "devicePanel.Col0"; //$NON-NLS-1$
60 private final static String PREFS_COL_PID_STATE = "devicePanel.Col1"; //$NON-NLS-1$
61 private final static String PREFS_COL_PORT_BUILD = "devicePanel.Col4"; //$NON-NLS-1$
151 * A Label Provider for the {@link TreeViewer} in {@link DevicePanel}. It provides
296 * Creates the {@link DevicePanel} object.
301 public DevicePanel(boolean advancedPortSupport) {
472 AndroidDebugBridge.removeDebugBridgeChangeListener(DevicePanel.this);
473 AndroidDebugBridge.removeDeviceChangeListener(DevicePanel.this);
474 AndroidDebugBridge.removeClientChangeListener(DevicePanel.this)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 31 import com.android.ddmuilib.DevicePanel;
35 import com.android.ddmuilib.DevicePanel.IUiSelectionListener;
83 private DevicePanel mDeviceList;
284 mDeviceList = new DevicePanel(USE_SELECTED_DEBUG_PORT);
338 mKillAppAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_HALT));
349 mGcAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_GC));
360 mHprofAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_HPROF));
370 mUpdateHeapAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_HEAP));
380 mUpdateThreadAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_THREAD));
390 mTracingStartImage = loader.loadDescriptor(DevicePanel.ICON_TRACING_START)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 29 import com.android.ddmuilib.DevicePanel.IUiSelectionListener;

Completed in 160 milliseconds