Searched refs:mIsAuthoritativeSource (Results 1 – 1 of 1) sorted by relevance
50 private final boolean mIsAuthoritativeSource; field in OperationalDatasetTimestamp120 long encodedValue = (mSeconds << 16) | (mTicks << 1) | (mIsAuthoritativeSource ? 1 : 0); in toTlvValue()153 mIsAuthoritativeSource = isAuthoritativeSource; in OperationalDatasetTimestamp()177 return mIsAuthoritativeSource; in isAuthoritativeSource()205 && mIsAuthoritativeSource == otherTimestamp.mIsAuthoritativeSource; in equals()211 return Objects.hash(mSeconds, mTicks, mIsAuthoritativeSource); in hashCode()