Searched refs:EncodeException (Results 1 – 7 of 7) sorted by relevance
22 public class EncodeException extends Exception { class23 public EncodeException() { in EncodeException() method in EncodeException27 public EncodeException(String s) { in EncodeException() method in EncodeException31 public EncodeException(char c) { in EncodeException() method in EncodeException
145 } catch (EncodeException ex) { in charToGsm()164 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm()174 throw new EncodeException(c); in charToGsm()270 throws EncodeException { in stringToGsm7BitPackedWithHeader()298 throws EncodeException { in stringToGsm7BitPackedWithHeader()331 throws EncodeException { in stringToGsm7BitPacked()355 throws EncodeException { in stringToGsm7BitPacked()382 throws EncodeException { in stringToGsm7BitPacked()387 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char"); in stringToGsm7BitPacked()391 throw new EncodeException("Payload cannot exceed 255 septets"); in stringToGsm7BitPacked()[all …]
19 import com.android.internal.telephony.EncodeException;133 } catch (EncodeException e) { in format()
195 } catch (EncodeException ex) { in testBasic()216 } catch (EncodeException ex) { in testBasic()
25 import com.android.internal.telephony.EncodeException;297 } catch (EncodeException ex) { in getSubmitPdu()
564 } catch (com.android.internal.telephony.EncodeException ex) { in encode7bitGsm()
5520 com.android.internal.telephony.EncodeException