Searched refs:mInboundTsList (Results 1 – 3 of 3) sorted by relevance
191 @NonNull protected final List<IkeTrafficSelector> mInboundTsList = new LinkedList<>(); field in ChildSessionParams.Builder203 mInboundTsList.add(trafficSelector); in addInboundTs()227 if (mInboundTsList.isEmpty()) { in addDefaultTsIfNotConfigured()228 mInboundTsList.add(DEFAULT_TRAFFIC_SELECTOR_IPV4); in addDefaultTsIfNotConfigured()229 mInboundTsList.add(DEFAULT_TRAFFIC_SELECTOR_IPV6); in addDefaultTsIfNotConfigured()
151 mInboundTsList.toArray(new IkeTrafficSelector[0]), in build()
391 mInboundTsList.toArray(new IkeTrafficSelector[0]), in build()