* changes:
Add the new migration tooltip for accessibility floating menu.(2/n)
Add the new migration tooltip for accessibility floating menu.(1/n)
Add key ACCESSIBILITY_FLOATING_MENU_MIGRATION_TOOLTIP_PROMPT.
This CL restructures the NetworkRequests used for TestNetworks
in UnderlyingNetworkTracker to clearly show that they only require
TRANSPORT_TEST and the relevant subIds.
Bug: 182291467
Test: atest FrameworksVcnTests CtsVcnTestCases
Change-Id: I4b135749fdde9f91c66b87b1ded921700e6440fd
Some ActivityRecord would leak after cts because of isAnimating.
Which might caused from the starting window was transferred to the
other activity after apply reveal animation on server side.
Test: atest AmStartOptionsTests#testDashW_FinishingTop, then check
there is no WindowState leak after test finish.
Bug: 184830058
Change-Id: Id7a09ab141367f0e0788155c13d658f251b8fa1b
During enrollment, we have the two elements:
1) Circle and icon on the actual sensor location
2) Moving target, shown after the user enrolled the central location
To avoid confusion during the second part of enrollment when the
moving target is shown, we should hide the central circle/icon during
moving enrollment.
Bug: 187460696
Test: manual
Change-Id: I2339e80654e0000a56d87901d14a88f8a6a35af1
This CL updates UnderlyingNetworkTracker to request Test
Networks for route selection when the VCN it is tracking
for is in test-mode.
Bug: 182291467
Test: atest FrameworksVcnTests CtsVcnTestCases
Change-Id: Icb59b15df61ec43fe76e250977a985caa6a1dffc
This CL updates VcnContext to include whether the VCN instance
it is created for is in test-mode (as specified by the VcnConfig).
This also changes the lifetime of VcnContext to be created uniquely
for each VCN instance (as opposed to a single VcnContext created in
VcnManagementService and used for all VCNs).
Bug: 182291467
Test: atest FrameworksVcnTests CtsVcnTestCases
Change-Id: I6fc6a266bf67ab2aa64202153c3c109ee98a16ca
This CL creates a test-mode for VcnConfig so that they will only
match with Test Networks. This is necessary for CTS testing so
that VCNs can run on test networks and IKE negotiations can be
injected over the Test Networks.
Bug: 182291467
Test: atest FrameworksVcnTests CtsVcnTestCases
Change-Id: I5cc340e5aaa34c5de8efafa52de49185a18d4bd3
- shorten duration of fade out from 2.5s to 2s
- more aggressive fade out curve at start
- do not fade out when:
- focus winner has CONTENT_TYPE_SPEECH in focus request
- focus loser has AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS
Bug: 186685202
Test: atest AudioFocusTest
Change-Id: Ic347cfa0b9f08ce24b9bb1354d1b334ef2f776fe
Previously launching/dismissing any activities within system_server
would update the process group of system_server, those customized
cpuset settings of some threads within system_server would get messed
up because of it.
Now as those remaining activities within system_server are fairly
simple, we could skip updating the process group of system_server,
keep using the existing default one.
Bug: 172245618
Test: Manual - launch/dismiss activities in system_server & cat cpuset
Change-Id: Ia4d58cc4b8fad1c4ff1a52a05c58f9e62b71df30
If using Wallpaper colors, clear the color overlay
attributes from THEME_CUSTOIZATION_OVERLAY_PACKAGES
Bug: 187876084
Test: atest ThemeOverlayControllerTest
Change-Id: I22af3d8b354e04e44117a91dcb2590d7f3338cc9