Searched refs:VERB_LIST (Results 1 – 2 of 2) sorted by relevance
38 public final static String VERB_LIST = "list"; field in SdkCommandLine86 { VERB_LIST, NO_VERB_OBJECT,88 { VERB_LIST, OBJECT_AVD,91 { VERB_LIST, OBJECT_TARGET,
203 if (SdkCommandLine.VERB_LIST.equals(verb)) { in doAction()