summaryrefslogtreecommitdiff
path: root/core/java/android/net/vcn/VcnGatewayConnectionConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve the API doc for setVcnUnderlyingNetworkPriorities"Yan Yan2022-01-241-2/+2
|\
| * Improve the API doc for setVcnUnderlyingNetworkPrioritiesYan Yan2022-01-131-2/+2
* | Add minimum required bandwidth to network templatesBenedict Wong2022-01-131-4/+0
|/
* Expose APIs to configure underlying network priorityYan Yan2022-01-061-11/+9
* Update setter/getters to configure underlying network priorityYan Yan2022-01-061-60/+75
* Rename VcnUnderlyingNetworkPrioirty to VcnUnderlyingNetworkTemplateYan Yan2022-01-061-15/+15
* Revert "Added a new network capability MMTEL"Martijn Coenen2021-12-211-2/+0
* Added a new network capability MMTELJack Yu2021-12-161-0/+2
* Support parsing VcnGatewayConnectionConfig without UnderlyingNetworkPrioritiesYan Yan2021-12-081-9/+25
* Update #hashCode & #equals with mUnderlyingNetworkPrioritiesYan Yan2021-12-071-0/+2
* Calculate priority based on caller configurationsYan Yan2021-12-061-1/+3
* Support configuring VcnUnderlyingNetworkPriority in VcnGatwayConnectionConfigYan Yan2021-12-011-0/+97
* Merge "Include IkeTunnelConnectionParams in #hashCode and #equals"Yan Yan2021-06-221-0/+2
|\
| * Include IkeTunnelConnectionParams in #hashCode and #equalsYan Yan2021-06-221-0/+2
* | Convert VcnNetworkProvider to use NetworkOffersCody Kesting2021-06-151-1/+6
|/
* Remove underlying network capsBenedict Wong2021-05-141-93/+0
* Require MOBIKE for IkeSessionParams in VCN configs.Cody Kesting2021-05-111-0/+8
* Update set|getRetryIntervalsMs to MillisBenedict Wong2021-04-271-4/+4
* Remove TunnelConnectionParams interfaceYan Yan2021-04-261-8/+8
* Replace VcnControlPlaneConfig with TunnelConnectionParamsYan Yan2021-04-211-21/+26
* Rename get/setRetryInterval to get/setRetryIntervalsMsBenedict Wong2021-04-211-18/+4
* Expose API for identifying GatewayConnections.Cody Kesting2021-03-311-12/+0
* Update identification for onGatewayConnectionError().Cody Kesting2021-03-311-1/+48
* Hide required underlying caps APIsBenedict Wong2021-03-171-12/+10
* API: Expose VcnControlPlaneConfigYan Yan2021-02-181-8/+0
* Store VcnControlPlaneConfig in VcnGatewayConnectionConfigYan Yan2021-02-171-3/+50
* Expose Basic VCN API surfaceBenedict Wong2021-02-161-38/+24
* Prep VCN files for exposing APIsBenedict Wong2021-01-261-29/+113
* Remove usage of NetCapabilityRemi NGUYEN VAN2021-01-151-8/+6
* Implement basic VcnConfig and VcnGatewayConnectionConfigBenedict Wong2020-12-161-10/+391
* Add VcnTunnel, UnderlyingNetworkTracker skeletonsBenedict Wong2020-11-191-0/+86