Searched defs:argList (Results 1 – 4 of 4) sorted by relevance
110 List<String> argList = new ArrayList<>(Arrays.asList(args)); in parse() local215 public static void replaceKeystore(IKeyStoreClient keyClient, List<String> argList) { in replaceKeystore()
103 List<String> argList = new ArrayList<>(Arrays.asList(args)); in run() local
80 List<String> argList = new ArrayList<>(); in recoverDevices() local
1069 val argList = mutableListOf<String>() in findAndroidJars() constant