Home
last modified time | relevance | path

Searched refs:EncodeException (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/common/com/android/internal/telephony/
DEncodeException.java24 public class EncodeException extends Exception { class
31 public EncodeException() { in EncodeException() method in EncodeException
36 public EncodeException(String s) { in EncodeException() method in EncodeException
40 public EncodeException(String s, int error) { in EncodeException() method in EncodeException
46 public EncodeException(char c) { in EncodeException() method in EncodeException
DGsmAlphabet.java155 } 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 …]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java34 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DResponseData.java23 import com.android.internal.telephony.EncodeException;
140 } catch (EncodeException e) { in format()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmAlphabetTest.java195 } catch (EncodeException ex) { in testBasic()
216 } catch (EncodeException ex) { in testBasic()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java648 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
/frameworks/base/config/
Dboot-image-profile.txt37620 Lcom/android/internal/telephony/EncodeException;
Dhiddenapi-greylist-max-o.txt98293 Lcom/android/internal/telephony/EncodeException;-><init>()V