Searched refs:extraStuff (Results 1 – 2 of 2) sorted by relevance
194 final Intent extraStuff = new Intent(); in sendFinalResponse() local195 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_RESULT_CODE, responseCode); in sendFinalResponse()198 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_ERROR_CODE, errorCode); in sendFinalResponse()204 mResponseIntent.send(mContext, 0 /* resultCode (not used) */, extraStuff); in sendFinalResponse()
822 Intent extraStuff = new Intent(); in sendOtaspResult() local823 extraStuff.putExtra(EXTRA_OTASP_RESULT_CODE, resultCode); in sendOtaspResult()844 extraStuff); in sendOtaspResult()