Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBitwiseInputStream.java41 public static class AccessException extends Exception { class in BitwiseInputStream
42 public AccessException(String s) { in AccessException() method in BitwiseInputStream.AccessException
74 public int read(int bits) throws AccessException { in read()
78 throw new AccessException( in read()
95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()
110 public void skip(int bits) throws AccessException { in skip()
112 throw new AccessException( in skip()
DBearerData.java183 throws BitwiseInputStream.AccessException { in decodeMessageId()
206 throws BitwiseInputStream.AccessException, CodingException { in decodeReserved()
225 throws BitwiseInputStream.AccessException { in decodeUserData()
308 } catch (BitwiseInputStream.AccessException ex) { in decode7bitAscii()
425 throws BitwiseInputStream.AccessException {
444 throws BitwiseInputStream.AccessException { in decodePriorityIndicator()
492 throws BitwiseInputStream.AccessException, CodingException { in decodeCmasUserData()
633 } catch (BitwiseInputStream.AccessException ex) { in decode()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCdmaSmsMessageTest.java175 int language) throws BitwiseOutputStream.AccessException { in createBearerDataStream()