Commit Graph

472216 Commits

Author SHA1 Message Date
TreeHugger Robot
fc099117fc Merge "BluetoothHearingAid System APIs now throw an exception if a null BluetoothDevice is passed in" into rvc-dev 2020-03-25 13:35:10 +00:00
Galia Peycheva
a17d04545b Merge "Make Dream background black" into rvc-dev 2020-03-25 13:34:15 +00:00
TreeHugger Robot
5cb264d9df Merge "Fix calculation of the collapsible height" into rvc-dev 2020-03-25 13:25:56 +00:00
Anton Hansson
3544feedb7 Merge "Make framework-wifi stubs use the new defaults" into rvc-dev 2020-03-25 13:21:40 +00:00
Chalard Jean
09b1ee6077 Merge "Allow MANAGE_TEST_NETWORKS to register limited agents" into rvc-dev 2020-03-25 13:15:46 +00:00
Dave Mankoff
2728fa3c52 Merge changes from topic "b150393918-lock-icon" into rvc-dev
* changes:
  Cache icon drawables.
  Remove injection from LockIcon.
2020-03-25 13:11:58 +00:00
Martijn Coenen
1152370510 Merge "Add (hidden) fixupAppDir() API." into rvc-dev 2020-03-25 12:56:47 +00:00
Anton Hansson
7fe2d29f1b Merge "Remove the tethering hiddenapi whitelist entry" into rvc-dev 2020-03-25 12:42:23 +00:00
Anton Hansson
bc2ea8f88f Merge "Make framework-sdkextensions stubs use the new defaults" into rvc-dev 2020-03-25 12:41:10 +00:00
Joe Huang
a02b54d79c Merge "Use sub specific telephony for emergency supl" into rvc-dev 2020-03-25 12:38:37 +00:00
Dante Russo
61e565b733 Use sub specific telephony for emergency supl
In multi-sim cases, we need to get the sub specific
telephony service in order to get the correct value
from functions getNetworkType and getServiceState
for the active sub instead of the default sub.

Bug: 150115901
Change-Id: Icb2e50500fe567fa1fee14eaaf04f0b308bc6cc6
CRs-fixed: 2616763
2020-03-25 12:37:55 +00:00
Dante Russo
dffe0cee3c Set the Network Specifier on Emergency SUPL
The sub ID of a SIM that the emergency call
was made on needs to be specified while
requesting a SUPL Emergency connection. This
is done by setting the Network Specifier in
the SUPL Emergency connection request so that
connection is made on the correct sub for a
device that can have more that one SIM.

Bug: 150115901
Change-Id: Id0d85125d1aa8c019ecb8f622b604a6eacec7380
CRs-fixed: 2563763
2020-03-25 12:37:05 +00:00
Anton Hansson
7ed187c63e Merge "Add defaults for framework stub libs" into rvc-dev 2020-03-25 12:30:05 +00:00
Louis Chang
32a2612034 Merge "Remove use of TaskTile" into rvc-dev 2020-03-25 12:19:08 +00:00
Tiger Huang
2615ccaa62 Merge "Update HideNavInputEventReceiver when nav bar visibility has changed" into rvc-dev 2020-03-25 12:13:27 +00:00
TreeHugger Robot
b04ab6ceb1 Merge "Fix false positive of activity leak in NexusLauncherTests" into rvc-dev 2020-03-25 11:36:11 +00:00
Galia Peycheva
b34292164a Make Dream background black
Bug: 150861483

Test: m && flash && start Clock dream
Change-Id: I7761cd49b5c24449250feeea3985b05f3f281637
2020-03-25 11:49:10 +01:00
Chalard Jean
09c48e4a2d Allow MANAGE_TEST_NETWORKS to register limited agents
This puts in force some restrictions against test networks,
and in exchange relaxes the restrictions around registering
a network agent that provides a test network.
Test networks can only ever have transport TEST, and have
only a few capabilities available to them.

This is useful in particular to test CTS. See aosp/1253423
for first, basic usage of this capability.

Test: IpSecManagerTunnelTest
Test: new CTS aosp/1253423
Bug: 139268426

Change-Id: Ibd162792a7ab02fcbb06130f21a825a386678c05
(cherry picked from commit 2c129e97cc)
2020-03-25 10:43:26 +00:00
Galia Peycheva
389580c7da Merge "Create ACTIVITY_TYPE_DREAM" into rvc-dev 2020-03-25 10:23:47 +00:00
JW Wang
37d52ce20b Merge "Fix a flaky test" into rvc-dev 2020-03-25 10:06:50 +00:00
Shu Chen
27daeb0307 Merge "Calculates the slop values per upper/lower line height." into rvc-dev 2020-03-25 09:54:48 +00:00
Tiger Huang
d611a9bb52 Update HideNavInputEventReceiver when nav bar visibility has changed
The visibility of nav bar can be changed when the bar-control-target
is changed or from the client's request without performing layout.
So HideNavInputEventReceiver might not have been updated in some cases
previously. This CL fixes the issue.

Fix: 151308746
Test: Try to reproduce by using the steps in the issue.
Change-Id: I912a005b567b69cc4957866479fa45e07841e5fb
2020-03-25 17:52:17 +08:00
Louis Chang
a009c76580 Remove use of TaskTile
We just have the TaskOrganizer create root task directly

Test: Existing tests pass
Bug: 133381284
Bug: 149429752
Change-Id: Id884cbe8e7d2fdd93e729fcb2793fad4afd59b21
2020-03-25 17:33:50 +08:00
Bernardo Rufino
7afc8b101b Merge "Gate toast block and remove warning" into rvc-dev 2020-03-25 09:32:40 +00:00
Aaron Huang
9c9366b2df Merge "API review: make exception class and Builder final" into rvc-dev 2020-03-25 09:29:33 +00:00
Eran Messeri
37fc495766 Merge "Remove unnecessary parent restriction check" into rvc-dev 2020-03-25 09:06:56 +00:00
Charles Chen
b3230a3594 Fix false positive of activity leak in NexusLauncherTests
by postponing StrictMode.decrementExpectedActivityCount
and clear Activity reference of ActivityClientRecord

fixes: 150715257
Test: atest NexusLauncherTests
Change-Id: I0f20194fe59b45eb9954efef62a9afbcd2048ad1
2020-03-25 17:02:28 +08:00
TreeHugger Robot
9bbdb759d8 Merge "PackageManager: Restrict some camera intents to MATCH_SYSTEM_ONLY" into rvc-dev 2020-03-25 08:34:12 +00:00
TreeHugger Robot
8b5a3a8529 Merge "Fix the IntentTests test case failed" into rvc-dev 2020-03-25 08:19:03 +00:00
Shu Chen
afbcf851d3 Calculates the slop values per upper/lower line height.
Also applies the max/min damping range for slop.
The max/min damping range includes lineHeight + slop.
Note: slop must >= zero.

Bug: 150531840
Test: manual & automated tests
  atest FrameworksCoreTests:EditorCursorDragTest
  atest FrameworksCoreTests:TextViewActivityTest

Change-Id: I26cdf69fd2cf7d4514dd2a902ed34c480c9e8781
2020-03-25 15:56:06 +08:00
TreeHugger Robot
ef8205b443 Merge "Additional settings page for apps bypassing dnd" into rvc-dev 2020-03-25 07:55:06 +00:00
Paul Chang
08d78a5942 Merge "Revert "Let bug report shortcut handle the case that bug report handler app is not available"" into rvc-dev 2020-03-25 06:53:57 +00:00
TreeHugger Robot
555ae029b2 Merge "Fix the validation for showing inline suggestion in webview" into rvc-dev 2020-03-25 06:46:17 +00:00
Aaron Huang
fbb485a4b3 API review: make exception class and Builder final
- InvalidPacketException exception class should be final
- NetworkCapabilities.Builder should be final

Bug: 152203926
Test: atest FrameworksNetTests
Change-Id: If9b799151aff6d41c9bcd8bb86c65a58e46bad73
2020-03-25 13:36:38 +08:00
Feng Cao
a873cd12c8 Fix the validation for showing inline suggestion in webview
Test: m -j & manual varification
Test: CtsInputMethodTestCases
Test: CtsAutoFillServiceTestCases
Bug: 151846600

Change-Id: I350b199455e77f769915e7d457dbcab31c20134d
2020-03-24 21:56:30 -07:00
Paul Chang
319b13bfff Revert "Let bug report shortcut handle the case that bug report handler app is not available"
This reverts commit 14a4cc57ed.

Reason for revert: b/152205774
Bug: b/152205774
Change-Id: I96034c7a3b175ec2c0bac67584179033f39fb117
2020-03-25 04:36:54 +00:00
Jay Aliomer
7b1e562c62 [automerger skipped] Failed UiModeManagerServiceTest am: e6b4c38f90 -s ours
am skip reason: Change-Id I09af78fd16662185d01aea427188f79527d47a9e with SHA-1 1b174b0d31 is in history

Change-Id: Ieb5a4d0e86838b8d4a597a48045c1136f1b7c500
2020-03-25 04:34:17 +00:00
TreeHugger Robot
e9633837de Merge "Fix temporal display orientation by pip activity" into rvc-dev 2020-03-25 03:54:00 +00:00
Jay Aliomer
e6b4c38f90 Failed UiModeManagerServiceTest
Added a mock and mockito helpers to remedy failed tests

Fixes: 151984124

Test: UiModeManagerServiceTest
Change-Id: Ic128ed9853f6f3b9f8641c1bec2a7c981e52865f
Merged-In: I09af78fd16662185d01aea427188f79527d47a9e
2020-03-25 03:13:25 +00:00
TreeHugger Robot
f3736be0b3 Merge "Recover AOD state when leaving battery saver" into rvc-dev 2020-03-25 03:00:49 +00:00
Ned Burns
02fc89ee9b Merge "Split RankingCoordinator's filter into two" into rvc-dev 2020-03-25 02:47:32 +00:00
tim peng
bca2800a96 Merge "To transfer to a disconnected Bt device" into rvc-dev 2020-03-25 02:43:26 +00:00
TreeHugger Robot
7f56533e7d Merge "DO NOT MERGE: startop: Downgrade EventSequenceValidator to warning." into rvc-dev 2020-03-25 02:34:16 +00:00
TreeHugger Robot
38b57e5df5 Merge "Unregister user listener when observers are inactive" into rvc-dev 2020-03-25 02:33:36 +00:00
TreeHugger Robot
f02a4216ab Merge "Hook up new pipeline so notifs are visible" into rvc-dev 2020-03-25 02:30:23 +00:00
Joanne Chung
291a32c943 Merge "Fix potential deadlock in getAutofillOptions()." into rvc-dev 2020-03-25 02:21:47 +00:00
Joanne Chung
3361dd2ad3 Merge "Fix ContentCaptureManagerTest test fail." into rvc-dev 2020-03-25 02:16:05 +00:00
Lucas Lin
a5f08bda7e Merge "Fix NetworkCapabilitiesTest fail on Q device" into rvc-dev 2020-03-25 02:00:35 +00:00
TreeHugger Robot
c6f4f74723 Merge "V4 uses V2 digest if V3 is not available." into rvc-dev 2020-03-25 01:36:01 +00:00
Mady Mellor
30b6e5c778 Merge "Don't query for the bubble shortcut if it's already on the NotifRecord" into rvc-dev 2020-03-25 01:28:36 +00:00