summaryrefslogtreecommitdiff
path: root/framework/src/android/net/TcpKeepalivePacketData.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace fields with getters in keepalive APIRemi NGUYEN VAN2021-04-081-6/+73
| | | | | | | | General guidance is to have getters in the API instead of fields. Fixes: 181014882 Test: m Change-Id: Id4bfc447701e8d0380163047779fbba043f17b6f
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-0/+163
Files that are planned to be part of the connectivity module are grouped in packages/Connectivity, so they can be built separately and moved in one operation with their history into packages/modules/Connectivity. This places the files in the existing framework-connectivity-sources filegroup instead of the current framework-core-sources filegroup. Both are used the same way in framework-non-updatable-sources. Bug: 171540887 Test: m Change-Id: I62d9d91574ace6f5c4624035d190260c3126b91e