Home
last modified time | relevance | path

Searched refs:putRawByte (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
H A DTlvBufferUtilsTest.java152 tlv.putRawByte((byte) 55); in testRawPuts()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DTlvBufferUtils.java178 public TlvConstructor putRawByte(byte b) { in putRawByte() method in TlvBufferUtils.TlvConstructor
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManager.java1726 tlvc.putRawByte((byte) GENERIC_SERVICE_PROTOCOL_TYPE); in buildTlv()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java2114 tlvc.putRawByte((byte) WifiAwareDataPathStateManager.NetworkInformationData in buildTlv()