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

  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 194 final Intent extraStuff = new Intent();
195 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_RESULT_CODE, responseCode);
198 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_ERROR_CODE, errorCode);
204 mResponseIntent.send(mContext, 0 /* resultCode (not used) */, extraStuff);
OtaUtils.java     [all...]

Completed in 59 milliseconds