package org.jetbrains.android.run; /** * @author Eugene.Kudelevsky */ public enum TargetSelectionMode { SHOW_DIALOG, EMULATOR, USB_DEVICE }