Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DNearbyDeviceParcelable.java232 NearbyDeviceParcelable otherNearbyDeviceParcelable = (NearbyDeviceParcelable) other; in equals() local
233 return mDeviceId == otherNearbyDeviceParcelable.mDeviceId in equals()
234 && mScanType == otherNearbyDeviceParcelable.mScanType in equals()
235 && (Objects.equals(mName, otherNearbyDeviceParcelable.mName)) in equals()
236 && (mMedium == otherNearbyDeviceParcelable.mMedium) in equals()
237 && (mTxPower == otherNearbyDeviceParcelable.mTxPower) in equals()
238 && (mRssi == otherNearbyDeviceParcelable.mRssi) in equals()
239 && (mAction == otherNearbyDeviceParcelable.mAction) in equals()
241 mPublicCredential, otherNearbyDeviceParcelable.mPublicCredential)) in equals()
243 mBluetoothAddress, otherNearbyDeviceParcelable.mBluetoothAddress)) in equals()
[all …]