Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java526 String[] reorderedArrayArgs = reorderArgs(arrayArgs); in createConfigurationFromArgs()
564 String[] reorderedArrayArgs = reorderArgs(arrayArgs); in createPartialConfigurationFromArgs()
973 protected String[] reorderArgs(String[] args) { in reorderArgs() method in ConfigurationFactory
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1399 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_check_ordering()
1436 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_template_with_short_arg()
1469 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_incomplete_template_arg()