Searched refs:mCurResults (Results 1 – 2 of 2) sorted by relevance
62 Bundle mCurResults; field in ActiveInstrumentation
13912 if (instr.mCurResults == null) { in addInstrumentationResultsLocked()13913 instr.mCurResults = new Bundle(results); in addInstrumentationResultsLocked()13915 instr.mCurResults.putAll(results); in addInstrumentationResultsLocked()13953 Bundle finalResults = instr.mCurResults; in finishInstrumentationLocked()13955 if (instr.mCurResults != null && results != null) { in finishInstrumentationLocked()