Home | History | Annotate | Download | only in sdkmanager

Lines Matching full:verb

232         String verb = mSdkCommandLine.getVerb();
235 if (SdkCommandLine.VERB_LIST.equals(verb)) {
251 } else if (SdkCommandLine.VERB_CREATE.equals(verb)) {
268 } else if (SdkCommandLine.VERB_UPDATE.equals(verb)) {
282 if (mSdkCommandLine.getFlagNoUI(verb)) {
292 } else if (SdkCommandLine.VERB_SDK.equals(verb)) {
295 } else if (SdkCommandLine.VERB_AVD.equals(verb)) {
298 } else if (SdkCommandLine.VERB_DELETE.equals(verb) &&
302 } else if (SdkCommandLine.VERB_MOVE.equals(verb) &&
306 } else if (verb == null && directObject == null) {