Searched refs:mMostSigBits (Results 1 – 1 of 1) sorted by relevance
31 private long mMostSigBits; field in SignedLongLong35 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()