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

  /development/testrunner/
adb_interface.py 201 (test_results, inst_finished_bundle)
204 inst_finished_bundle (dict): Key/value pairs contained in the bundle that
222 (test_results, inst_finished_bundle) = (
227 if "code" not in inst_finished_bundle:
231 if inst_finished_bundle["code"] == "0":
233 if "shortMsg" in inst_finished_bundle:
234 short_msg_result = inst_finished_bundle["shortMsg"]
238 if "INSTRUMENTATION_ABORTED" in inst_finished_bundle:
242 return (test_results, inst_finished_bundle)
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
36 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
45 inst_finished_bundle = {}
61 inst_finished_bundle = _ParseInstrumentationFinishedBundle(result_block_string)
64 return (test_results, inst_finished_bundle)
76 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is

Completed in 141 milliseconds