Searched refs:mGlobalVariables (Results 1 – 1 of 1) sorted by relevance
131 private MultiMap<String, String> mGlobalVariables = new MultiMap<>(); field in UiConductorTest434 if (mGlobalVariables.containsKey(testCase.mKey)) { in buildCommand()436 command.add(String.join(",", mGlobalVariables.get(testCase.mKey))); in buildCommand()