HomeSort by relevance Sort by last modified time
    Searched refs:avd (Results 1 - 20 of 20) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 17 package com.android.sdklib.internal.avd;
25 import com.android.sdklib.internal.avd.AvdManager.AvdInfo.AvdStatus;
60 public static final String AVD_FOLDER_EXTENSION = ".avd"; //$NON-NLS-1$
66 * AVD/config.ini key name representing the SDK-relative path of the skin folder, if any,
73 * AVD/config.ini key name representing an UI name for the skin.
80 * AVD/config.ini key name representing the path to the sdcard file.
88 * AVD/config.ini key name representing the size of the SD card.
95 * AVD/config.ini key name representing the first path where the emulator looks
103 * AVD/config.ini key name representing the second path where the emulator looks
132 /** Regex used to validate characters that compose an AVD name. *
1373 AvdInfo avd = null; local
    [all...]
HardwareProperties.java 17 package com.android.sdklib.internal.avd;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 24 import com.android.sdklib.internal.avd.AvdManager;
25 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
26 import com.android.sdklib.internal.avd.AvdManager.AvdInfo.AvdStatus;
67 * The AVD selector is a table that is added to the given parent composite.
108 * The display mode of the AVD Selector.
118 * there is a button to open the AVD Manager.
128 * there is a button to open the AVD Manager.
137 * A filter to control the whether or not an AVD should be displayed by the AVD Selector.
141 * Called before {@link #accept(AvdInfo)} is called for any AVD
    [all...]
AvdDetailsDialog.java 21 import com.android.sdklib.internal.avd.AvdManager;
22 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
23 import com.android.sdklib.internal.avd.AvdManager.AvdInfo.AvdStatus;
41 * Dialog displaying the details of an AVD.
57 setText("AVD details");
AvdStartDialog.java 19 import com.android.sdklib.internal.avd.AvdManager;
20 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
88 AvdStartDialog(Shell parentShell, AvdInfo avd, String sdkLocation,
91 mAvd = avd;
95 throw new IllegalArgumentException("avd cannot be null");
HardwarePropertyChooser.java 19 import com.android.sdklib.internal.avd.HardwareProperties.HardwareProperty;
AvdCreationDialog.java 25 import com.android.sdklib.internal.avd.AvdManager;
26 import com.android.sdklib.internal.avd.HardwareProperties;
27 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
28 import com.android.sdklib.internal.avd.HardwareProperties.HardwareProperty;
78 * AVD creator dialog.
142 * Callback when the AVD name is changed.
218 getShell().setText("Create new Android Virtual Device (AVD)");
427 mForceCreation.setText("Override the existing AVD with the same name");
428 mForceCreation.setToolTipText("There's already an AVD with the same name. Check this to delete it and replace it by the new AVD.")
    [all...]
  /external/qemu/android/
cmdline-options.h 27 * Some options correspond to AVD (Android Virtual Device) configuration
28 * and will be ignored if you start the emulator with the -avd <name> flag.
30 * However, if you use them with -avd-create <name>, these options will be
31 * recorded into the new AVD directory. Once an AVD is created, there is no
80 CFG_PARAM( avd, "<name>", "use a specific android virtual device" )
main.c 1813 AvdInfo* avd; local
    [all...]
cmdline-option.c 61 * '-avd <name>'
64 opt->avd = aread[0]+1;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
AvdManagerPage.java 20 import com.android.sdklib.internal.avd.AvdManager;
UpdaterData.java 23 import com.android.sdklib.internal.avd.AvdManager;
191 "The AVD manager normally uses the user's profile directory to store " +
192 "AVD files. However it failed to find the default profile directory. " +
499 "The Android SDK and AVD Manager that you are currently using has been updated. " +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 29 import com.android.sdklib.internal.avd.AvdManager;
30 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
141 // this happens if the AVD Manager failed to find the folder in which the AVDs are
202 null /* avd manager */,
362 // update the AVD list
447 AvdInfo avd = mPreferredAvdSelector.getSelected(); local
448 if (avd != null) {
449 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, avd.getName());
DeviceChooserDialog.java 33 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
169 return "N/A"; // devices don't have AVD names.
228 public void setAvdToLaunch(AvdInfo avd) {
229 mAvdToLaunch = avd;
343 TableHelper.createTableColumn(mDeviceTable, "AVD Name",
410 * Handles single-click selection on the AVD selector.
422 * Handles double-click selection on the AVD selector.
519 // non running AVD.)
565 // non running AVD). This is done on deviceChanged because the avd nam
    [all...]
AndroidLaunchController.java 43 import com.android.sdklib.internal.avd.AvdManager;
44 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
86 private static final String FLAG_AVD = "-avd"; //$NON-NLS-1$
208 // default AVD: None
309 // this happens if the AVD Manager failed to find the folder in which the AVDs are
318 // FIXME: check errors on missing sdk, AVD manager, or project target.
328 * with compatible (and not yet running) AVD.
330 * * Preferred AVD set.
331 * If Preferred AVD is not running: launch it.
332 * Launch the application on the preferred AVD
    [all...]
  /external/ipsec-tools/src/racoon/
security.c 220 struct av_decision avd; local
254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 26 import com.android.sdklib.internal.avd.AvdManager;
27 import com.android.sdklib.internal.avd.HardwareProperties;
28 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
29 import com.android.sdklib.internal.avd.HardwareProperties.HardwareProperty;
690 // get the target of the AVD
745 * Creates a new AVD. This is a text based creation with command line prompt.
767 "AVD name '%1$s' contains invalid characters.\nAllowed characters are: %2$s",
    [all...]
  /development/build/
sdk.atree 187 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 36 import com.android.sdklib.internal.avd.AvdManager;
531 * Returns the {@link AvdManager}. If the AvdManager failed to parse the AVD folder, this could
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 324 <li><a href="<?cs var:toroot ?>guide/developing/tools/avd.html">AVDs</a></li>

Completed in 389 milliseconds