summaryrefslogtreecommitdiff
path: root/tests/net/java/com
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge "Support changing the NAT64 prefix without removing it."Lorenzo Colitti2020-04-161-2/+23
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Support changing the NAT64 prefix without removing it.Lorenzo Colitti2020-04-161-2/+23
| | |/ / /
| * | | | Merge "Set transport types to resolver"Lorenzo Colitti2020-04-132-8/+127
| |\ \ \ \
| | * | | | Set transport types to resolverchenbruce2020-04-112-8/+127
| | |/ / /
| * / / / Add gating, logging for PhoneStateListener's limitHall Liu2020-04-071-0/+3
| |/ / /
| * | | Rename the *Nat64Prefix to *Nat64PrefixFromDns.Lorenzo Colitti2020-04-021-5/+5
| * | | Merge changes from topics "api-fix-networkagent", "satisfiedby"Chalard Jean2020-04-021-3/+6
| |\ \ \
| | * | | Rename satisfiedBy into canBeSatisfiedByChalard Jean2020-04-011-3/+6
| * | | | Merge "Only apply VPN isolation if it's fully routed"Lorenzo Colitti2020-04-021-0/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Only apply VPN isolation if it's fully routedRubin Xu2020-04-011-0/+5
| * | | | Merge "Use IBinder as key for ConnectivityDiagnostics storage in CS."Cody Kesting2020-03-311-12/+4
| |\ \ \ \
| | * | | | Use IBinder as key for ConnectivityDiagnostics storage in CS.Cody Kesting2020-03-301-12/+4
| * | | | | Merge "Make VpnProfile.maxMtu default value match Ikev2VpnProfile"Benedict Wong2020-03-311-1/+1
| |\ \ \ \ \
| | * | | | | Make VpnProfile.maxMtu default value match Ikev2VpnProfileBenedict Wong2020-03-271-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge "Invoke onConnectivityReport on registering ConnectivityDiagnostics."Cody Kesting2020-03-311-0/+34
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Invoke onConnectivityReport on registering ConnectivityDiagnostics.Cody Kesting2020-03-301-0/+34
| * | | | Merge "Automatically set IPsec tunnel interface as up"Benedict Wong2020-03-253-6/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Automatically set IPsec tunnel interface as upBenedict Wong2020-03-103-6/+15
| * | | | Merge changes from topic "netstack_constant_cherrypick"Remi NGUYEN VAN2020-03-231-1/+0
| |\ \ \ \
| | * | | | Remove usage of Context.NETWORK_STACK_SERVICERemi NGUYEN VAN2020-03-231-1/+0
| * | | | | Merge "Change NetworkCapabilties administrator UIDs to be stored as int[]."Cody Kesting2020-03-191-4/+4
| |\ \ \ \ \
| | * | | | | Change NetworkCapabilties administrator UIDs to be stored as int[].Cody Kesting2020-03-181-4/+4
| * | | | | | [SM07] Make combine subtype configurable from Settingsjunyulai2020-03-191-0/+1
| * | | | | | [SM05] Enable record mobile network stats by collapsed rat typejunyulai2020-03-192-50/+149
| * | | | | | Merge "Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL"Paul Hu2020-03-191-38/+8
| |\ \ \ \ \ \
| | * | | | | | Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPLpaulhu2020-03-111-38/+8
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge "Restrict VPN Diagnostics callbacks to underlying networks."Cody Kesting2020-03-181-2/+26
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Restrict VPN Diagnostics callbacks to underlying networks.Cody Kesting2020-03-161-2/+26
| * | | | | | Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregisterjunyulai2020-03-181-1/+1
| * | | | | | Merge "mtu: Add MTU parameter to Routes"Lorenzo Colitti2020-03-181-5/+90
| |\ \ \ \ \ \
| | * | | | | | mtu: Add MTU parameter to RoutesTyler Wear2020-03-111-5/+90
| | | |/ / / / | | |/| | | |
| * | | | | | Merge "[SP25] Rename functions that add Entry conditionally"Junyu Lai2020-03-181-2/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | [SP25] Rename functions that add Entry conditionallyjunyulai2020-03-181-2/+2
| * | | | | | Merge "Update ConnectivityDiagnosticsCallback function name."Cody Kesting2020-03-171-2/+3
| |\ \ \ \ \ \
| | * | | | | | Update ConnectivityDiagnosticsCallback function name.Cody Kesting2020-03-171-2/+3
| * | | | | | | Merge "Ensure that NetworkFactory objects cannot be reused."Lorenzo Colitti2020-03-171-3/+35
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Ensure that NetworkFactory objects cannot be reused.Lorenzo Colitti2020-03-171-3/+35
| * | | | | | | Merge "Clean up unit testing for ConnectivityDiagnostics."Cody Kesting2020-03-161-9/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Clean up unit testing for ConnectivityDiagnostics.Cody Kesting2020-03-101-9/+5
| * | | | | | | Merge "Protect ConnectivityService from SecurityException in permission check."Cody Kesting2020-03-161-0/+20
| |\| | | | | | | | |/ / / / / | |/| | | | |
| | * | | | | Protect ConnectivityService from SecurityException in permission check.Cody Kesting2020-03-091-0/+20
| | |/ / / /
| * | | | | [SP24] Rename functions that add Entry unconditionallyjunyulai2020-03-162-81/+84
| * | | | | Merge "[SP21] Address comments for API council review about aosp/1172143"Junyu Lai2020-03-161-7/+7
| |\ \ \ \ \
| | * | | | | [SP21] Address comments for API council review about aosp/1172143junyulai2020-03-121-7/+7
| | |/ / / /
| * | | | | Merge "Resolve ambiguous argument."Chalard Jean2020-03-141-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Resolve ambiguous argument.Chalard Jean2020-03-131-2/+2
| * | | | | Merge "Remove redundant connected notification"Treehugger Robot2020-03-132-37/+12
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove redundant connected notificationlucaslin2020-03-052-37/+12
| * | | | | Merge "Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics."Cody Kesting2020-03-091-5/+15
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics.Cody Kesting2020-03-041-5/+15