Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertisingOptions.java85 final MdnsAdvertisingOptions otherOptions = (MdnsAdvertisingOptions) other; in equals() local
86 return mIsOnlyUpdate == otherOptions.mIsOnlyUpdate in equals()
87 && Objects.equals(mTtl, otherOptions.mTtl); in equals()