summaryrefslogtreecommitdiff
path: root/framework/src/android/net/NetworkCapabilities.java
Commit message (Expand)AuthorAgeFilesLines
* Add @RequiresPermission for setUnderlyingNetworkslucaslin2022-03-221-3/+17
* Rename setAccessUids to setAllowedUidsChalard Jean2022-03-161-31/+32
* Use int array for included and excluded uidsSooraj Sasindran2022-03-161-5/+10
* Merge "Allow test+other networks to have specifiers"Remi NGUYEN VAN2022-02-141-3/+6
|\
| * Allow test+other networks to have specifiersRemi NGUYEN VAN2022-01-121-3/+6
* | Merge "Fix documentation link"Treehugger Robot2022-02-041-2/+2
|\ \
| * | Fix documentation linkKweku Adams2022-01-141-2/+2
| |/
* | Use packBitList to prevent long-related mistakesChalard Jean2022-02-021-37/+40
* | Expose access UIDs.Chalard Jean2022-01-311-6/+6
* | Send access UIDs to netdChalard Jean2022-01-311-0/+7
* | Add accessUids to NetworkCapabilities.Chalard Jean2022-01-311-11/+139
* | Add low latency and high bandwidth network capabilitiesSooraj Sasindran2022-01-251-1/+15
* | Add support for Multiple enterprise sliceSooraj Sasindran2022-01-221-93/+110
|/
* Add enterpriseSpecifierSooraj Sasindran2021-12-231-2/+185
* Added a new network capability MMTELJack Yu2021-12-211-1/+8
* Revert "Added a new network capability MMTEL"Martijn Coenen2021-12-211-8/+1
* Added a new network capability MMTELJack Yu2021-12-161-1/+8
* Genericize NC#hasSameUidsChalard Jean2021-12-161-24/+2
* Mark arg to NC#appliesToUidRange non-nullChalard Jean2021-12-131-1/+1
* Remove NetworkCapabilities#combine*Chalard Jean2021-12-131-143/+0
* Merge "Qualify references to WifiNetworkSuggestions"Anton Hansson2021-10-211-9/+8
|\
| * Qualify references to WifiNetworkSuggestionsAnton Hansson2021-10-201-9/+8
* | Add underlying networks into NetworkAgentInfo if anylucaslin2021-10-191-2/+5
|/
* Add new APIs in NetworkCapabilities to set and get underlying networkslucaslin2021-10-151-2/+74
* Add a mode for cell radios unable to time shareChalard Jean2021-09-181-0/+8
* Separate test into reasonable multiple testsChiachang Wang2021-08-171-1/+1
* Fix NetworkCapabilities MTS on S, CTS on S+moduleRemi NGUYEN VAN2021-08-161-0/+13
* The net cap value should be bit shifted before &ingChiachang Wang2021-08-111-2/+2
* Add new network capabilities to support automotive head unit via USBlucaslin2021-07-081-4/+21
* Merge "Send a proxy broadcast when apps moved from/to a VPN"Lucas Lin2021-06-151-13/+23
|\
| * Send a proxy broadcast when apps moved from/to a VPNlucaslin2021-06-081-13/+23
* | Keep subIds for Test NetworkCapabilities.Cody Kesting2021-06-091-0/+4
|/
* Merge "Replace clearAll with withoutDefaultCapabilities"Chiachang Wang2021-05-171-11/+15
|\
| * Replace clearAll with withoutDefaultCapabilitiesChiachang Wang2021-05-141-11/+15
* | Do not automatically redact TransportInfo objects.Lorenzo Colitti2021-05-131-17/+5
* | Merge "Allow any transport with TEST if the network is restricted"Chalard Jean2021-05-121-4/+14
|\ \
| * | Allow any transport with TEST if the network is restrictedChalard Jean2021-05-111-4/+14
| |/
* | Merge "Rename unwanted capabilities to forbidden capabilities."Lorenzo Colitti2021-05-121-46/+46
|\ \
| * | Rename unwanted capabilities to forbidden capabilities.Lorenzo Colitti2021-05-111-46/+46
| |/
* | Merge "Emphasize possibility of multiple networks with same transport"David Su2021-05-111-1/+2
|\ \ | |/ |/|
| * Emphasize possibility of multiple networks with same transportDavid Su2021-03-051-1/+2
* | [VCN19] Rename get/setSubIds to get/setSubscriptionIdsjunyulai2021-04-191-10/+10
* | Merge "Remove Network, NetworkRequest metrics from jobscheduler"Aaron Huang2021-04-081-29/+0
|\ \
| * | Remove Network, NetworkRequest metrics from jobschedulerAaron Huang2021-04-071-29/+0
* | | Merge "Assign the bit calculation as long to prevent overflow"Chiachang Wang2021-04-071-8/+9
|\ \ \
| * | | Assign the bit calculation as long to prevent overflowChiachang Wang2021-04-071-8/+9
| |/ /
* | | Merge "ConnectivityManager: Address review comments from aosp/1595396"Treehugger Robot2021-04-071-1/+3
|\ \ \
| * | | ConnectivityManager: Address review comments from aosp/1595396Roshan Pius2021-04-061-1/+3
* | | | NetworkCapabilities: Hide copy constructorRoshan Pius2021-04-051-1/+0
| |/ / |/| |
* | | Merge "Downgrade list of subIds in NetworkCapabilities to @SystemApi"Benedict Wong2021-04-021-0/+13
|\ \ \