HomeSort by relevance Sort by last modified time
    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/
AddCompatibilityJarAction.java 182 * @param waitForFinish If true, block until the task has finished
184 * <code>waitForFinish</code> is false, if the installation is
188 public static boolean installLibrary(final IProject project, boolean waitForFinish) {
218 IProject libraryProject = createLibraryProject(libraryPath, project, waitForFinish);
220 return addLibraryDependency(libraryProject, project, waitForFinish);
233 * @param waitForFinish whether the operation should finish before this method returns
239 boolean waitForFinish) {
293 * @param waitForFinish whether this method should wait for the job to
300 boolean waitForFinish) {
369 if (waitForFinish) {
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 565 receiver.waitForFinish();
620 if (!watcher.waitForFinish()) {
    [all...]

Completed in 75 milliseconds