- Apr 27, 2020
-
-
Marvin Ramin authored
Add API (backed by Setting) to enable/disable volume changes via HDMI CEC for HDMI CEC source devices. This state is persisted via Settings. If volume control is disabled, no incoming HDMI CEC commands related to volume will be processed. If disabled, no HDMI CEC volume control messages will be sent by the device. Test: atest com.android.server.hdmi Bug: 149800547 Merged-In: I83ae9b423122b540b9adb156fb1c6f5964dd6105 Change-Id: I83ae9b423122b540b9adb156fb1c6f5964dd6105
-
- Apr 14, 2020
-
-
Hongwei Wang authored
-
Joanne Chung authored
-
Hyundo Moon authored
* changes: Allow MediaRouter2Manager releasing the session created w/o request Do not check router's permission on requests from MediaRouter2Manager
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Louis Chang authored
-
Chalard Jean authored
-
Hongwei Wang authored
When the entering pip transition is on-going and rotation finishes first, simply schedule a resize on the PiP window Bug: 153827966 Test: repeatedly enter/exit PiP with Play Movies Change-Id: Ie9bf7fbc44970d4fe03b7febde5d69c7348e5bb9
-
hughchen authored
BluetoothAdapter will be null in some platform device, because they don't have bluetooth feature. This CL add null check to avoid null point exception on non-bluetooth feature platform device. Bug: 152647633 Test: make -j42 RunSettingsLibRoboTests Change-Id: Iba7f41796bd22163ab55a7f9ff4f44df6513754e
-
Jacky Kao authored
-
Louis Chang authored
The activity visibilities was not updated in KeyguardController while a show-when-locked activity was finished. Therefore, the general activity below was resumed for a short time and flickering the screen with transition animation. Bug: 149837574 Test: start emergency dialer and exit Test: atest ActivityRecordTests Change-Id: I7cea9d3e00a856c392728c7a8c825d4633b73f55
-
Chalard Jean authored
-
Jin Seok Park authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Mark Chien authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Chalard Jean authored
- Let any process with NETWORK_SETTINGS register for signal strength wakeup. - Allow agents registering test networks to assign them a signal strength. Test: NetworkAgentTest Bug: 139268426 Change-Id: Iebfeb9316bcbd8472459c517abb16f1f9d879871 Merged-In: I2b4b89be3e69f4853fd6978d2c8f5c8eb4271f21 (cherry picked from commit 5cc7b18f, aosp/1284585)
-
Chalard Jean authored
Test: NetworkAgentTest, new tests using this API Bug: 139268426 Change-Id: I0b65be788bb742fd1a8c0ca624e97368462f9b6a Merged-In: Ia83b1c896df63bb18e2aa4b74d6cc09eba990eb5 (cherry picked from commit d89dcb97, aosp/1284574)
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Id78bfa0e9b35b6f420060ef30d03b557f7c8d342
-
Chiachang Wang authored
-
Chiachang Wang authored
-
Chiachang Wang authored
Add missing tests to cover all system APIs Bug: 152280218 Bug: 150640683 Test: atest CtsNetTestCasesLatestSdk:CaptivePortalDataTest on both Q and R device Change-Id: I6d3826922f16816d5b18ed3540266442a0ed3e49 Merged-In: I6d3826922f16816d5b18ed3540266442a0ed3e49 (cherry picked from commit d9f9bf34)
-
Phil Burk authored
-
Jacky Kao authored
When the mode of navigation bar is system gesture mode, there is a navigation bar inset existing, but the application can not touch this region due to all touch events from this region received by launcher. We need to account this region with unaccount space to avoid the windows which could not be touched passing to A11y framework. Bug: 142022890 Test: a11y CTS & unit tests Change-Id: If87e1f5b840daa93f78c4b4955ed98633b654928
-
TreeHugger Robot authored
-
Evan Rosky authored
-
Hongwei Wang authored
-
- Apr 13, 2020
-
-
Evan Rosky authored
If a relaunch-attempt is made on the app in a minimized primary-split, just expand it. This way its clear to the user what happened and is much closer to their intent. Previously, this was just opening recents; however, that doesn't make sense for pixel launcher (which remains in minimized-dock even with recents active) because the actual launched-app is still not-focusable and partially obscured. Also, modified the restart-attempt logic to directly check if divider is minimized rather than homeTaskVisible since that is semantically what matters. Bug: 152772854 Test: Open an app into split-screen primary with launcher in secondary. Then launch the same app from launcher. Change-Id: Ib04d9a949aff5a5202e1f83c820cb3e9589598fb
-
Yan Wang authored
Bug: 150640692 Test: adb shell cmd package bg-dexopt-job com.google.android.GoogleCamera Change-Id: Ic51091eb06a460571edfa584437cb18cf31ce815
-
TreeHugger Robot authored
-
Kweku Adams authored
-
TreeHugger Robot authored
-
Evan Rosky authored
Now that we don't have a re-used pinned stack anymore, this is how it should be. This also helps CTS align closer to actual app usage. Also don't perform transactions on detached containers (but log an error). This is because CTS triggers various pip events which fire callbacks after the test tears-down. Bug: 153201813 Test: PinnedStackTests pass Change-Id: I57bf4db35f7c05c18a69d2bf39b66ccca07d39f2
-
TreeHugger Robot authored
-
Hongwei Wang authored
Steps to reproduce the bug: - Restart the device - Open Duo app and make a call - When in call, try entering PiP Duo application contains multiple activities and we create a new stack from its top activity when moving it to pinned mode. This newly created stack does not carry on the existing PictureInPictureParams, nor it is marked as visible. Therefore, no onTaskAppeared would be sent to the task organizer. Also in this change: - Removed aspectRatio and sourceHintBounds used to be passed into RootWindowContainer#moveActivityToPinnedStack, they are used in moveActivityToPinnedStack and one should refer to the PictureInPictureParams set on ActivityRecord - Added a null check for existing token when onTaskInfoChanged is invoked in PipTaskOrganizer, it should be a fatal error that onTaskInfoChanged is called ahead of onTaskAppeared Bug: 152933995 Test: manually enter/exit PiP mode for Duo app Test: atest RootActivityContainerTests Test: atest ActivityRecordTests Change-Id: Ifa9ad8768ba47ce043b8dd86cadc729931edcb14
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-