Home
last modified time | relevance | path

Searched refs:InstallRetryMode (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDelayedLaunchInfo.java34 enum InstallRetryMode { enum in DelayedLaunchInfo
59 private InstallRetryMode mRetryMode = InstallRetryMode.NEVER;
171 public void setRetryMode(InstallRetryMode retryMode) { in setRetryMode()
178 public InstallRetryMode getRetryMode() { in getRetryMode()
DAndroidLaunchController.java39 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo.InstallRetryMode;
1123 InstallRetryMode.ALWAYS); in installPackage()
1145 String remotePath, InstallRetryMode retryMode) throws InstallException { in checkInstallResult()
1152 if (retryMode == InstallRetryMode.PROMPT) { in checkInstallResult()
1156 retryMode = InstallRetryMode.ALWAYS; in checkInstallResult()
1164 if (retryMode == InstallRetryMode.ALWAYS) { in checkInstallResult()
1187 InstallRetryMode.NEVER); in checkInstallResult()
1205 if (retryMode != InstallRetryMode.NEVER) { in checkInstallResult()
1212 InstallRetryMode.NEVER); in checkInstallResult()