Commit Graph

636624 Commits

Author SHA1 Message Date
Vadim Caen
8c2273ef8f Merge "Fix broken hibernation test" into sc-dev 2021-04-20 11:24:09 +00:00
TreeHugger Robot
eaf1d09c36 Merge "Revert "Ignore the WiFi network callbacks if they are not default"" into sc-dev 2021-04-20 10:26:01 +00:00
TreeHugger Robot
8382c6c7d0 Merge "Revert "Hide the call strength icons from the statusbar"" into sc-dev 2021-04-20 10:22:30 +00:00
Charles Chen
7649e3262c Merge "Fix WindowContext is removed unexpectedly" into sc-dev 2021-04-20 10:08:34 +00:00
Adam He
9349ad48ce Merge "Allow throwing error on creating translation session (context not supported by service)." into sc-dev 2021-04-20 10:00:42 +00:00
TreeHugger Robot
423adbf3b5 Merge "Fix updateBluetoothStateLocked comments" into sc-dev 2021-04-20 09:58:28 +00:00
TreeHugger Robot
3346694817 Merge "Add TestApi to trigger the onDetect function of HotwordDetectionService" into sc-dev 2021-04-20 09:23:33 +00:00
TreeHugger Robot
fd1ba27630 Merge "Avoiding system server dump stuck by pipe buffer full." into sc-dev 2021-04-20 09:16:00 +00:00
TreeHugger Robot
01f110bfd4 Merge "Change Connectivity resources SDK version to 30" into sc-dev 2021-04-20 08:50:55 +00:00
Charles Chen
187932e290 Merge "Introduce WindowToken Builder" into sc-dev 2021-04-20 08:40:22 +00:00
Gavin Corkery
86c46189f1 Merge "Send BUGREPORT_REQUESTED broadcast to system user" into sc-dev 2021-04-20 08:38:29 +00:00
Riddle Hsu
1b3942486f Merge "Update config from ancestor if it can handle orientation request" into sc-dev 2021-04-20 08:22:28 +00:00
Flavio Fiszman
baa72ebfdc Merge "Calculate People Tiles messages count properly" into sc-dev 2021-04-20 08:15:02 +00:00
TreeHugger Robot
ae88ce7e0a Merge "Fix the ActivityLifecycleTests#testLocalRecreate flakiness" into sc-dev 2021-04-20 08:07:30 +00:00
Adam Bookatz
d9f98565b2 Fix updateBluetoothStateLocked comments
There was confusion as to whether updateBluetoothStateLocked
took an ActivityInfo representing a cumulative total or a delta.
It is confirmed that it is now a cumulative total. (It had been
a delta in the past, but no longer.)

Bug: 174818545
Test: N/A (just comments)
Change-Id: I62130f22250eb496164f94c0668d1ff65fed7710
2021-04-20 00:14:51 -07:00
TreeHugger Robot
6309cca5d9 Merge "ContentCapture: Log the text length for VIEW_APPEARED events." into sc-dev 2021-04-20 06:52:18 +00:00
markchien
f0431c0edf Change Connectivity resources SDK version to 30
S tethering module fail to sideload in R platform because package
manager fail to parse S version sdk in R platform.

Bug: 182409819
Test: m
Change-Id: I35c63e4bfe7657afe1e7364926ab139b042b403e
2021-04-20 14:19:01 +08:00
Charles Chen
d9ea032b73 Fix WindowContext is removed unexpectedly
Previously WindowContext is removed if the associated WindowContainer
is removed. However, it causes an issue that WindowContext is removed
unexpectedly after the last window is removed by WM#removeView().
When the last view is removed, WMS will remove the WindowToken
in postWindowRemoveCleanupLocked(), and if the WindowToken is created
by WindowContext, the associated WindowContext is also removed
unexpectedly.

This CL makes WindowContext switch back to listen to the previous
DisplayArea if the last window is removed.

Test: atest WindowContextListenerControllerTests
Bug: 185460076

Change-Id: I9c1d0c15c77bbfb3662355f8c72f0d8c70ed6748
2021-04-20 14:10:45 +08:00
Gyumin Sim
2ae2b96c61 Merge "Fix ParcelableListBinder to send empty list" into sc-dev 2021-04-20 06:01:49 +00:00
Louis Chang
f3ae7ab1ea Fix the ActivityLifecycleTests#testLocalRecreate flakiness
IACC#activityTopResumedStateLost was reported to ATMS later than
IACC#activityPaused sometimes because one is one-way binder call
while the other one is two-way binder.

Also make IACC#activityTopResumedStateLost a two-way binder

Bug: 185810414
Test: atest ActivityLifecycleTests
Change-Id: Ib87de693f5ebcfd836208924aa8fc2a035ca7c82
2021-04-20 13:55:50 +08:00
Dichen Zhang
a0acf1f6f7 Merge "enum migration" into sc-dev 2021-04-20 05:38:30 +00:00
Ahaan Ugale
6f4ace91fd ContentCapture: Log the text length for VIEW_APPEARED events.
Helps for matching logs to screen contents while debugging.

Bug: 177687849
Test: manual
Change-Id: Id7e43034843f65f36c9030278728d27ec4f27168
2021-04-19 22:08:54 -07:00
TreeHugger Robot
c85f9a62b5 Merge "Fix the service cann't rebinded after the service died" into sc-dev 2021-04-20 04:54:44 +00:00
Yi-yo Chiang
ea80476aa4 Merge "Revert "Introduce SpellCheckerSessionParams."" into sc-dev 2021-04-20 04:41:45 +00:00
Charles Chen
6db5c60751 Introduce WindowToken Builder
... te improve readability.
Also change remaining ctr's visibility to protected for
ActivityRecord and WallpaperWindowToken to inherit.

Test: touched tests
Bug: 185460076

Change-Id: I3437771d417fd19ea58414e2189e2126bbcc1901
2021-04-20 12:27:51 +08:00
Treehugger Robot
0bf5efaeab Merge "Set a floor value for BLE Batch Scan report delay of 5000ms" am: ce2a2c80dd am: da5eb08ae3 am: 2b8dce1db1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676810

Change-Id: I2aafeceb53a673e0172e5873c7354a6d59acc530
2021-04-20 04:00:37 +00:00
TreeHugger Robot
2a499f7ff5 Merge "Adding a permission to Shell for testing" into sc-dev 2021-04-20 03:58:30 +00:00
TreeHugger Robot
dbadfb22fa Merge "A WorkSource version of AlarmManager#setExact" into sc-dev 2021-04-20 03:58:30 +00:00
Yi-yo Chiang
cef2817d90 Revert "Introduce SpellCheckerSessionParams."
Revert "Use SpellCheckerSessionParams in CTS."

Revert submission 14191185-ky-tsm

Reason for revert: breaks build test_suites_x86_64 b/185855437
Reverted Changes:
I724aaad15:Introduce SpellCheckerSessionParams.
I510a4cfec:Use SpellCheckerSessionParams in CTS.

Change-Id: I4173bd5bee62f02a248de69df77420c39326b9f0
2021-04-20 03:57:05 +00:00
Treehugger Robot
2b8dce1db1 Merge "Set a floor value for BLE Batch Scan report delay of 5000ms" am: ce2a2c80dd am: da5eb08ae3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676810

Change-Id: Ia8dc4c371e4c1c082c22e58eff0825f156717625
2021-04-20 03:31:28 +00:00
Winson Chung
649853599c Merge "Alternative workaround for using private attribute" into sc-dev 2021-04-20 03:15:59 +00:00
Jackal Guo
57601cc769 Merge "Apply package visibility to AppWidgetManager#getInstalledProviders" into sc-dev 2021-04-20 03:14:16 +00:00
Treehugger Robot
da5eb08ae3 Merge "Set a floor value for BLE Batch Scan report delay of 5000ms" am: ce2a2c80dd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676810

Change-Id: If77fb0d86606fcc8a9b6c8a6b7f95c7990b7a9a2
2021-04-20 03:07:55 +00:00
Kohsuke Yatoh
93528b8f5b Merge "Introduce SpellCheckerSessionParams." into sc-dev 2021-04-20 03:06:40 +00:00
TreeHugger Robot
5c6d0c5509 Merge "Move CtsInstalledLoadingProgressHostTests to group presubmit-large" into sc-dev 2021-04-20 02:32:47 +00:00
Treehugger Robot
ce2a2c80dd Merge "Set a floor value for BLE Batch Scan report delay of 5000ms" 2021-04-20 02:27:23 +00:00
Arthur Hung
b4c004ab64 Merge "Add hall sensor support" into sc-dev 2021-04-20 02:05:32 +00:00
Chloris Kuo
993a4f080a Merge "NAS Settings onboarding notification" into sc-dev 2021-04-20 02:03:27 +00:00
Pinyao Ting
18818b7518 Merge "Additional debug logging to triage shortcut related issue." into sc-dev 2021-04-20 01:25:12 +00:00
TreeHugger Robot
e354625105 Merge "Rename destSpecs to targetSpecs" into sc-dev 2021-04-20 01:21:06 +00:00
TreeHugger Robot
43ad7662fa Merge "Delete lib_alarmManagerService_native" into sc-dev 2021-04-20 01:05:03 +00:00
Rob Carr
00019e2e56 Merge "SurfaceFlinger: Prepare to remove BufferQueueLayer" into sc-dev 2021-04-20 00:42:30 +00:00
Tianjie Xu
04029df9b8 Merge "Revisit the lifetime of the RebootEscrowProvider" am: d746cc814f am: fa83bba5bf am: 37ae0fceaa
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1678645

Change-Id: I430d21fda169a79bd43dda8a7080944c196ae4e4
2021-04-20 00:36:39 +00:00
Tianjie Xu
b5cce57d38 [automerger skipped] Merge "Addresses TODO in ResumeOnRebootService Javadoc" am: f58b4a1109 am: 894b984747 am: 9d515f3ad7 -s ours
am skip reason: skip tag Change-Id I7669bbfc3975c164e773b9517dde5e3437b2fc1a with SHA-1 47b9ccdf1c is already in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673754

Change-Id: I9f94f763f0cb5c5ed7d240d57faac16b3060503d
2021-04-20 00:36:23 +00:00
Hans Boehm
b991befbe0 Merge "Don't fork USAPs with open argument buffer" am: 6c61c65f19 am: 7644e0c5b7 am: 12a29502e8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1651247

Change-Id: I35ddf8d53ab187e6b62633646cef4956266a9695
2021-04-20 00:35:49 +00:00
TreeHugger Robot
b9bab5bb7a [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 837d204f01 -s ours am: 98e19bfcbe -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14238202

Change-Id: I2ceb5c2d67352dfe7c4398575599f8296886910f
2021-04-20 00:35:31 +00:00
TreeHugger Robot
59d8e58de0 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 56f2078ac1 -s ours am: 0c37ed16fb -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14237777

Change-Id: I5eeece6304e34f332c9c394d79a279de27044c18
2021-04-20 00:35:21 +00:00
TreeHugger Robot
df748d31c0 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 37ab4272b1 -s ours am: 4ed5061813 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14238445

Change-Id: I62500abe7747b976c5a2583887368d5c704b6d71
2021-04-20 00:34:56 +00:00
TreeHugger Robot
c469b8d9eb [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 8ecc839b1b -s ours am: 3d809ce233 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14237953

Change-Id: I04fa045e8da0f83167548442d8fcb666f863de1b
2021-04-20 00:34:30 +00:00
Sarah Chin
7f0ece6bcf [automerger skipped] Merge "Update carrier privilege check in enforceSubscriptionPlanAccess" am: 958f9efba5 am: 3c6d7d7dc6 -s ours am: 740a91854e -s ours
am skip reason: skip tag Change-Id Icb4e2c619dacaea9e74cedea31865ec1eb689dce with SHA-1 172f15e5e1 is already in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1663446

Change-Id: I7a39f99af7de618e0d529e7a84c39c96e2489282
2021-04-20 00:34:05 +00:00