Searched refs:mKeyValueOptions (Results 1 – 5 of 5) sorted by relevance
77 private Set<String> mKeyValueOptions = new HashSet<>(); field in LongevityHostRunner139 Iterator<String> iterator = mKeyValueOptions.iterator(); in getOptions()211 for (String kvPair : mKeyValueOptions) { in run()
59 private List<String> mKeyValueOptions = new ArrayList<>(); field in DeviceParameterizedRunner100 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in methodInvoker()
52 private Set<String> mKeyValueOptions = new HashSet<>(); field in DeviceSuite141 for (String kv : mKeyValueOptions) { in runChild()
73 private List<String> mKeyValueOptions = new ArrayList<>(); field in DeviceJUnit4ClassRunner108 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in createTest()
127 private List<String> mKeyValueOptions = new ArrayList<>(); field in HostTest481 for (String item : mKeyValueOptions) { in setTestObjectInformation()924 setOptionToLoadedObject(testObj, mKeyValueOptions); in loadObject()