Treehugger Robot
8aa04b89e0
Merge "Migrate NetworkStack modules to use modules-utils"
2021-11-11 13:56:26 +00:00
Nicolas Geoffray
b5a0ed6fce
Merge "Fix typo." am: 32eb226956
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1888735
Change-Id: I74ff9d7849b370a1fecbcac4f1bf1eb735af3adf
2021-11-11 12:27:19 +00:00
Nicolas Geoffray
32eb226956
Merge "Fix typo."
2021-11-11 12:05:37 +00:00
Mathew Inwood
5d6b13a1fc
Make mainline API defs visible to CTS.
...
These API definitions need to be used by CTS tests so that can assert
things about the mainline API surface differently to the non-updatable
API surface.
Bug: 153997280
Test: m
Change-Id: I275fed235c879c7519c131119ac9384d1aef75d9
2021-11-11 11:21:08 +00:00
Nicolas Geoffray
26ef5ab715
Fix typo.
...
Test: n/a
Change-Id: Iacfde2e7b3e85e41233681302beed4db3f9ca576
2021-11-11 10:27:02 +00:00
Treehugger Robot
0ac302e29f
Merge "include OWNERS from packages/modules/Connectivity" am: 300f1214e7
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1888340
Change-Id: Ia1180e48bf5b4e7137f84d833e97f75cf485a3e1
2021-11-11 10:10:18 +00:00
Luke Edgar
c8b5598a14
Merge "AAPT Files - Permit invariant filepaths for getting file names" am: 0ba2a37eaf
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1884590
Change-Id: I9c97f7859fd833fdac44b54e30fb4fc6e6f6255e
2021-11-11 10:09:10 +00:00
Treehugger Robot
300f1214e7
Merge "include OWNERS from packages/modules/Connectivity"
2021-11-11 09:30:20 +00:00
Luke Edgar
0ba2a37eaf
Merge "AAPT Files - Permit invariant filepaths for getting file names"
2021-11-11 09:17:33 +00:00
Maciej Żenczykowski
10a620f215
include OWNERS from packages/modules/Connectivity
...
Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I605a5ffe7a2f5f3a9086bce07b7295a53d80a43e
2021-11-11 07:46:14 +00:00
Treehugger Robot
0c736664e8
Merge "replace R + 1 with S" am: 02842ed864
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1888215
Change-Id: Iade03b2ca209de7b62d7f45c7af859eb8ceccf45
2021-11-11 05:40:46 +00:00
Treehugger Robot
02842ed864
Merge "replace R + 1 with S"
2021-11-11 05:23:35 +00:00
Vishnu Nair
cbb12e2e76
WM: Handle primary display orientation when calculating the transform hint
...
Query the surface flinger property
ro.surface_flinger.primary_display_orientation to determine the
primary display's install orientation. If the window is on the
primary display, then update the transform hint passed on to the
client.
Bug: 196167822
Test: check initial buffer transforms on displays with a different
install orientation
Change-Id: Idf010cd6be73172ba708820f87046c3ba3cf8001
Merged-In: Idf010cd6be73172ba708820f87046c3ba3cf8001
2021-11-11 03:14:21 +00:00
Avinash Malipatil
d08620c4c8
Merge "Add carrier configurations for Opportunistic SIM Activation" am: 49020459ed
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1870554
Change-Id: I99f4da46b04fd5843444921d18a0cc1daae9f116
2021-11-11 02:59:52 +00:00
Avinash Malipatil
49020459ed
Merge "Add carrier configurations for Opportunistic SIM Activation"
2021-11-11 02:44:33 +00:00
Avinash Malipatil
a27b8d1a4a
Add carrier configurations for Opportunistic
...
SIM Activation
Bug: 204262106
Test: build
Change-Id: I1dbd33c05c839226fa4639cc296635f423cac0b0
2021-11-11 02:44:01 +00:00
Maciej Żenczykowski
d94c963551
replace R + 1 with S
...
Test: TreeHugger
Bug: 170424293
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ic28aa1a568bbd0b6d4f06abb7294415afd695fff
2021-11-10 18:16:42 -08:00
Maciej Żenczykowski
cb6164c141
remove PROP_QTAGUID_ENABLED
...
Remaining hits:
$ repo grep 'net.qtaguid_enabled|PROP_QTAGUID_ENABLED' | egrep -v '^external/cpuinfo/test/mock/'
art/Binary file tools/ahat/etc/L.hprof matches
cts/Binary file tools/release-parser/tests/resources/boot-framework.art matches
external/cpuinfo/test/dmesg/oppo-r9.log:2212:<14>[ 12.785966] (6)[1:init]init: [PropSet]: pid:887 uid:1000 gid:1000 set net.qtaguid_enabled=1
prebuilts/runtime/appcompat/hiddenapi-flags.csv:412141:Lcom/android/server/NetworkManagementSocketTagger;->PROP_QTAGUID_ENABLED:Ljava/lang/String;,blocked
Bug: 161325508
Test: atest, TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ifa30a7549396312a970fc07c37e8fa8ed85abec0
2021-11-10 15:52:30 -08:00
Emilian Peev
62d405415b
MediaUtils: Tag HAL_PIXEL_FORMAT_RAW12 as non-YUV
...
Bug: 205179321
Test: Camera CTS
Change-Id: Ib2e7d510db8502e9ed0829e924e741ece7158a4f
2021-11-10 14:16:56 -08:00
Donald Chai
b78ad69fa0
Merge "Fix some obvious typos and copy-paste bugs." am: 1cfd0c7546
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1851673
Change-Id: I3274da8750b5df89c1171cfa97827a7f64e140cb
2021-11-10 21:46:24 +00:00
Hao Ke
4c669c6685
Merge "Adding typed Parcel readMap and readHashMap APIs." am: c1f406eb81
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1882888
Change-Id: I7a0f799af3f2c1fead2f8471e4b50af2fbd88487
2021-11-10 21:46:00 +00:00
Yifan Hong
e25ab8bef5
Merge "health package: switch to aidl HealthInfo" am: acda40633a
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1883548
Change-Id: Ia96d6d262c8cc2ad722dca26ad076ade5678ea56
2021-11-10 21:45:21 +00:00
Donald Chai
1cfd0c7546
Merge "Fix some obvious typos and copy-paste bugs."
2021-11-10 21:16:52 +00:00
Hao Ke
c1f406eb81
Merge "Adding typed Parcel readMap and readHashMap APIs."
2021-11-10 21:14:41 +00:00
Yifan Hong
acda40633a
Merge "health package: switch to aidl HealthInfo"
2021-11-10 21:10:54 +00:00
David Brazdil
3169ea6042
Merge "Add virtualization_framework_native flag namespace" am: 5d72f2eaed
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1873903
Change-Id: I708bdd1bb6966286bee96bd2546a5ab64920ce7a
2021-11-10 21:00:04 +00:00
Jack Nudelman
da76b83197
Adds new configs to support 5g+4g opportunistic switching.
...
Bug: 186688682
Test: manual testing
Change-Id: Ia78bde63f2471823bb5765cd8022b1aca0074923
2021-11-10 20:55:59 +00:00
David Brazdil
5d72f2eaed
Merge "Add virtualization_framework_native flag namespace"
2021-11-10 20:42:25 +00:00
Kevin Chyn
b3b52c3eaf
Merge "Workaround to support low-area UDFPS on BP" am: 2490ffdc5f
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1885957
Change-Id: Icc5ee044eb6203e2df5d881134246693bfa8f665
2021-11-10 20:25:04 +00:00
Kevin Chyn
2490ffdc5f
Merge "Workaround to support low-area UDFPS on BP"
2021-11-10 19:58:15 +00:00
Jaegeuk Kim
e08bbb4add
Merge "Compress .so files for PackageManager to reclaim the space" am: 97fe9c7a9c
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1884703
Change-Id: Idf87aaccb7e3fc59d7e1f258f8e2e4fae58825d9
2021-11-10 16:53:42 +00:00
Jaegeuk Kim
97fe9c7a9c
Merge "Compress .so files for PackageManager to reclaim the space"
2021-11-10 16:33:16 +00:00
satayev
a7e21f7e63
Merge "Update compat owners." am: 39bf2ed7e5
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1886324
Change-Id: Iaee345c2cafab863351dedef7d6ee1442ea5fbb4
2021-11-10 15:48:52 +00:00
Rambo Wang
621565a21a
Merge "Update javadoc of TelephonyManager#isModemEnabledForSlot" am: be6e81a4ea
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1878022
Change-Id: I18f8a5d02df26bbf980d4ed0f14a4e825cdf4374
2021-11-10 15:48:18 +00:00
Hao Ke
446144c9a8
Adding typed Parcel readMap and readHashMap APIs.
...
Added typed read API of `readMap` and `readHashMap`,
that takes extra clazz parameters check that the class written
on the wire is the same or a descendant from the one provided
as the key and value arguments.
Doing so could enhance the security of Parcel deserialization,
as it would prevent unexpected types of objects being deserialized.
More details can be found at go/safer-parcel.
Test: atest -d android.os.cts.ParcelTest
Bug: 195622897
Change-Id: Ife9d1d7277b6345a6e11856179c301339b2dc087
2021-11-10 15:45:12 +00:00
satayev
39bf2ed7e5
Merge "Update compat owners."
2021-11-10 15:42:31 +00:00
satayev
73c5df816c
Update compat owners.
...
Bug: N/A
Test: N/A
Change-Id: I548b7310c7b77fbcdf3c6f7d85bde8d0129cf460
2021-11-10 15:35:30 +00:00
Rambo Wang
be6e81a4ea
Merge "Update javadoc of TelephonyManager#isModemEnabledForSlot"
2021-11-10 15:28:44 +00:00
Nicolas Geoffray
846984a499
Merge "Add a README to frameworks/base/config." am: ec2aafa614
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1885634
Change-Id: Ibf7402036c0a58ba225cd45cf397dc8a913d5363
2021-11-10 12:53:34 +00:00
Nicolas Geoffray
ec2aafa614
Merge "Add a README to frameworks/base/config."
2021-11-10 12:33:34 +00:00
Andrew Scull
a949936fbd
Add virtualization_framework_native flag namespace
...
Bug: 192819132
Test: n/a
Change-Id: Ie604a6a9f0c980a43f8470869f8c5619be40ecfc
2021-11-10 11:18:24 +00:00
Luke Edgar
9109a415b2
AAPT Files - Permit invariant filepaths for getting file names
...
AAPT compile provides a "--source-path" option that instructs aapt to
use a provided source path rather than the default source resource as
resource orgin. However, this is not file system agnostic. This causes
incorrect outputs of AAPT link, as source path parsing is tied to the
file system. This change ensures that AAPT Files::getFilename can parse
filepaths, regardless of file system filepath type.
Bug: 141301405, 155218379
Test: manually tested on windows with a unix style filepath, passes aapt
tests
Change-Id: I548de01ad513b549dc30eb35d2a59813fa3d4e69
2021-11-10 10:42:05 +00:00
Nicolas Geoffray
417a3ac589
Remove obsolete files on preloaded classes.
...
These files look to be unused.
Test: m
Change-Id: Idb7a9aa9e71290919b06a48fb4ee2df699494aa4
2021-11-10 10:25:19 +00:00
Chiachang Wang
3a43a0dc48
Merge "Update test to adopt new API for check network support" am: 04f4216496
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1886878
Change-Id: Ie1c8b049e601138bba43b00787c543e2231b2149
2021-11-10 09:51:27 +00:00
Nicolas Geoffray
83eb7d1759
Add a README to frameworks/base/config.
...
Bug: 174746397
Test: N/A
Change-Id: Ie1131c9ff818d1a5308774eb51337f8200a85d79
2021-11-10 09:36:47 +00:00
Chiachang Wang
04f4216496
Merge "Update test to adopt new API for check network support"
2021-11-10 09:32:58 +00:00
Xiao Ma
21b092ae14
Merge "Enable tethering namespace accessible in Android native level." am: 1f1155ea78
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1873955
Change-Id: I63f66dcd5d714647a76f5eaccb887becc0af1059
2021-11-10 08:20:48 +00:00
Xiao Ma
1f1155ea78
Merge "Enable tethering namespace accessible in Android native level."
2021-11-10 08:05:59 +00:00
Chiachang Wang
15595b76f6
Update test to adopt new API for check network support
...
The isAvailable() in AbstractSimStatusImeiInfoPreferenceController
refers to Utils.isWifiOnly() which was updated in the modulization
work to refer TelephonyManager.isDataCapable(). The test here
should mock the data capable value instead of the connectivity one.
Update the usage accordingly to fix the broken test.
Test: make RunSettingsLibRoboTests \
ROBOTEST_FILTER=SimStatusImeiInfoPreferenceControllerTest
Bug: 205788196
Change-Id: I79f6dad54cdcb1c506355a43b5c2030c93af96c8
2021-11-10 16:01:55 +08:00
Gary Jian
34d2cde122
Added nr advanced calling settings support
...
- Added a telephony provider entry for storing the user's settings.
- Added new vonr_enabled_bool config to determine whether VoNR
should be enalbed for carrier
Bug: 202150953
Bug: 205625979
Test: manual
Change-Id: Ie56a7de3fdb978353af77bafb55b0e37c22b58a4
Merged-In: Ie56a7de3fdb978353af77bafb55b0e37c22b58a4
2021-11-10 03:49:36 +00:00