Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastMetadata.java52 private final @BluetoothDevice.AddressType int mSourceAddressType; field in BluetoothLeBroadcastMetadata
135 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastMetadata()
157 return mSourceAddressType == other.getSourceAddressType() in equals()
176 mSourceAddressType, in hashCode()
195 + ("sourceAddressType=" + mSourceAddressType) in toString()
223 return mSourceAddressType; in getSourceAddressType()
423 out.writeInt(mSourceAddressType); in writeToParcel()
510 private @BluetoothDevice.AddressType int mSourceAddressType = field in BluetoothLeBroadcastMetadata.Builder
542 mSourceAddressType = original.getSourceAddressType(); in Builder()
589 mSourceAddressType = sourceAddressType; in setSourceDevice()
[all …]
DBluetoothLeBroadcastReceiveState.java170 private final @BluetoothDevice.AddressType int mSourceAddressType; field in BluetoothLeBroadcastReceiveState
308 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastReceiveState()
345 return mSourceAddressType; in getSourceAddressType()
492 out.writeInt(mSourceAddressType); in writeToParcel()
523 + (int) mSourceAddressType in toString()