Home
last modified time | relevance | path

Searched refs:mBroadcastCode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSettings.java39 private final byte[] mBroadcastCode; field in BluetoothLeBroadcastSettings
51 mBroadcastCode = broadcastCode; in BluetoothLeBroadcastSettings()
64 && Arrays.equals(mBroadcastCode, other.getBroadcastCode()) in equals()
74 Arrays.hashCode(mBroadcastCode), in hashCode()
119 return mBroadcastCode; in getBroadcastCode()
165 if (mBroadcastCode != null) { in writeToParcel()
166 out.writeInt(mBroadcastCode.length); in writeToParcel()
167 out.writeByteArray(mBroadcastCode); in writeToParcel()
223 private byte[] mBroadcastCode = null; field in BluetoothLeBroadcastSettings.Builder
245 mBroadcastCode = original.getBroadcastCode(); in Builder()
[all …]
DBluetoothLeBroadcastMetadata.java61 private final byte[] mBroadcastCode; field in BluetoothLeBroadcastMetadata
143 mBroadcastCode = broadcastCode; in BluetoothLeBroadcastMetadata()
165 && Arrays.equals(mBroadcastCode, other.getBroadcastCode()) in equals()
184 Arrays.hashCode(mBroadcastCode), in hashCode()
203 + (", broadcastCode=" + Arrays.toString(mBroadcastCode)) in toString()
330 return mBroadcastCode; in getBroadcastCode()
435 if (mBroadcastCode != null) { in writeToParcel()
436 out.writeInt(mBroadcastCode.length); in writeToParcel()
437 out.writeByteArray(mBroadcastCode); in writeToParcel()
519 private byte[] mBroadcastCode = null; field in BluetoothLeBroadcastMetadata.Builder
[all …]