Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A 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
H A DGsmAlphabet.java157 } 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()
408 throw new EncodeException( in stringToGsm7BitPacked()
748 } catch (EncodeException ex) {
[all …]
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java34 import com.android.internal.telephony.EncodeException;
375 } catch (EncodeException ex) { in getSubmitPdu()
376 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()
385 } catch (EncodeException ex1) { in getSubmitPdu()
440 throws UnsupportedEncodingException, EncodeException { in encodeUCS2()
456 throw new EncodeException( in encodeUCS2()
457 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()
698 } catch (EncodeException ex) { in getDeliverPdu()
699 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()
708 } catch (EncodeException ex1) { in getDeliverPdu()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java24 import com.android.internal.telephony.EncodeException;
141 } catch (EncodeException e) { in format()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmAlphabetTest.java195 } catch (EncodeException ex) { in testBasic()
216 } catch (EncodeException ex) { in testBasic()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java649 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes9325 com.android.internal.telephony.EncodeException
H A Dboot-image-profile.txt33628 Lcom/android/internal/telephony/EncodeException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes9346 com.android.internal.telephony.EncodeException
H A Dboot-image-profile.txt43292 Lcom/android/internal/telephony/EncodeException;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87183 Lcom/android/internal/telephony/EncodeException;-><init>()V