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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
AvdManagerWindow.java 43 public enum AvdInvocationContext {
75 * @param context The {@link AvdInvocationContext} to change the behavior depending on who's
82 AvdInvocationContext context) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 23 import com.android.sdkuilib.repository.AvdManagerWindow.AvdInvocationContext;
56 AvdInvocationContext.IDE);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 33 import com.android.sdkuilib.repository.AvdManagerWindow.AvdInvocationContext;
68 private final AvdInvocationContext mContext;
89 * @param context The {@link AvdInvocationContext} to change the behavior depending on who's
96 AvdInvocationContext context) {
110 * @param context The {@link AvdInvocationContext} to change the behavior depending on who's
116 AvdInvocationContext context) {
140 if (ok && mContext == AvdInvocationContext.STANDALONE) {
158 if (mContext != AvdInvocationContext.SDK_MANAGER) {
188 if (mContext != AvdInvocationContext.STANDALONE) {
210 if (mContext != AvdInvocationContext.IDE) {
    [all...]
SdkUpdaterWindowImpl2.java 38 import com.android.sdkuilib.repository.AvdManagerWindow.AvdInvocationContext;
622 AvdInvocationContext.SDK_MANAGER);
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 52 import com.android.sdkuilib.repository.AvdManagerWindow.AvdInvocationContext;
358 AvdInvocationContext.STANDALONE);
    [all...]

Completed in 493 milliseconds