summaryrefslogtreecommitdiff
path: root/framework-t/src/android/net/EthernetNetworkUpdateRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add Nullable IpConfiguration to ethernet update requestPatrick Rohr2022-03-161-9/+19
| | | | | | | | | This is not currently used by anyone, but will allow us to only update NetworkCapabilities in the future. This could be useful for testing. Test: atest EthernetServiceTests Bug: 220017952 Change-Id: I9697399bad2bfe66c6f328064be75f4dfa10af81
* Allowing for null net caps in updateConfigurationJames Mattis2022-03-081-17/+32
| | | | | | | | | | | | | | Marking NetworkCapabilities as nullable in updateConfiguration and updating where needed to support this. This will allow callers of the ethernet network management updateConfiguration API to use it primarily for setting an ethernet network's IP configuration. Bug: 222565654 Bug: 220017952 Bug: 210485380 Test: atest EthernetNetworkUpdateRequestTest Change-Id: I1f80e950acbd078a6b3378e1fa5f1e4173112e79
* Updating Eth Update Request to use BuilderJames Mattis2022-02-241-7/+63
| | | | | | | | | | | | Updating EthernetNetworkUpdateRequest to use a builder for creation and also changing to use IpConfiguration instead of StaticIpConfiguration. Bug: 220017952 Bug: 210487893 Bug: 210485380 Test: atest EthernetServiceTests Change-Id: I78b002c12cf927c075671b75f0fe0d7878443b56
* Marking eth network management APIs @SystemApiJames Mattis2022-02-041-1/+2
| | | | | | | | | | | | Annotating ethernet network management APIs in EthernetManager with @SystemApi. Bug: 210485380 Test: atest EthernetServiceTests atest CtsNetTestCasesLatestSdk Change-Id: I10429441fd4d7b9bcaa7437b844420a43a415d72 Merged-In: I10429441fd4d7b9bcaa7437b844420a43a415d72
* Renaming Ethernet Network Management ClassesJames Mattis2022-02-011-0/+103
Renaming InternalNetwork* files and classes related to ethernet network management to EthernetNetwork* as ethernet is the only trasnport these particular files are used with. Bug: 210485380 Test: atest EthernetServiceTests Change-Id: Ieb3915c032ef5fcd6b36eb09878119de7668bb4b