Searched refs:mCurResults (Results 1 – 2 of 2) sorted by relevance
59 Bundle mCurResults; field in ActiveInstrumentation
15834 if (instr.mCurResults == null) { in addInstrumentationResultsLocked()15835 instr.mCurResults = new Bundle(results); in addInstrumentationResultsLocked()15837 instr.mCurResults.putAll(results); in addInstrumentationResultsLocked()15871 Bundle finalResults = instr.mCurResults; in finishInstrumentationLocked()15873 if (instr.mCurResults != null && results != null) { in finishInstrumentationLocked()