Searched refs:mIsOnlyUpdate (Results 1 – 1 of 1) sorted by relevance
34 private final boolean mIsOnlyUpdate; field in MdnsAdvertisingOptions42 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.Builder117 this.mIsOnlyUpdate = isOnlyUpdate; in setIsOnlyUpdate()133 return new MdnsAdvertisingOptions(mIsOnlyUpdate, mTtl); in build()