Home | History | Annotate | Download | only in transaction

Lines Matching refs:MmsException

29 import com.google.android.mms.MmsException;
118 * @throws MmsException if pdu is null.
120 protected byte[] sendPdu(byte[] pdu) throws IOException, MmsException {
134 * @throws MmsException if pdu is null.
136 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException, MmsException {
149 * @throws MmsException if pdu is null.
151 protected byte[] sendPdu(long token, byte[] pdu) throws IOException, MmsException {
165 * @throws MmsException if pdu is null.
168 String mmscUrl) throws IOException, MmsException {
170 throw new MmsException();