OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avdInfo
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
48
import com.android.sdklib.internal.avd.
AvdInfo
;
366
AvdInfo
preferredAvd = null;
449
HashMap<IDevice,
AvdInfo
> compatibleRunningAvds = new HashMap<IDevice,
AvdInfo
>();
457
AvdInfo
info = avdManager.getAvd(deviceAvd, true /*validAvdOnly*/);
490
AvdInfo
defaultAvd = findMatchingAvd(avdManager, projectTarget);
543
Entry<IDevice,
AvdInfo
> e = compatibleRunningAvds.entrySet().iterator().next();
546
// get the
AvdInfo
, if null, the device is a physical device.
547
AvdInfo
avdInfo
= e.getValue()
[
all
...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java
26
import com.android.sdklib.internal.avd.
AvdInfo
;
103
* The original
AvdInfo
if we're editing an existing AVD.
106
private final
AvdInfo
mEditAvdInfo;
218
* @param editAvdInfo An optional {@link
AvdInfo
}. When null, the dialog is used
225
AvdInfo
editAvdInfo) {
723
String abiType =
AvdInfo
.getPrettyAbiType(mEditAvdInfo.getAbiType());
[
all
...]
AvdSelector.java
24
import com.android.sdklib.internal.avd.
AvdInfo
;
25
import com.android.sdklib.internal.avd.
AvdInfo
.AvdStatus;
73
* After using one of the constructors, call {@link #setSelection(
AvdInfo
)},
146
* Called before {@link #accept(
AvdInfo
)} is called for any AVD.
155
boolean accept(
AvdInfo
avd);
158
* Called after {@link #accept(
AvdInfo
)} has been called on all the AVDs.
180
public boolean accept(
AvdInfo
avd) {
195
* Creates a new SDK Target Selector, and fills it with a list of {@link
AvdInfo
}, filtered
197
* <p/>Only the {@link
AvdInfo
} able to run application developed for the given
391
* Creates a new SDK Target Selector, and fills it with a list of {@link
AvdInfo
}
[
all
...]
Completed in 3832 milliseconds