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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 421 handleDefaultSelection(device);
449 handleDefaultSelection((IDevice)null);
451 handleDefaultSelection(devices[0]);
454 handleDefaultSelection((IDevice)null);
478 handleDefaultSelection(device);
493 handleDefaultSelection(device);
529 private void handleDefaultSelection(final IDevice device) {
556 handleDefaultSelection(clients[0]);
558 handleDefaultSelection((Client)null);
562 handleDefaultSelection((Client)null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 83 handleDefaultSelection(e);
262 protected void handleDefaultSelection(SelectionEvent event) {
358 * <code>handleDefaultSelection</code>.
368 // Enter is handled in handleDefaultSelection.

Completed in 3366 milliseconds