Searched refs:EncodeException (Results 1 – 11 of 11) sorted by relevance
24 public class EncodeException extends Exception { class31 public EncodeException() { in EncodeException() method in EncodeException36 public EncodeException(String s) { in EncodeException() method in EncodeException40 public EncodeException(String s, int error) { in EncodeException() method in EncodeException46 public EncodeException(char c) { in EncodeException() method in EncodeException
157 } catch (EncodeException ex) { in charToGsm()177 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm()187 throw new EncodeException(c); in charToGsm()284 throws EncodeException { in stringToGsm7BitPackedWithHeader()313 throws EncodeException { in stringToGsm7BitPackedWithHeader()347 throws EncodeException { in stringToGsm7BitPacked()371 throws EncodeException { in stringToGsm7BitPacked()399 throws EncodeException { in stringToGsm7BitPacked()408 throw new EncodeException( in stringToGsm7BitPacked()748 } catch (EncodeException ex) {[all …]
34 import com.android.internal.telephony.EncodeException;375 } catch (EncodeException ex) { in getSubmitPdu()376 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()385 } catch (EncodeException ex1) { in getSubmitPdu()440 throws UnsupportedEncodingException, EncodeException { in encodeUCS2()456 throw new EncodeException( in encodeUCS2()457 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()698 } catch (EncodeException ex) { in getDeliverPdu()699 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()708 } catch (EncodeException ex1) { in getDeliverPdu()
24 import com.android.internal.telephony.EncodeException;141 } catch (EncodeException e) { in format()
195 } catch (EncodeException ex) { in testBasic()216 } catch (EncodeException ex) { in testBasic()
649 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
9325 com.android.internal.telephony.EncodeException
33628 Lcom/android/internal/telephony/EncodeException;
9346 com.android.internal.telephony.EncodeException
43292 Lcom/android/internal/telephony/EncodeException;
87183 Lcom/android/internal/telephony/EncodeException;-><init>()V