Searched refs:getByte (Results 1 – 9 of 9) sorted by relevance
209 builder.put(action.getByte(), action); in action.getByte()219 private byte getByte() { in getByte() method in SmartPoster.RecommendedAction
235 private byte getByte(int index) { in getByte() method in Obd2Connection.FourByteBitSet257 return getBit(getByte(b), index); in getBit()
242 byte reportType = data.getByte(BluetoothHidHost.EXTRA_REPORT_TYPE);243 byte reportId = data.getByte(BluetoothHidHost.EXTRA_REPORT_ID);268 byte reportType = data.getByte(BluetoothHidHost.EXTRA_REPORT_TYPE);306 byte idleTime = data.getByte(BluetoothHidHost.EXTRA_IDLE_TIME);
111 mNewMissedCalls = oap.getByte(OAP_TAGID_NEW_MISSED_CALLS); in readResponseHeaders()
132 public byte getByte(byte tag) { in getByte() method in ObexAppParameters
122 mNewMessage = ((oap.getByte(OAP_TAGID_NEW_MESSAGE) & 0x01) == 1); in readResponseHeaders()
123 Byte inst = oap.getByte(Request.OAP_TAGID_MAS_INSTANCE_ID); in onPut()
184 mShowDoNotAsk = b.getByte(SHOW_DO_NOT_ASK) == 1; in loadInstanceState()