Searched refs:AccessException (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DBitwiseInputStream.java41 public static class AccessException extends Exception { class in class:BitwiseInputStream
42 public AccessException(String s) { method in class:BitwiseInputStream.AccessException
74 public int read(int bits) throws AccessException {
78 throw new AccessException("illegal read " +
95 public byte[] readByteArray(int bits) throws AccessException {
110 public void skip(int bits) throws AccessException {
112 throw new AccessException("illegal skip " +
H A DBitwiseOutputStream.java41 public static class AccessException extends Exception { class in class:BitwiseOutputStream
42 public AccessException(String s) { method in class:BitwiseOutputStream.AccessException
91 public void write(int bits, int data) throws AccessException {
93 throw new AccessException("illegal write (" + bits + " bits)");
111 public void writeByteArray(int bits, byte[] arr) throws AccessException {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java384 throws BitwiseOutputStream.AccessException
464 } catch (BitwiseOutputStream.AccessException ex) {
625 throws BitwiseOutputStream.AccessException, CodingException
668 throws BitwiseOutputStream.AccessException
716 throws BitwiseOutputStream.AccessException, CodingException
743 throws BitwiseOutputStream.AccessException
751 throws BitwiseOutputStream.AccessException
758 throws BitwiseOutputStream.AccessException
765 throws BitwiseOutputStream.AccessException
773 throws BitwiseOutputStream.AccessException
[all...]

Completed in 149 milliseconds