Patch error in which --retry filters parameterized tests

Test runners (AJUR) do not support filtering parameterized tests
by parameter, so adding an include or exclude filter like
"CtsModuleTestCases android.module.cts.TestClass#testMethod[0]"
results in error.

Instead, rerun the test for all parameters, since this will ensure
a full CTS report.

bug: 62373738
Test: manual, run cts-dev -m CtsFragmentTestCases, unplug and retry
Change-Id: I2c3ce1e353953242b6cc0eab3778809911d9a9da
2 files changed