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
155 } catch (EncodeException ex) { in charToGsm()175 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm()185 throw new EncodeException(c); in charToGsm()282 throws EncodeException { in stringToGsm7BitPackedWithHeader()311 throws EncodeException { in stringToGsm7BitPackedWithHeader()345 throws EncodeException { in stringToGsm7BitPacked()369 throws EncodeException { in stringToGsm7BitPacked()397 throws EncodeException { in stringToGsm7BitPacked()402 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char"); in stringToGsm7BitPacked()406 throw new EncodeException( in stringToGsm7BitPacked()[all …]
34 import com.android.internal.telephony.EncodeException;376 } catch (EncodeException ex) { in getSubmitPdu()377 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()386 } catch (EncodeException ex1) { in getSubmitPdu()441 throws UnsupportedEncodingException, EncodeException { in encodeUCS2()457 throw new EncodeException( in encodeUCS2()458 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()699 } catch (EncodeException ex) { in getDeliverPdu()700 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()709 } 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()
648 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
37620 Lcom/android/internal/telephony/EncodeException;
98293 Lcom/android/internal/telephony/EncodeException;-><init>()V