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.java74 private static byte[] extractBytes(byte[] rawBytes, int start, int length) { in extractBytes()
95 public static List<TypeValueEntry> parseLengthTypeValueBytes(byte[] rawBytes) { in parseLengthTypeValueBytes()
DBluetoothLeAudioCodecConfigMetadata.java158 public static @NonNull BluetoothLeAudioCodecConfigMetadata fromRawBytes( in fromRawBytes()
DBluetoothLeAudioContentMetadata.java164 public static @NonNull BluetoothLeAudioContentMetadata 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.java312 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