Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertisingOptions.java34 private final boolean mIsOnlyUpdate; field in MdnsAdvertisingOptions
42 this.mIsOnlyUpdate = isOnlyUpdate; in MdnsAdvertisingOptions()
67 return mIsOnlyUpdate; in isOnlyUpdate()
86 return mIsOnlyUpdate == otherOptions.mIsOnlyUpdate in equals()
93 return Objects.hash(mIsOnlyUpdate, mTtl); in hashCode()
98 return "MdnsAdvertisingOptions{" + "mIsOnlyUpdate=" + mIsOnlyUpdate + ", mTtl=" + mTtl in toString()
106 private boolean mIsOnlyUpdate = false; field in MdnsAdvertisingOptions.Builder
117 this.mIsOnlyUpdate = isOnlyUpdate; in setIsOnlyUpdate()
133 return new MdnsAdvertisingOptions(mIsOnlyUpdate, mTtl); in build()