HomeSort by relevance Sort by last modified time
    Searched refs:StatusInfo (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 30 import org.eclipse.jdt.internal.ui.dialogs.StatusInfo;
60 mCurrStatus = new StatusInfo();
140 StatusInfo status = new StatusInfo();
  /frameworks/base/core/java/android/net/
Downloads.java 175 public static final class StatusInfo {
231 * Returns a StatusInfo with the result of trying to download the
234 public static final StatusInfo getStatus(
238 StatusInfo result = null;
245 result = new StatusInfo();
419 * Returns a StatusInfo with the result of trying to download the
422 public static final StatusInfo getStatus(
425 StatusInfo result = null;
441 result = new StatusInfo();

Completed in 92 milliseconds