Home
last modified time | relevance | path

Searched refs:putByte (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DTlvBufferUtilsTest.java48 tlv11.putByte(0, (byte) 2); in testTlvBuild()
59 tlv01.putByte(0, (byte) 2); in testTlvBuild()
106 tlv02.putByte(0, (byte) 2); in testTlvIterate()
DWifiNanHalTest.java118 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()
/frameworks/base/wifi/java/android/net/wifi/nan/
DTlvBufferUtils.java120 public TlvConstructor putByte(int type, byte b) { in putByte() method in TlvBufferUtils.TlvConstructor
/frameworks/base/core/java/android/os/
DBundle.java341 public void putByte(@Nullable String key, byte value) { in putByte() method in Bundle
342 super.putByte(key, value); in putByte()
DBaseBundle.java417 void putByte(@Nullable String key, byte value) { in putByte() method in BaseBundle
/frameworks/base/core/java/android/content/
DIntent.java5134 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()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21516 method public void putByte(java.lang.String, byte);
/frameworks/base/api/
Dcurrent.txt28313 method public void putByte(java.lang.String, byte);
Dtest-current.txt28382 method public void putByte(java.lang.String, byte);
Dsystem-current.txt30754 method public void putByte(java.lang.String, byte);