OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceChooserDialog
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChoiceCache.java
21
import com.android.ide.eclipse.adt.internal.launch.
DeviceChooserDialog
.DeviceChooserResponse;
29
* in that launch configuration by the {@link
DeviceChooserDialog
}.
DeviceChooserDialog.java
69
public class
DeviceChooserDialog
extends Dialog implements IDeviceChangeListener {
137
* A Label Provider for the {@link TableViewer} in {@link
DeviceChooserDialog
}.
286
public
DeviceChooserDialog
(Shell parent, DeviceChooserResponse response, String packageName,
584
final
DeviceChooserDialog
dialog = this;
633
final
DeviceChooserDialog
dialog = this;
AndroidLaunchController.java
38
import com.android.ide.eclipse.adt.internal.launch.
DeviceChooserDialog
.DeviceChooserResponse;
611
DeviceChooserDialog
dialog = new
DeviceChooserDialog
(
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
34
import com.android.ide.eclipse.adt.internal.launch.
DeviceChooserDialog
;
35
import com.android.ide.eclipse.adt.internal.launch.
DeviceChooserDialog
.DeviceChooserResponse;
147
// - otherwise show the
DeviceChooserDialog
163
DeviceChooserDialog
dialog = new
DeviceChooserDialog
(
Completed in 54 milliseconds