Searched full:"sentintent . send" (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java449 sentIntent.send(mContext, Activity.RESULT_OK, sendNext);
451 sentIntent.send(Activity.RESULT_OK);
518 sentIntent.send(RESULT_ERROR_RADIO_OFF);
520 sentIntent.send(RESULT_ERROR_NO_SERVICE);
938 sentIntent.send(RESULT_ERROR_NO_SERVICE);
948 sentIntent.send(RESULT_ERROR_NULL_PDU);
967 sentIntent.send(RESULT_ERROR_GENERIC_FAILURE);
984 sentIntent.send(RESULT_ERROR_GENERIC_FAILURE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java343 sentIntent.send(SmsManager.RESULT_ERROR_NO_SERVICE);

Completed in 2162 milliseconds