766543 Commits

Author SHA1 Message Date
Patrick Williams
7d825e6880 Merge "Add OWNERS for screencap" 2022-08-29 16:38:30 +00:00
Patrick Williams
7ccc37414b Add OWNERS for screencap
Test: n/a, OWNERS changes only
Change-Id: I84b14a46846f2bf29acb6cae37ed93b7258d50de
2022-08-29 15:08:40 +00:00
Yike
80004e3dc0 Add a missing test dependency for NetworkStagedRollbackTest
In Android.bp, all dependencies of a test should be declared explicitly, so that test infrastructure could only provide the needed dependencies instead of all to run a test. This change adds the missing dependency that is used in test config file but not declared in Android.bp.

Bug: 222438068
Test: atest NetworkStagedRollbackTest
Change-Id: I94525c74165eefd76cccf71ca11b23f45e36d0cf
2022-08-29 14:16:45 +08:00
ot904697
314f1441da Activity gain focus failed in InputMethodStressTest
After the test is completed, the notification is not closed,
so that subsequent test cannot get the focus.

Close notification in tearDown to solve the issue.

Bug: 241723484
Test: run InputMethodStressTest pass

Change-Id: I876173e83488e18a884d8bc180f9681e726fff1d
2022-08-29 04:52:12 +00:00
Lucas Lin
5a9aacd125 Merge "Add log for debugging flaky test" 2022-08-29 02:43:30 +00:00
Lucas Lin
4e08dae7d2 Merge "Have a method to stop VPN and send event to VPN app" 2022-08-29 02:41:10 +00:00
Ryan Prichard
3997155120 Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas
After upgrading libc++, there are errors complaining about the the
incomplete Clip type in the "std::vector<Clip> mClipStack" member of
SkiaCanvas. The "SkiaCanvas::SkiaCanvas() {}" ctor can call ~vector
(maybe when an exception is thrown), and ~vector needs to know the size
of Clip.

(I'm not sure why this wasn't a problem before, but this seems to fix
the problem.)

Bug: http://b/175635923
Test: treehugger
Change-Id: I1d689c91be3b0530272836eeb727709ff1084545
2022-08-26 20:55:52 -07:00
Treehugger Robot
860bf12b8f Merge "[Misc] Replace ccassidy@ with caitlinshk@ for SysUI OWNERS." 2022-08-26 23:41:45 +00:00
Treehugger Robot
7fe80697bc Merge "Expand perftests OWNERS" 2022-08-26 22:31:44 +00:00
Brad Ebinger
153af0123a Remove VT specific mentions in IMS_ACCESS_BLOCKED
Bug: 79919053
Test: docs only
Change-Id: I2883f8eb3383b13395635f03aa8fe665bedc8c41
2022-08-26 15:11:25 -07:00
Treehugger Robot
37310607aa Merge "Add dirtectories and OWNER files" 2022-08-26 18:53:04 +00:00
John Reck
7b57db7449 Expand perftests OWNERS
Test: none
Change-Id: Idb124887a24f769723c1e2d5f4e34eb74b1f85c3
2022-08-26 13:28:36 -04:00
Zimuzo Ezeozue
5b999ecd30 Merge "Fix ATRACE_TAG redefinition in SysTrace.h" 2022-08-26 08:35:47 +00:00
Jack Yu
569cbcbaa0 Merge "Subscription Manager public method clean up" 2022-08-26 07:59:19 +00:00
Jack Yu
24fae2f63d Subscription Manager public method clean up
1. Preliminary step of subscription manager API surface clean up.
2. Simpler way to solve unit test issue
3. Fixed incorrect string comparison.

Bug: 239607619
Test: atest TelephonyFrameworksTests
Merged-In: Ibf8907efd9dfcae5155c1b7b85a1411b61a13a77
Change-Id: Ibf8907efd9dfcae5155c1b7b85a1411b61a13a77
2022-08-25 14:47:52 -07:00
Treehugger Robot
1a90569c95 Merge "Supported UNKNOWN in IWLAN handover rule" 2022-08-25 21:30:18 +00:00
Treehugger Robot
2992680274 Merge "aapt2: Fix deprecated proto API usage." 2022-08-25 21:22:48 +00:00
Cole Faust
584140c83a Fix array-related errorprone warnings
The ArrayEquals, ArrayHashCode, ArrayToString, and
ArraysAsListPrimitiveArray errorprone findings were
demoted from errors to warnings. Fix existing
occurrences of them so they can be made errors again.

Bug: 242630963
Test: RUN_ERROR_PRONE=true m javac-check
Change-Id: Ia6f216cc36ad0a5758f39fd9b34962cd4adf9d8e
2022-08-25 10:57:12 -07:00
Jayachandran C
f40d62dc54 Merge "VoWifi notification for emergency calls" 2022-08-25 16:21:21 +00:00
Mikhail Naganov
1eeec581f7 Merge "app_process: Fix className check" 2022-08-25 15:41:02 +00:00
Miguel
8684d5be44 Enable StrictMode checks for explicit garbageCollection from T.
This disallows calls to runtime.gc() in the new version of Android.
Explicit GC calls are blocking and can thus cause runtime overhead.
They used to be performed as a pattern in order to avoid GC_FOR_ALLOC.
However, that was only the case for Dalvik, that is now discouraged for
ART.

Bug: 3400644
Test: m
Test: atest StrictModeTest
Change-Id: I4720f2b4c4047bb90a88b924c539690e3c202e08
2022-08-25 15:28:07 +00:00
Zim
cabd966568 Fix ATRACE_TAG redefinition in SysTrace.h
Split SysTrace.h into SysTrace.cpp to avoid defining ATRACE_TAG
in the clients of SysTrace.h

This is in preparation to land aosp/2190022

Test: m
Bug: 161393989
Change-Id: I0ed94c9f66043aa83a59e8042ec9e61ee47db0f2
2022-08-25 14:03:49 +00:00
Sarah Chin
4b4d8799c2 Supported UNKNOWN in IWLAN handover rule
Extended handover rule to support the scenario that
handover should be blocked when source network goes
out of service.

Test: Basic testing + Wifi calling handover test + atest DataNetworkControllerTest
Bug: 234095834
Merged-In: I68c23f970af2a554ab438f630363be4591664cbb
Change-Id: I68c23f970af2a554ab438f630363be4591664cbb
2022-08-24 23:36:56 -07:00
Lucas Lin
3ea732de43 Merge "Revert "Grant the ACTIVATE_PLATFORM_VPN appop if VPN app has CON..."" 2022-08-25 05:41:01 +00:00
Thiébaud Weksteen
649a208492 Merge "Remove lowpan internal API" 2022-08-25 01:19:26 +00:00
lucaslin
395c0909dd Have a method to stop VPN and send event to VPN app
Have a method to stop VPN and send
CATEGORY_EVENT_DEACTIVATED_BY_USER event to VPN app.

Both of prepareInternal() and stopVpnProfile() have the same
behavior, so have a method for them to reduce the duplicate.

Bug: 236409954
Test: atest FrameworksNetTests:VpnTest
Change-Id: I54b550e6f972a13f61cbcf15ee1fb9fe3c313d7b
2022-08-25 01:11:06 +00:00
Nathan Harold
b4be2f450b Merge "Ensure that onCellInfo is always NonNull" 2022-08-25 00:38:00 +00:00
Treehugger Robot
d84cfad742 Merge "Add notification ID for APM enhancement" 2022-08-24 23:40:43 +00:00
Stephanie Bak
e9f497cead Add notification ID for APM enhancement
Bug: 239983569
Test: atest com.android.server.wifi
Change-Id: I90708ae9b38a40f48fd9003e16c4c45ec71bf53f
Merged-In: I1cb0ec847040e47b563b39b622e12c49e41082bc
Merged-In: I90708ae9b38a40f48fd9003e16c4c45ec71bf53f
2022-08-24 21:49:36 +00:00
Mikhail Naganov
b523e5e6dc app_process: Fix className check
Emptyness of a String8 variable was not checked correctly.
As a result, even when no arguments were provided,
`app_process` was still launching runtime.

Test: adb shell app_process64
Change-Id: Ia303edb5a74b61efad24b475008a3642a07ab789
2022-08-24 19:54:48 +00:00
Treehugger Robot
001d56175c Merge "Adding myself as an owner for the lint check I will create in master" 2022-08-24 19:35:18 +00:00
Brett Chabot
10dfedb7e9 Merge "Remove robolectric raw resources." 2022-08-24 18:36:49 +00:00
lucaslin
086c5d7420 Add log for debugging flaky test
Bug: 242833779
Test: atest FrameworksNetTests:VpnTest
Change-Id: I5de700dc7cf38701fb927aa7076533d355b8e8fa
2022-08-24 18:24:48 +08:00
Zoey Chen
b09fa7a106 Merge "[Telephony] Fix the record output" 2022-08-24 05:44:24 +00:00
Calvin Pan
7545521543 Merge "(ar_AE) Add a locale for Arabic number" 2022-08-24 02:32:33 +00:00
Treehugger Robot
698946dd4e Merge "Use message ID from proto for BT APM notification Bug: 239983569 Test: atest ServiceBluetoothTests" 2022-08-24 01:29:44 +00:00
Treehugger Robot
cfd590f9fa Merge "Update OWNERS files to not suggest Soong owners" 2022-08-23 22:39:32 +00:00
Caitlin Shkuratov
5d47a299b8 [Misc] Replace ccassidy@ with caitlinshk@ for SysUI OWNERS.
Bug: N/A
Test: N/A
Change-Id: I0e72779e89d35f4613837891ee7bd07d1afc1595
2022-08-23 21:14:26 +00:00
Jacob Hobbie
c8fd1e1e14 Adding myself as an owner for the lint check I will create in master
Change-Id: I2022845ee42f23436df94895e09657d584521fdf
2022-08-23 20:26:59 +00:00
Brett Chabot
16670abe03 Remove robolectric raw resources.
Test: TBD
Change-Id: I678b61b990e76eb8f0b8f2a383faad8c3c95ea05
2022-08-23 13:22:07 -07:00
Reema Bajwa
827821d058 Add dirtectories and OWNER files
Change-Id: I8c6cf6632696f128e1cc68e3850448a33c3d79f3
2022-08-23 18:15:22 +00:00
Liz Kammer
3ec39ccddb Update OWNERS files to not suggest Soong owners
Test: n/a
Change-Id: I210e4c6c5caf5e9a232b17af0504b4ef416cf4bd
2022-08-23 10:57:31 -04:00
Shaowei Shen
50a2dbb108 Merge "Add OWNER file under SettingsLib/media" 2022-08-23 06:42:14 +00:00
Zoey Chen
c87efd0cfc [Telephony] Fix the record output
Bug: 243480218
Change-Id: I5a92ab2c6fb7b1286cda6eeada5cb042c882542e
Test: manual
2022-08-23 06:10:14 +00:00
Thiébaud Weksteen
231574ce34 Remove lowpan internal API
This API is not used: marked as @hide with a commented out @SystemApi;
the AIDL server is not implemented in AOSP nor internally. There is one
extra client from the SEPolicy: wpantund; but there is no build rule for
this binary, and no reference for it in AOSP. This API appears be an
artifact from the initial import of Android Things back in 2017.

I confirmed with the previous owners that there is no intention to use
this API in the future (see bug).

This changes reduces the size of framework.jar by 77kb on
bramble-userdebug.

Bug: 235018188
Test: TH
Change-Id: Id66f5ed23ed26c7185f36454f168e34997be3f8f
Merged-In: Id66f5ed23ed26c7185f36454f168e34997be3f8f
(cherry picked from commit 7640656825ede6ff7a90ccea9593394179fcc218)
2022-08-23 12:49:59 +10:00
Treehugger Robot
27238bc114 Merge "[Bluetooth apex] Use new apex name" 2022-08-22 23:53:30 +00:00
Stephanie Bak
7ff09af68c Use message ID from proto for BT APM notification
Bug: 239983569
Test: atest ServiceBluetoothTests

Change-Id: I109ea5b7703dbffd01b22ed1c8867a8c96b7c002
Merged-In: I109ea5b7703dbffd01b22ed1c8867a8c96b7c002
2022-08-22 23:49:07 +00:00
Rahul Banerjee
beed281ddb Merge "Add new team members to OWNERS" 2022-08-22 23:01:41 +00:00
Rahul Banerjee
93591a835e Add new team members to OWNERS
Added new team members, and alphabetized existing out-of-order folks

Bypassing Presubmit, which is not relevant for this cl (b/243418664)

Bug: 243065055
Test: n/a
Change-Id: I61793b7ea1c64a68e61f4d90095550687592ee8b
2022-08-22 23:00:41 +00:00
Treehugger Robot
58e6e6d448 Merge "audio: Clarify comments on AudioPortMixExt fields" 2022-08-22 20:25:37 +00:00