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()404 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char"); in stringToGsm7BitPacked()408 throw new EncodeException( in stringToGsm7BitPacked()[all …]
34 import com.android.internal.telephony.EncodeException;400 } catch (EncodeException ex) { in getSubmitPdu()401 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()410 } catch (EncodeException ex1) { in getSubmitPdu()465 throws UnsupportedEncodingException, EncodeException { in encodeUCS2()481 throw new EncodeException( in encodeUCS2()482 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()764 } catch (EncodeException ex) { in getDeliverPdu()765 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()774 } catch (EncodeException ex1) { in getDeliverPdu()
24 import com.android.internal.telephony.EncodeException;141 } catch (EncodeException e) { in format()
193 } catch (EncodeException ex) { in testBasic()214 } catch (EncodeException ex) { in testBasic()
649 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
11682 com.android.internal.telephony.EncodeException
34119 Lcom/android/internal/telephony/EncodeException;
11713 com.android.internal.telephony.EncodeException
44280 Lcom/android/internal/telephony/EncodeException;
83217 Lcom/android/internal/telephony/EncodeException;-><init>()V