OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForFinish
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java
251
* @param
waitForFinish
If true, block until the task has finished
253
* <code>
waitForFinish
</code> is false, if the installation is
257
public static boolean installGridLayoutLibrary(final IProject project, boolean
waitForFinish
) {
281
IProject libraryProject = createLibraryProject(libraryPath, project,
waitForFinish
);
283
return addLibraryDependency(libraryProject, project,
waitForFinish
);
351
* @param
waitForFinish
whether the operation should finish before this method returns
357
boolean
waitForFinish
) {
415
* @param
waitForFinish
whether this method should wait for the job to
422
boolean
waitForFinish
) {
491
if (
waitForFinish
) {
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
[
all
...]
Completed in 56 milliseconds