Tim Van Patten
4d3d322f09
Merge "Correctly call setGpuStats() for ANGLE/system driver" am: c6d9eda8c0
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1906687
Change-Id: I93a7c79612c189198ef1200d471b685c35664694
2021-12-08 17:10:36 +00:00
Tim Van Patten
c6d9eda8c0
Merge "Correctly call setGpuStats() for ANGLE/system driver"
2021-12-08 16:52:44 +00:00
Eric Laurent
b2297eefe7
Merge "[BUG] AudioService: fix stategy/groups attributes introspection" am: d3cd42362b
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1893657
Change-Id: If65426d0aa6f32165d21161cf5b6b1662cfdb46e
2021-12-08 15:42:50 +00:00
Eric Laurent
d3cd42362b
Merge "[BUG] AudioService: fix stategy/groups attributes introspection"
2021-12-08 15:15:12 +00:00
Victor Chang
93ae9cd316
Update DateIntervalFormatTest due to ICU 70 data change
...
Bug: 202948901
Test: atest android.text.format.DateIntervalFormatTest
Change-Id: I1b9a6654a9db8d1fb2ea2bbb426e36934604b4aa
2021-12-08 15:13:49 +00:00
Jiakai Zhang
405fb6dee9
Prefetch standalone system server jars before switching domain.
...
In b/203198541, we start to compile standalone system server jars, but
the SELinux policy doesn't allow system_server to load the compiled code
at runtime. As a solution, this change creates class loaders for
standalone system server jars and caches them before switching to the
"system_server" SELinux domain, which essentially loads the jars and
compiled code into the memory.
Bug: 203198541
Test: manual -
1. Patch aosp/1874113, aosp/1876173, aosp/1906158 (in order to have
odrefresh compile a standalone system server jar).
2. Build a system image and flash it to a device.
3. Run "adb shell cat /proc/`adb shell pidof system_server`/maps" and
see "apex@com.android.wifi@javalib@service-wifi.jar@classes.odex"
being mmap'ed.
4. Run "adb logcat | grep avc" and see no denial.
5. atest odsign_e2e_tests
Change-Id: I27fbdaadae2b6f50989b4c534f7fbc80044a6685
Merged-In: I365be766cfb77c6e240d5871f1b3d8ed7abae6f5
(cherry picked from commit 281a2dfaa15fb3439b5ca92995958a8882197f3b)
2021-12-08 09:47:38 +00:00
Benedict Wong
ac7bb16ec5
Merge "Add additional IPsec owners" am: c532fc2bde
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1910230
Change-Id: I3d38ec269fb7d10d1229731da31a080b3b2f6497
2021-12-08 07:26:38 +00:00
Benedict Wong
c532fc2bde
Merge "Add additional IPsec owners"
2021-12-08 06:58:55 +00:00
Thiébaud Weksteen
7228115341
Merge "Add @JavaOnlyStableParcelable to AttributionSource" am: 5f5ff75870
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1908651
Change-Id: Ie151644aac4642ee16ee77a767bcc1c2f0e8306e
2021-12-08 04:16:08 +00:00
Thiébaud Weksteen
5f5ff75870
Merge "Add @JavaOnlyStableParcelable to AttributionSource"
2021-12-08 04:02:07 +00:00
Treehugger Robot
d45c9f3d32
Merge changes from topic "parse_audio_config_for_le_device" am: f0dd744ba6
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909755
Change-Id: I49471afddbf23731aa6baad9e013c9ae3a9d95cb
2021-12-08 03:54:17 +00:00
Patty
b8fe694317
Parse audio config codec capability for LE devices am: ae425ca614
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1881112
Change-Id: I7cab6bd9cc4bc2fbf6201c88b1f890a88a7c3bd2
2021-12-08 03:54:09 +00:00
Treehugger Robot
f0dd744ba6
Merge changes from topic "parse_audio_config_for_le_device"
...
* changes:
Remove unnecessary test case
Parse audio config codec capability for LE devices
2021-12-08 03:28:10 +00:00
Yan Yan
d3a7de1333
Update #hashCode & #equals with mUnderlyingNetworkPriorities
...
Update VcnGatewayConnectionConfig to consider
mUnderlyingNetworkPriorities in #hashCode and #equals methods
Rename #setAllowedPlmnIds and #getAllowedPlmnIds
to #setAllowedOperatorPlmnIds and #getAllowedOperatorPlmnIds
Bug: 206044122
Test: atest FrameworksVcnTests(new tests), CtsVcnTestCases
Change-Id: Id16d88024bbb7ef275da0304f2dde1413a18de10
2021-12-07 19:18:05 -08:00
Kalesh Singh
57bbd0099e
Add system_server to readtracefs group
...
This allows system_server to search/read tracefs entries. It is needed
for attaching cpu timeinstate bpf programs to tracepoints.
Bug: 208892266
Bug: 209513178
Test: libtimeinstate_test
Change-Id: I4139605eb7c5277887092b3d6a3fb26bf4f8f171
2021-12-07 23:48:08 +00:00
Benedict Wong
c22b15d026
Add additional IPsec owners
...
Test: Owners file updates only, no code changes.
Change-Id: Ib395c7982525416386f1de395cd0f9fe038fac25
2021-12-07 21:35:18 +00:00
Brad Ebinger
b1e1f7b730
Merge changes from topics "delegate_regi_new_state_losing_pdn", "ims_rcs_api_improvement_delegate_regi_state" am: 5fd9a457ce
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1911013
Change-Id: Id4b43dee68b4ebb126dd979415b30097df87fbee
2021-12-07 20:37:01 +00:00
Jinyoung Jeong
90cd156539
IMS RCS API Improvements-DelegateRegistrationState am: b6518929e6
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1899030
Change-Id: I8ec9ec5dfc048226090746984e11059a7358fb8c
2021-12-07 20:36:58 +00:00
Brad Ebinger
5fd9a457ce
Merge changes from topics "delegate_regi_new_state_losing_pdn", "ims_rcs_api_improvement_delegate_regi_state"
...
* changes:
DelegateRegistrationState Improvement adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
IMS RCS API Improvements-DelegateRegistrationState
2021-12-07 20:10:40 +00:00
Evgenii Stepanov
7842e7f363
Merge "Pass MTE RuntimeFlags to AppZygote." am: 1db942e761
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1910277
Change-Id: If16ed953afd35c4c58ee7ea966b889a1a3ca62fb
2021-12-07 19:19:15 +00:00
Evgenii Stepanov
1db942e761
Merge "Pass MTE RuntimeFlags to AppZygote."
2021-12-07 19:03:17 +00:00
Yan Yan
1f79b0cb09
Merge "Calculate priority based on caller configurations" am: 36a25527b4
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1906130
Change-Id: I3817a344247104eb4056e949d09a123662fb6b65
2021-12-07 18:29:48 +00:00
Yan Yan
36a25527b4
Merge "Calculate priority based on caller configurations"
2021-12-07 18:10:47 +00:00
Andrei-Valentin Onea
1c565d5b4b
Merge "Allow privapp permission allowlist in apex" am: e978ec5b07
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1766011
Change-Id: I3bb67e833b6c167ba24b974abcce9cde75317a89
2021-12-07 15:46:06 +00:00
Andrei-Valentin Onea
e978ec5b07
Merge "Allow privapp permission allowlist in apex"
2021-12-07 15:31:01 +00:00
Etienne Ruffieux
2a55386e82
Added missing equals override in new Transport Data classes
...
Tag: #feature
Bug: 208904630
Test: atest
Change-Id: I92cbd152eb063c866f7101040cb228036ae2c07a
2021-12-07 15:00:28 +00:00
Neil Fuller
22ed1a7a79
Merge "Use ISO 8601 format for LocalLog local timestamps" am: 172fd44b2f
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1878440
Change-Id: I42db5ec854130e3e2eb5ebd7d392b367555b47de
2021-12-07 14:42:57 +00:00
Neil Fuller
172fd44b2f
Merge "Use ISO 8601 format for LocalLog local timestamps"
2021-12-07 14:26:24 +00:00
Paul Hu
f8fb1fe955
Merge "Remove @hide symbols from NativeDaemonConnector" am: 68d5b22c2d
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1899031
Change-Id: I6883153a5ec2f1002180905fe9972a650b9c0c84
2021-12-07 07:33:32 +00:00
Paul Hu
68d5b22c2d
Merge "Remove @hide symbols from NativeDaemonConnector"
2021-12-07 07:12:28 +00:00
Paul Hu
db85fcfbbd
Merge "Stop using NSD_ON setting" am: a37333ace6
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1895245
Change-Id: I13cc751269756ba745f4327b35e3562e3aefd689
2021-12-07 06:01:15 +00:00
Paul Hu
a37333ace6
Merge "Stop using NSD_ON setting"
2021-12-07 05:43:44 +00:00
paulhu
e591c24c92
Remove @hide symbols from NativeDaemonConnector
...
- FgThread is an service internal class that NativeDaemonConnector
can not use it after moving into mainline module. Thus, replace
it by creating a new thread.
- Remove shutting down check because the original problem owner
netd isn't used NativeDaemonConnector now.
Bug: 206702844
Test: atest FrameworksNetTests CtsNetTestCases
Change-Id: Ib2e227ef1e361f96b397abd7c2a88420ad5a2f22
2021-12-07 11:47:34 +08:00
Sudheer Shanka
87e632d7d7
Merge "Fix NetworkPolicy logs in dumpsys." am: bcca41baac
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909697
Change-Id: Ib3aed17d6302b1a28796ead0037c5db629fbd4b3
2021-12-07 02:59:38 +00:00
Yan Yan
738ed7b7b2
Calculate priority based on caller configurations
...
Update NetworkPriorityClassifier to calculate priority
according to the VcnUnderlyingNetworkPriority list
configured in VcnGatewayConnectionConfig
Bug: 206044122
Test: atest FrameworksVcnTests(new)
Test: atest CtsVcnTestCses
Change-Id: I55afa916af44db655a568aae2488877f2c177d59
2021-12-06 18:52:23 -08:00
Sudheer Shanka
bcca41baac
Merge "Fix NetworkPolicy logs in dumpsys."
2021-12-07 02:35:13 +00:00
Cole Faust
c546b3f7a6
Add instructions on how to annotate an AIDL interface
...
Fixes: 209500346
Test: m RUN_ERROR_PRONE=true framework |& grep -A 5 AndroidFrameworkRequiresPermission
Change-Id: If73e7c41543f3e8512e5ffe75e7620a6c4b0632b
2021-12-06 17:27:03 -08:00
Sooraj Sasindran
81be082283
Provide last known cell id for emergency call
...
Provide last known cell id to connection service
for emergency calls.
Bug: 198533763
Test: unit test
Change-Id: I8b660c0b5fbe095e3b9b67129b7404ebd7ec5ccd
2021-12-06 12:52:31 -08:00
Qasim Javed
562b6f9093
Merge "Add BluetoothLeBroadcast profile API." am: afd5a827a7
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1881629
Change-Id: Id4c8274f8d03f58da0f6038d658519677252ad4d
2021-12-06 17:47:16 +00:00
Qasim Javed
afd5a827a7
Merge "Add BluetoothLeBroadcast profile API."
2021-12-06 17:27:31 +00:00
Hao Ke
d0ba47450c
Merge "Set default ClassLoader for Parcel readSerializable API." am: 3760188d11
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1899432
Change-Id: I2a3c070553f6f198a8b34f0e3aa0a7cd64d4ee98
2021-12-06 17:21:29 +00:00
Hao Ke
3760188d11
Merge "Set default ClassLoader for Parcel readSerializable API."
2021-12-06 17:03:50 +00:00
Etienne Ruffieux
60ee51b45b
Merge "Make BluetoothCodecConfig and BluetoothCodecStatus public." am: 720d74c835
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1849460
Change-Id: I3ac378fa125304253ffc8235642c292084af19d1
2021-12-06 15:40:20 +00:00
Patty
745b5edc47
Remove unnecessary test case
...
Tag: #refactor
Bug: 203535499
Bug: 150670922
Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests
Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c
2021-12-06 23:33:03 +08:00
Etienne Ruffieux
720d74c835
Merge "Make BluetoothCodecConfig and BluetoothCodecStatus public."
2021-12-06 15:16:44 +00:00
Hao Ke
e214082cb0
Set default ClassLoader for Parcel readSerializable API.
...
Set the default ClassLoader for the readSerializable(ClassLoader,
Class) API, when the ClassLoader parameter is null.
Doing so could enhance the security of Parcel deserialization,
as it would prevent resolving the Serializable class using unexpected
ClassLoaders.
Test: atest -d android.os.cts.ParcelTest
Bug: 195622897
Change-Id: I6da4b4f817c33e4464d90d1e9775b54793835c92
2021-12-06 14:34:03 +00:00
Bernardo Rufino
e3d8a1a299
Deprecate unsafe Parcel.readParcelableArray(ClassLoader)
...
Forgot this one.
Test: Builds
Bug: 195622897
Change-Id: Ia258f77fd2e706d2071c853c20d6ec3baa170a1f
2021-12-06 13:40:08 +00:00
Rhed Jao
ae0939cf4a
Merge "Fix the typos on the java doc" am: 63fed23659
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909901
Change-Id: I9773daadb710c87c1b2df5d5931d563e01b83d47
2021-12-06 07:41:17 +00:00
Rhed Jao
63fed23659
Merge "Fix the typos on the java doc"
2021-12-06 07:19:52 +00:00
Jinyoung Jeong
0b1a783da6
DelegateRegistrationState Improvement
...
adding new states for DelegateRegistrationState:
- DEREGISTERING_REASON_LOSING_PDN
- DEREGISTERING_REASON_UNSPECIFIED
Bug: b/201522903, b/206557578
Test: atest CtsTelephonyTestCases:SipDelegateManagerTest
Change-Id: I3675c10a6dba55a49174509796c53b07b929c14f
Merged-In: I3675c10a6dba55a49174509796c53b07b929c14f
2021-12-06 03:55:54 +00:00