summaryrefslogtreecommitdiff
path: root/common/tests/unit/src/com/android/net
Commit message (Expand)AuthorAgeFilesLines
* When parsing a netlink message, always advance to the end.Lorenzo Colitti2022-05-271-5/+2
* Add test to verify parsing multiple netlink messages in one buffer.Xiao Ma2022-05-271-11/+44
* Address comments at ag/18372083Junyu Lai2022-05-161-7/+2
* Add PerUidCounterJunyu Lai2022-05-161-0/+114
* Check RouteInfo type in NetUtils#selectBestRouteTaras Antoshchuk2022-03-281-23/+61
* Move InterfaceParamsTest to frameworks/libs/netPatrick Rohr2022-03-041-0/+54
* Add a method to convert public NetworkStats to internal NetworkStatsAaron Huang2022-01-171-0/+68
* Fix int overflow in shiftChalard Jean2022-01-121-0/+16
* PermissionUtils update to validate system featureJames Mattis2022-01-051-1/+35
* [MS19.2] Add constrain and total into utilsJunyu Lai2021-12-272-4/+29
* Merge "Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs"""Taras Antoshchuk2021-12-234-0/+18
|\
| * Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""Taras Antoshchuk2021-12-194-0/+18
* | Merge "[MS10.3] Move multiplySafeByRational to NetworkStatsUtils"Junyu Lai2021-12-211-0/+58
|\ \
| * | [MS10.3] Move multiplySafeByRational to NetworkStatsUtilsJunyu Lai2021-12-201-0/+58
* | | Merge "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""Ayush Sharma2021-12-164-18/+0
|\ \ \ | | |/ | |/|
| * | Revert "Suppress NewApi warnings for @SystemApi -> public APIs"Ayush Sharma2021-12-164-18/+0
* | | Merge "Suppress NewApi warnings for @SystemApi -> public APIs"Taras Antoshchuk2021-12-164-0/+18
|\| |
| * | Suppress NewApi warnings for @SystemApi -> public APIsTaras Antoshchuk2021-12-134-0/+18
| |/
* | Merge changes I15757da1,Ie62b95bfNucca Chen2021-12-151-0/+532
|\ \ | |/ |/|
| * PacketBuilder: add support for UDPHungming Chen2021-12-141-23/+219
| * Add a class to build IPv4 TCP packetHungming Chen2021-12-141-0/+336
* | Merge "Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed."Treehugger Robot2021-12-111-0/+27
|\ \
| * | Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed.Xiao Ma2021-11-301-0/+27
| |/
* | Merge "Add unit test to parse UTF-8 IFLA_IFNAME attribute."Treehugger Robot2021-12-081-3/+38
|\ \
| * | Add unit test to parse UTF-8 IFLA_IFNAME attribute.Xiao Ma2021-12-051-3/+38
* | | Support multiple cleanup blocks in tryTest{}Chalard Jean2021-12-062-0/+54
|/ /
* / [DnsPacketUtils] Knob for name compression supportAswin Sankar2021-11-291-0/+119
|/
* Add catch{} to tryTest{}Chalard Jean2021-11-251-0/+66
* tryTest to return its last evaluated expressionChalard Jean2021-11-252-2/+11
* Make sure no suppressed expression is present when they shouldn'tChalard Jean2021-11-241-9/+8
* Replace assert with assertTrue in CleanupTestChalard Jean2021-11-241-9/+10
* Merge "Enable strict_updatability_linting in frameworks/libs/net"Chiachang Wang2021-11-222-1/+8
|\
| * Enable strict_updatability_linting in frameworks/libs/netChiachang Wang2021-11-192-1/+8
* | Merge "Fix libs/net tests package"Treehugger Robot2021-11-195-0/+920
|\ \ | |/ |/|
| * Fix libs/net tests packageRemi NGUYEN VAN2021-11-195-0/+920
* | Add JniUtil to identify jni library by package namemarkchien2021-11-111-0/+38
* | Merge "Add data structures to parse netlink route messages."Xiao Ma2021-11-051-0/+193
|\ \ | |/ |/|
| * Add data structures to parse netlink route messages.Xiao Ma2021-11-051-0/+193
* | Move static utils to the static libraryChalard Jean2021-10-273-0/+521
|/
* Add data structures to parse netlink IP address messages.Xiao Ma2021-10-212-1/+151
* Add data structures to parse netlink link messages.Xiao Ma2021-10-153-1/+227
* Add a new utility to improve stack traces from automatic testingChalard Jean2021-09-172-0/+196
* Merge "Parse ND options in netlink message as an ByteBuffer slice."Xiao Ma2021-09-072-5/+13
|\
| * Parse ND options in netlink message as an ByteBuffer slice.Xiao Ma2021-08-312-5/+13
* | Merge "Add StructNdOptRdnss class to parse RDNSS option from netlink message."Xiao Ma2021-09-072-3/+239
|\|
| * Add StructNdOptRdnss class to parse RDNSS option from netlink message.Xiao Ma2021-08-312-3/+239
* | Test CollectionUtils.containsHungming Chen2021-08-271-0/+16
|/
* Migrate netlink-client to net-utils-device-common-netlink.Xiao Ma2021-07-299-0/+1921
* Use module util HexDump in StructTestRemi NGUYEN VAN2021-06-241-1/+0
* Add isFeatureEnabled by checking with apex module versionmarkchien2021-05-141-3/+49