Searched refs:mMinScope (Results 1 – 1 of 1) sorted by relevance
82 private final int mMinScope; field in MulticastRoutingConfig90 mMinScope = scope; in MulticastRoutingConfig()111 return mMinScope; in getMinimumScope()125 mMinScope = in.readInt(); in MulticastRoutingConfig()143 dest.writeInt(mMinScope); in writeToParcel()180 private int mMinScope; field in MulticastRoutingConfig.Builder207 mMinScope = MULTICAST_SCOPE_NONE; in Builder()227 mMinScope = scope; in Builder()242 mMinScope = scope; in setMinimumScope()286 return new MulticastRoutingConfig(mForwardingMode, mMinScope, mListeningAddresses); in build()[all …]