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

  /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/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...]

Completed in 352 milliseconds