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.java625 handleDefaultSelection(device); in deviceConnected()
654 handleDefaultSelection((IDevice)null); in deviceDisconnected()
656 handleDefaultSelection(devices[0]); in deviceDisconnected()
659 handleDefaultSelection((IDevice)null); in deviceDisconnected()
684 handleDefaultSelection(device); in deviceChanged()
699 handleDefaultSelection(device); in deviceChanged()
736 private void handleDefaultSelection(final IDevice device) { in handleDefaultSelection() method in DdmsPlugin
764 handleDefaultSelection(clients[0]); in handleDefaultSelection()
766 handleDefaultSelection((Client)null); in handleDefaultSelection()
770 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.java624 protected void handleDefaultSelection(SelectionEvent event) { in getCellEditor()
627 super.handleDefaultSelection(event); in getCellEditor()