Searched refs:mBroadcastCode (Results 1 – 2 of 2) sorted by relevance
39 private final byte[] mBroadcastCode; field in BluetoothLeBroadcastSettings51 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.Builder245 mBroadcastCode = original.getBroadcastCode(); in Builder()[all …]
61 private final byte[] mBroadcastCode; field in BluetoothLeBroadcastMetadata143 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 …]