OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avds
(Results
1 - 5
of
5
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java
116
* Manager mode. Invalid
AVDs
are displayed. Buttons to create/delete
AVDs
121
* Non manager mode. Only valid
AVDs
are displayed. Cannot create/delete
AVDs
, but
131
* Non manager mode. Only valid
AVDs
are displayed. Cannot create/delete
AVDs
, but
157
* Called after {@link #accept(AvdInfo)} has been called on all the
AVDs
.
163
* Internal implementation of {@link IAvdFilter} to filter out the
AVDs
that are not
200
* @param filter When non-null, will allow filtering the
AVDs
to display.
327
mRefreshButton.setToolTipText("Reloads the list of AVD.\nUse this if you create
AVDs
from the command line.")
748
AvdInfo
avds
[] = null;
local
[
all
...]
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
898
AvdInfo[]
avds
= avdManager.getValidAvds();
local
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java
49
* Android Virtual Device Manager to manage
AVDs
.
215
* @param log The log object to receive the log of the initial loading of the
AVDs
.
228
* Returns the base folder where
AVDs
are created.
310
* Returns all the existing
AVDs
.
311
* @return a newly allocated array containing all the
AVDs
.
320
* Returns all the valid
AVDs
.
321
* @return a newly allocated array containing all valid the
AVDs
.
340
* Returns all the broken
AVDs
.
341
* @return a newly allocated array containing all the broken
AVDs
.
364
* @param validAvdOnly if <code>true</code>, only look through the list of valid
AVDs
1219
File[]
avds
= folder.listFiles(new FilenameFilter() {
local
1243
File[]
avds
= buildAvdFilesList();
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
312
// reload the
AVDs
to make sure we are up to date
316
// this happens if the AVD Manager failed to find the folder in which the
AVDs
are
398
// target, when we will iterate devices/
avds
later ideally we will want to find
509
// attempt to reload the
AVDs
and find one compatible.
514
"Still no compatible
AVDs
with target '%1$s': Aborting launch.",
597
AvdInfo[]
avds
= avdManager.getValidAvds();
local
599
for (AvdInfo avd :
avds
) {
603
// compatible
AVDs
.
[
all
...]
/frameworks/base/docs/html/guide/
guide_toc.cs
484
<a href="<?cs var:toroot ?>guide/developing/devices/managing-
avds
.html">
489
<a href="<?cs var:toroot ?>guide/developing/devices/managing-
avds
-cmdline.html">
[
all
...]
Completed in 45 milliseconds