Searched refs:mCurResults (Results 1 – 2 of 2) sorted by relevance
59 Bundle mCurResults; field in ActiveInstrumentation
17021 if (instr.mCurResults == null) { in addInstrumentationResultsLocked()17022 instr.mCurResults = new Bundle(results); in addInstrumentationResultsLocked()17024 instr.mCurResults.putAll(results); in addInstrumentationResultsLocked()17058 Bundle finalResults = instr.mCurResults; in finishInstrumentationLocked()17060 if (instr.mCurResults != null && results != null) { in finishInstrumentationLocked()