Home
last modified time | relevance | path

Searched refs:ERROR_EXCEED_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DEncodeException.java29 public static final int ERROR_EXCEED_SIZE = 1; field in EncodeException
H A DGsmAlphabet.java409 "Payload cannot exceed 255 septets", EncodeException.ERROR_EXCEED_SIZE); in stringToGsm7BitPacked()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java401 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()
482 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()
765 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()