summaryrefslogtreecommitdiff
path: root/service/src/com/android/server/ConnectivityService.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge "Fix a possible system server crash" am: 51176d0a67 am: d79bd5c622Chalard Jean2021-07-271-1/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Remove DISCONNECTING check from handleReportNetworkConnectivity" am: 9...Chiachang Wang2021-07-261-2/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge "Rename PREFERENCE_PRIORITY_* to PREFERENCE_ORDER_*" am: 0e3b1e0b57 am:...Paul Hu2021-07-261-59/+59
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Update network preference priority value for VPN am: da7129d862 am: 29797ebfaepaulhu2021-07-121-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Only pass the NRI for removal in NRI#binderDied" am: 24fa1d7a8f am: 48...James Mattis2021-07-091-10/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "Remove exclusivity restriction of multiple preferences" into sc-dev am...Paul Hu2021-07-071-123/+89
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Remove exclusivity restriction of multiple preferencespaulhu2021-07-071-123/+89
| | * | | | | | | | | Allow non-VPNs to have underlying networks.Treehugger Robot2021-07-021-12/+7
| * | | | | | | | | | Merge "Consider NetworkOffer is unneeded if it cannot satisfy the request" am...Junyu Lai2021-07-051-6/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge "Allow non-VPNs to have underlying networks." am: 5903d5646c am: 9a7c9c...Treehugger Robot2021-07-021-12/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge "Use Netd new added/removed uid range methods" into sc-dev am: 29194db12fPaul Hu2021-07-021-18/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge "Use Netd new added/removed uid range methods" into sc-devPaul Hu2021-07-021-18/+15
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Use Netd new added/removed uid range methodspaulhu2021-07-011-18/+15
| | * | | | | | | | | | | | Change to REQUEST from LISTEN for mobile data preferred uids featurePaul Hu2021-07-021-1/+1
| | * | | | | | | | | | | | Fix network callback with the same PendingIntent does not releaseTreehugger Robot2021-07-011-1/+2
| | * | | | | | | | | | | | Fix null PendingIntent in network listensRemi NGUYEN VAN2021-06-291-3/+10
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Provide a way to override the avoid bad wifi configurationChiachang Wang2021-06-231-0/+31
| | * | | | | | | | | | | Remove ConnectivityServiceTest signature perms useRemi NGUYEN VAN2021-06-231-2/+16
| | * | | | | | | | | | | Merge "Send a proxy broadcast when apps moved from/to a VPN" into sc-devLucas Lin2021-06-181-0/+26
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Send a proxy broadcast when apps moved from/to a VPNLucas Lin2021-06-171-0/+26
| | * | | | | | | | | | | | Update CS so that per-app OEM APIs can be testedJames Mattis2021-06-161-12/+65
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Correctly get uids for per-app network preferencesLorenzo Colitti2021-06-151-17/+17
| * | | | | | | | | | | | Report result SKIPPED in ConnDiags if the network is not validated. am: f1120...Cody Kesting2021-07-021-40/+131
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Report result SKIPPED in ConnDiags if the network is not validated. am: f1120...Cody Kesting2021-07-021-40/+131
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Merge "Change to REQUEST from LISTEN for mobile data preferred uids feature" ...Paul Hu2021-07-021-1/+1
| |\| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge "Fix network callback with the same PendingIntent does not release" am:...Treehugger Robot2021-06-301-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Fix null PendingIntent in network listens" am: 27a942cb32 am: 78aa9a4bdcRemi NGUYEN VAN2021-06-281-3/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Provide a way to override the avoid bad wifi configuration" am: 38e8c2...Chiachang Wang2021-06-231-0/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Remove ConnectivityServiceTest signature perms use" am: 54c7434f0d am:...Remi NGUYEN VAN2021-06-161-2/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update CS so that per-app OEM APIs can be tested am: fa270db5f7 am: 6c54d5e4c4James Mattis2021-06-161-12/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update CS so that per-app OEM APIs can be tested am: fa270db5f7James Mattis2021-06-161-12/+65
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Merge "Send a proxy broadcast when apps moved from/to a VPN" am: cfc86ef0f6 a...Lucas Lin2021-06-151-0/+26
| |\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge "Add DEFAULT_NETWORK_PRIORITY constants" into sc-dev am: dcba997adfPaul Hu2021-06-141-13/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge "Add DEFAULT_NETWORK_PRIORITY constants" into sc-devPaul Hu2021-06-141-13/+65
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Add DEFAULT_NETWORK_PRIORITY constantspaulhu2021-06-111-13/+65
| * | | | | | | | | | | | | | | | | | | | | Merge "Add more unit tests for mobile data preferred uids feature" into sc-de...Paul Hu2021-06-141-1/+1
| |\| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge "Add more unit tests for mobile data preferred uids feature" into sc-devPaul Hu2021-06-141-1/+1
| | |\| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Add more unit tests for mobile data preferred uids featurepaulhu2021-06-111-1/+1
| | * | | | | | | | | | | | | | | | | | | | Don't send onLinkPropertiesChanged after onLost for 464xlat.Lorenzo Colitti2021-06-111-3/+2
| | |/ / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | Require location permission for ConnDiags WiFi only.Treehugger Robot2021-06-071-1/+9
| * | | | | | | | | | | | | | | | | | | | Merge "Correctly get uids for per-app network preferences" am: 473ddeaebb am:...Lorenzo Colitti2021-06-141-17/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes I8d15b626,I993e8da9 am: d15e52eca9 am: 3cc611d69aRemi NGUYEN VAN2021-06-111-8/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Use shell permission to query current user" am: dbb2a23a38 am: 7252278df7Remi NGUYEN VAN2021-06-101-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Don't send onLinkPropertiesChanged after onLost for 464xlat." am: a3f1...Lorenzo Colitti2021-06-091-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Require location permission for ConnDiags WiFi only." am: 5cfbc2e4cc a...Treehugger Robot2021-06-071-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge "Implement mobile data preferred uids feature" into sc-devPaul Hu2021-06-041-5/+91
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Implement mobile data preferred uids featurepaulhu2021-06-021-5/+91
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove framework-connectivity-annotations libraryAaron Huang2021-06-011-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Merge "Check location permission for ConnDiags last." into sc-devTreeHugger Robot2021-05-221-11/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Check location permission for ConnDiags last.Cody Kesting2021-05-211-11/+24