Searched refs:readByte (Results 1 – 15 of 15) sorted by relevance
101 private int readByte() throws IOException { in readByte() method in ImapResponseParser167 int b = readByte(); in onParseError()182 final int next = readByte(); in expect()197 final int ch = readByte(); in readUntil()227 readByte(); // skip + in parseResponse()242 readByte(); // skip * in parseResponse()256 readByte(); // skip ' ' in parseResponse()265 readByte(); in parseResponse()304 readByte(); // Skip " in parseElement()309 readByte(); // Consume \r in parseElement()[all …]
95 .setShouldShow(in.readByte() != 0)97 .setNameIsNumber(in.readByte() != 0)100 .setIsConference(in.readByte() != 0)101 .setIsVideoCall(in.readByte() != 0)102 .setIsFullscreen(in.readByte() != 0)
334 int readByte; in getLineAsBytes() local346 while ((readByte = mInStream.read()) != -1) { in getLineAsBytes()347 if (readByte == '\r') { in getLineAsBytes()348 if ((readByte = mInStream.read()) != -1 && readByte == '\n') { in getLineAsBytes()357 } else if (readByte == '\n' && output.size() == 0) { in getLineAsBytes()362 output.write(readByte); in getLineAsBytes()
73 version = input.readByte(); in NdefPushProtocol()102 mActions[i] = input.readByte(); in NdefPushProtocol()
94 mQueueId = in.readByte() == 0x00 ? null : in.readLong(); in MediaItemMetadata()95 mIsBrowsable = in.readByte() != 0x00; in MediaItemMetadata()96 mIsPlayable = in.readByte() != 0x00; in MediaItemMetadata()
182 requestVersion = dataIn.readByte(); in getMessage()183 requestField = dataIn.readByte(); in getMessage()
309 mChecked = source.readByte() != 0; in CellDataState()310 mMultiSimDialog = source.readByte() != 0; in CellDataState()
71 playbackWhileRecording = in.readByte() != 0; in RecordingCapability()
195 isChecked = in.readByte() != 0; in SavedState()
200 isChecked = in.readByte() != 0; in SavedState()
296 isChecked = in.readByte() != 0; in SavedState()
386 mUseWakeLock = in.readByte() != 0; in MmsRequest()
216 program.mRecordingProhibited = in.readByte() != (byte) 0; in fromParcel()
645 byte physicalPort = in.readByte(); in CarUxRestrictionsConfiguration()