Home
last modified time | relevance | path

Searched defs:rawBytes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUtils.java69 public static byte[] extractBytes(byte[] rawBytes, int start, int length) { in extractBytes()
98 public static List<TypeValueEntry> parseLengthTypeValueBytes(byte[] rawBytes) { in parseLengthTypeValueBytes()
DBluetoothLeAudioContentMetadata.java174 public static @NonNull BluetoothLeAudioContentMetadata fromRawBytes(@NonNull byte[] rawBytes) { in fromRawBytes()
DBluetoothLeAudioCodecConfigMetadata.java280 public static BluetoothLeAudioCodecConfigMetadata fromRawBytes(@NonNull byte[] rawBytes) { in fromRawBytes()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java307 int rawBytes = 0; in dumpStats() local
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java334 final long rawBytes = (entry.rxBytes + entry.txBytes) == 0 ? 1 : in getHistory() local
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java771 int rawBytes = 0; in dumpStats() local