Home
last modified time | relevance | path

Searched refs:expectPropertyValues (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java217 ArrayList<String> expectPropertyValues = new ArrayList<String>( in testBuildRequestString() local
241 assertEquals(expectPropertyValues.get(expectProperties.indexOf(property[0])), in testBuildRequestString()
244 expectPropertyValues.remove(property[1]); in testBuildRequestString()