Searched refs:putByte (Results 1 – 11 of 11) sorted by relevance
48 tlv11.putByte(0, (byte) 2); in testTlvBuild()59 tlv01.putByte(0, (byte) 2); in testTlvBuild()106 tlv02.putByte(0, (byte) 2); in testTlvIterate()
118 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishUnsolicited()122 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishUnsolicited()139 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishSolicited()143 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishSolicited()174 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testSubscribePassive()178 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testSubscribePassive()195 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testSubscribeActive()199 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testSubscribeActive()
120 public TlvConstructor putByte(int type, byte b) { in putByte() method in TlvBufferUtils.TlvConstructor
341 public void putByte(@Nullable String key, byte value) { in putByte() method in Bundle342 super.putByte(key, value); in putByte()
417 void putByte(@Nullable String key, byte value) { in putByte() method in BaseBundle
5134 else if (uri.startsWith("b.", i)) b.putByte(key, Byte.parseByte(value)); in parseUri()5337 intent.mExtras.putByte(key, Byte.parseByte(value));7095 mExtras.putByte(name, value); in putExtra()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
21516 method public void putByte(java.lang.String, byte);
28313 method public void putByte(java.lang.String, byte);
28382 method public void putByte(java.lang.String, byte);
30754 method public void putByte(java.lang.String, byte);