Searched refs:EncodeException (Results 1 – 8 of 8) 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()404 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char"); in stringToGsm7BitPacked()408 throw new EncodeException( in stringToGsm7BitPacked()[all …]
33 import com.android.internal.telephony.EncodeException;404 } catch (EncodeException ex) { in getSubmitPdu()405 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()414 } catch (EncodeException ex1) { in getSubmitPdu()469 throws UnsupportedEncodingException, EncodeException { in encodeUCS2()485 throw new EncodeException( in encodeUCS2()486 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()727 } catch (EncodeException ex) { in getDeliverPdu()728 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()737 } catch (EncodeException ex1) { in getDeliverPdu()
23 import com.android.internal.telephony.EncodeException;140 } catch (EncodeException e) { in format()
195 } catch (EncodeException ex) { in testBasic()216 } catch (EncodeException ex) { in testBasic()
630 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
8596 com.android.internal.telephony.EncodeException
49120 Lcom/android/internal/telephony/EncodeException;