Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DOperationalDatasetTimestamp.java50 private final boolean mIsAuthoritativeSource; field in OperationalDatasetTimestamp
120 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()