Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java31 private long mMostSigBits; field in SignedLongLong
35 this.mMostSigBits = mostSigBits; in SignedLongLong()
71 if (mMostSigBits == another.mMostSigBits) { in compareTo()
80 if (mMostSigBits < another.mMostSigBits) { in compareTo()
96 return BluetoothMapUtils.getLongLongAsString(mLeastSigBits, mMostSigBits); in toHexString()
114 if (mMostSigBits != other.mMostSigBits) { in equals()
121 return mMostSigBits; in getMostSignificantBits()