Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java621 handleDefaultSelection(device); in deviceConnected()
650 handleDefaultSelection((IDevice)null); in deviceDisconnected()
652 handleDefaultSelection(devices[0]); in deviceDisconnected()
655 handleDefaultSelection((IDevice)null); in deviceDisconnected()
680 handleDefaultSelection(device); in deviceChanged()
695 handleDefaultSelection(device); in deviceChanged()
732 private void handleDefaultSelection(final IDevice device) { in handleDefaultSelection() method in DdmsPlugin
760 handleDefaultSelection(clients[0]); in handleDefaultSelection()
762 handleDefaultSelection((Client)null); in handleDefaultSelection()
766 handleDefaultSelection((Client)null); in handleDefaultSelection()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DEditableDialogCellEditor.java85 handleDefaultSelection(e); in createContents()
266 protected void handleDefaultSelection(SelectionEvent event) { in handleDefaultSelection() method in EditableDialogCellEditor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java623 protected void handleDefaultSelection(SelectionEvent event) { in getCellEditor()
626 super.handleDefaultSelection(event); in getCellEditor()