OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avds
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java
117
* Manager mode. Invalid
AVDs
are displayed. Buttons to create/delete
AVDs
122
* Non manager mode. Only valid
AVDs
are displayed. Cannot create/delete
AVDs
, but
132
* Non manager mode. Only valid
AVDs
are displayed. Cannot create/delete
AVDs
, but
158
* Called after {@link #accept(AvdInfo)} has been called on all the
AVDs
.
164
* Internal implementation of {@link IAvdFilter} to filter out the
AVDs
that are not
204
* @param filter When non-null, will allow filtering the
AVDs
to display.
332
mRefreshButton.setToolTipText("Reloads the list of AVD.\nUse this if you create
AVDs
from the command line.")
755
AvdInfo
avds
[] = null;
local
[
all
...]
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
915
AvdInfo[]
avds
= avdManager.getValidAvds();
local
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java
50
* Android Virtual Device Manager to manage
AVDs
.
216
* @param log The log object to receive the log of the initial loading of the
AVDs
.
229
* Returns the base folder where
AVDs
are created.
311
* Returns all the existing
AVDs
.
312
* @return a newly allocated array containing all the
AVDs
.
321
* Returns all the valid
AVDs
.
322
* @return a newly allocated array containing all valid the
AVDs
.
341
* Returns all the broken
AVDs
.
342
* @return a newly allocated array containing all the broken
AVDs
.
365
* @param validAvdOnly if <code>true</code>, only look through the list of valid
AVDs
1223
File[]
avds
= folder.listFiles(new FilenameFilter() {
local
1248
File[]
avds
= buildAvdFilesList();
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
316
// reload the
AVDs
to make sure we are up to date
320
// this happens if the AVD Manager failed to find the folder in which the
AVDs
are
410
// target, when we will iterate devices/
avds
later ideally we will want to find
522
// attempt to reload the
AVDs
and find one compatible.
527
"Still no compatible
AVDs
with target '%1$s': Aborting launch.",
651
AvdInfo[]
avds
= avdManager.getValidAvds();
local
653
for (AvdInfo avd :
avds
) {
657
// compatible
AVDs
.
[
all
...]
Completed in 131 milliseconds