HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_RESULT (Results 1 - 4 of 4) sorted by null

  /cts/tools/host/src/com/android/cts/
CTSCommand.java 39 static final String OPTION_RESULT = "--result";
CommandParser.java 56 CTSCommand.OPTION_DEVICE, CTSCommand.OPTION_RESULT, CTSCommand.OPTION_E,
69 CTSCommand.OPTION_RESULT,
85 CTSCommand.OPTION_RESULT,
86 CTSCommand.OPTION_RESULT,
ConsoleUi.java 180 + "/" + CTSCommand.OPTION_RESULT;
241 + CTSCommand.OPTION_R + "/" + CTSCommand.OPTION_RESULT + " result_type"
714 } else if (cp.containsKey(CTSCommand.OPTION_RESULT)) {
720 String resultValue = cp.getValue(CTSCommand.OPTION_RESULT);
    [all...]
  /cts/tools/host/test/com/android/cts/
CommandParserTest.java 206 assertTrue(cp.containsKey(CTSCommand.OPTION_RESULT));
207 assertEquals(resultValue, cp.getValue(CTSCommand.OPTION_RESULT));
223 assertTrue(cp.containsKey(CTSCommand.OPTION_RESULT));
224 assertEquals(resultValue, cp.getValue(CTSCommand.OPTION_RESULT));
263 assertEquals("", cp.getValue(CTSCommand.OPTION_RESULT));
271 assertEquals("", cp.getValue(CTSCommand.OPTION_RESULT));
279 assertEquals(resultValue, cp.getValue(CTSCommand.OPTION_RESULT));

Completed in 912 milliseconds