Searched refs:mKeyValueOptions (Results 1 – 5 of 5) sorted by relevance
70 private Set<String> mKeyValueOptions = new HashSet<>(); field in LongevityHostRunner118 Iterator<String> iterator = mKeyValueOptions.iterator(); in getOptions()190 for (String kvPair : mKeyValueOptions) { in run()
51 private List<String> mKeyValueOptions = new ArrayList<>(); field in DeviceParameterizedRunner84 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in methodInvoker()
51 private Set<String> mKeyValueOptions = new HashSet<>(); field in DeviceSuite129 for (String kv : mKeyValueOptions) { in runChild()
135 private List<String> mKeyValueOptions = new ArrayList<>(); field in HostTest494 for (String item : mKeyValueOptions) { in setTestObjectInformation()1045 setOptionToLoadedObject(testObj, mKeyValueOptions); in loadObject()
69 private List<String> mKeyValueOptions = new ArrayList<>(); field in DeviceJUnit4ClassRunner99 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in createTest()