Searched refs:AccessException (Results 1 – 9 of 9) sorted by relevance
44 public static class AccessException extends Exception { class in BitwiseInputStream45 public AccessException(String s) { in AccessException() method in BitwiseInputStream.AccessException80 public int read(int bits) throws AccessException { in read()84 throw new AccessException("illegal read " + in read()102 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()118 public void skip(int bits) throws AccessException { in skip()120 throw new AccessException("illegal skip " + in skip()
44 public static class AccessException extends Exception { class in BitwiseOutputStream45 public AccessException(String s) { in AccessException() method in BitwiseOutputStream.AccessException98 public void write(int bits, int data) throws AccessException { in write()100 throw new AccessException("illegal write (" + bits + " bits)"); in write()119 public void writeByteArray(int bits, byte[] arr) throws AccessException { in writeByteArray()
521 throws BitwiseOutputStream.AccessException in encodeMessageId()603 } catch (BitwiseOutputStream.AccessException ex) { in encode7bitAscii()718 } catch (BitwiseOutputStream.AccessException ex) { in encode7bitAsciiEms()814 throws BitwiseOutputStream.AccessException, CodingException in encodeUserData()857 throws BitwiseOutputStream.AccessException in encodeReplyOption()905 throws BitwiseOutputStream.AccessException, CodingException in encodeCallbackNumber()932 throws BitwiseOutputStream.AccessException in encodeMsgStatus()940 throws BitwiseOutputStream.AccessException in encodeMsgCount()947 throws BitwiseOutputStream.AccessException in encodeValidityPeriodRel()954 throws BitwiseOutputStream.AccessException in encodePrivacyIndicator()[all …]
88 int language) throws BitwiseOutputStream.AccessException { in createBearerDataStream()
748 } catch (BitwiseInputStream.AccessException ex) { in preprocessCdmaFdeaWap()
11588 com.android.internal.telephony.BitwiseInputStream$AccessException13014 com.android.internal.util.BitwiseInputStream$AccessException13015 com.android.internal.util.BitwiseOutputStream$AccessException
34024 Lcom/android/internal/telephony/BitwiseInputStream$AccessException;35455 Lcom/android/internal/util/BitwiseInputStream$AccessException;35456 Lcom/android/internal/util/BitwiseOutputStream$AccessException;
11619 com.android.internal.telephony.BitwiseInputStream$AccessException13045 com.android.internal.util.BitwiseInputStream$AccessException13046 com.android.internal.util.BitwiseOutputStream$AccessException
44185 Lcom/android/internal/telephony/BitwiseInputStream$AccessException;45616 Lcom/android/internal/util/BitwiseInputStream$AccessException;45617 Lcom/android/internal/util/BitwiseOutputStream$AccessException;