Searched refs:otherOptions (Results 1 – 1 of 1) sorted by relevance
85 final MdnsAdvertisingOptions otherOptions = (MdnsAdvertisingOptions) other; in equals() local86 return mIsOnlyUpdate == otherOptions.mIsOnlyUpdate in equals()87 && Objects.equals(mTtl, otherOptions.mTtl); in equals()