OSDN Git Service

android-x86/frameworks-base.git
4 years agoMerge "docs: Removed dates in obsolete field messages." into qt-dev am: 45855214b5
Kevin Hufnagle [Wed, 7 Aug 2019 22:34:26 +0000 (15:34 -0700)]
Merge "docs: Removed dates in obsolete field messages." into qt-dev am: 45855214b5
am: 3956d9606c

Change-Id: Ieddbc7388e0594554b91b30534718c1c0de500c4

4 years agoMerge "docs: Removed dates in obsolete field messages." into qt-dev
Kevin Hufnagle [Wed, 7 Aug 2019 22:23:39 +0000 (15:23 -0700)]
Merge "docs: Removed dates in obsolete field messages." into qt-dev
am: 45855214b5

Change-Id: I549026ea364645a8d60a1a06df9b20886a6df97a

4 years agoMerge "docs: Removed dates in obsolete field messages." into qt-dev
Kevin Hufnagle [Wed, 7 Aug 2019 22:05:16 +0000 (22:05 +0000)]
Merge "docs: Removed dates in obsolete field messages." into qt-dev

4 years agoMerge "Stop idmap2d after several seconds pass" into qt-r1-dev
Ryan Mitchell [Wed, 7 Aug 2019 17:06:38 +0000 (10:06 -0700)]
Merge "Stop idmap2d after several seconds pass" into qt-r1-dev
am: aa22db3da7

Change-Id: Iadb3c2ef9dbb0863559d805fb2692dc8d6adcda5

4 years agoMerge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev
Adrian Roos [Wed, 7 Aug 2019 16:56:48 +0000 (09:56 -0700)]
Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev
am: 92f61f0323

Change-Id: If88cb2016add304bb4ac18c957abb71538329583

4 years agoMerge "Stop idmap2d after several seconds pass" into qt-r1-dev
Ryan Mitchell [Wed, 7 Aug 2019 16:50:33 +0000 (16:50 +0000)]
Merge "Stop idmap2d after several seconds pass" into qt-r1-dev

4 years agoMerge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev
TreeHugger Robot [Wed, 7 Aug 2019 16:33:36 +0000 (16:33 +0000)]
Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev

4 years agoGestureNav: Fix AbsSeekBar thumb exclusion
Adrian Roos [Tue, 6 Aug 2019 14:43:31 +0000 (16:43 +0200)]
GestureNav: Fix AbsSeekBar thumb exclusion

Fix two issues that caused the exclusion for SeekBar thumbs to be to small and offset
from the thumb:

Account for padding and thumb offset; the thumb drawable is drawn with an offset
from the View's Canvas; the same offset must be applied when udpating the exclusion
rects.

The thumb is typically much smaller than the drag zone; the thumb rect alone doesn't
provide an appropriately large exclusion for reliably hitting it, so it is enlarged
to the height of the seek bar (up to 48dp).

Bug: 138992366
Test: manual, show exclusion zones with: adb shell setprop debug.pointerlocation.showexclusion 150 && adb shell settings put system pointer_location 1
Test: atest android.widget.AbsSeekBarTest
Change-Id: I2b670c6f3f33451bdccdfd3d75a75e90260257ff

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 6aa3f3...
Bill Yi [Wed, 7 Aug 2019 06:07:37 +0000 (23:07 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 6aa3f38983 -s ours
am: 1daf3587cb -s ours
am skip reason: subject contains skip directive

Change-Id: Iacbe765bde8186815348d60fcdc2cbac47c2f24a

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
Bill Yi [Wed, 7 Aug 2019 05:53:39 +0000 (22:53 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
am: 6aa3f38983 -s ours
am skip reason: subject contains skip directive

Change-Id: I9bb07364b95726b5e1b1f447f83ec5f9443706d6

4 years agoMerge "Extract keyguard indication view overlay" into qt-qpr1-dev
TreeHugger Robot [Wed, 7 Aug 2019 05:39:04 +0000 (05:39 +0000)]
Merge "Extract keyguard indication view overlay" into qt-qpr1-dev

4 years agoMerge "Import translations. DO NOT MERGE" into qt-dev
TreeHugger Robot [Wed, 7 Aug 2019 05:28:25 +0000 (05:28 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-dev

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
Bill Yi [Wed, 7 Aug 2019 03:44:48 +0000 (20:44 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
am: b672a3f6f6 -s ours
am skip reason: subject contains skip directive

Change-Id: I4705ff9613fad55896b585fe052a8c95a3a4aeaf

4 years agoMerge "Import translations. DO NOT MERGE" into qt-r1-dev
TreeHugger Robot [Wed, 7 Aug 2019 03:26:38 +0000 (03:26 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-r1-dev

4 years agoMerge "Import translations. DO NOT MERGE" into qt-qpr1-dev
TreeHugger Robot [Wed, 7 Aug 2019 03:21:28 +0000 (03:21 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev

4 years agoExtract keyguard indication view overlay
Jerry Chang [Wed, 31 Jul 2019 17:36:24 +0000 (01:36 +0800)]
Extract keyguard indication view overlay

Bug: 138268879
Test: atest SystemUITests:KeyguardBottomAreaTest
Change-Id: I8729ef8dfa3dbb695b84fd864659486bdb340bf9

4 years agodocs: Removed dates in obsolete field messages.
Kevin Hufnagle [Wed, 7 Aug 2019 01:17:11 +0000 (18:17 -0700)]
docs: Removed dates in obsolete field messages.

Notices about obsolete fields and methods now mention the publish
location (Google Play Store) or Android version (Q and higher).

Test: make ds-docs

Bug: 122482744
Change-Id: Idb60fef711401d43af8eb71343f157590c311571

4 years agoMerge "Use display listener instead of Intent Action for screen status" into qt-qpr1-dev
Long Ling [Wed, 7 Aug 2019 00:58:50 +0000 (00:58 +0000)]
Merge "Use display listener instead of Intent Action for screen status" into qt-qpr1-dev

4 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 6 Aug 2019 21:28:39 +0000 (14:28 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ib9ad88912c02d3b4d8355cab3ad9d713631fd427

4 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 6 Aug 2019 21:17:57 +0000 (14:17 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I177c5cfe63c60448882e1849f76a96d9103ed305

4 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 6 Aug 2019 21:07:31 +0000 (14:07 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ic7853a4d8574d496f1ee03a8163fff2671cafafd

4 years agoMerge "Merge "Stop timer when notification is not visible" into qt-r1-dev am: f7ad427...
Android Build Merger (Role) [Tue, 6 Aug 2019 20:29:39 +0000 (20:29 +0000)]
Merge "Merge "Stop timer when notification is not visible" into qt-r1-dev am: f7ad427d8b" into qt-qpr1-dev

4 years agoMerge "Stop timer when notification is not visible" into qt-r1-dev
Beth Thibodeau [Tue, 6 Aug 2019 20:28:50 +0000 (13:28 -0700)]
Merge "Stop timer when notification is not visible" into qt-r1-dev
am: f7ad427d8b

Change-Id: I601b736974dffc1a4f5b8ced66d1d97127a42541

4 years agoMerge "Check distraction flags in addition to suspension state" into qt-qpr1-dev
TreeHugger Robot [Tue, 6 Aug 2019 20:27:58 +0000 (20:27 +0000)]
Merge "Check distraction flags in addition to suspension state" into qt-qpr1-dev

4 years agoMerge "Stop timer when notification is not visible" into qt-r1-dev
Beth Thibodeau [Tue, 6 Aug 2019 20:11:27 +0000 (20:11 +0000)]
Merge "Stop timer when notification is not visible" into qt-r1-dev

4 years agoMerge "ImageWriter: configure surface to use user specified format" into qt-qpr1-dev
TreeHugger Robot [Tue, 6 Aug 2019 17:55:19 +0000 (17:55 +0000)]
Merge "ImageWriter: configure surface to use user specified format" into qt-qpr1-dev

4 years agoUse display listener instead of Intent Action for screen status
Long Ling [Mon, 5 Aug 2019 19:19:42 +0000 (12:19 -0700)]
Use display listener instead of Intent Action for screen status

Bug: 138863442
Exempt-From-Owner-Approval: Santos is designated by Michael
Change-Id: Ia5fbac259e674fa1a33134a46ccdfe315cc4f552

4 years agoStop timer when notification is not visible
Beth Thibodeau [Thu, 1 Aug 2019 14:57:29 +0000 (10:57 -0400)]
Stop timer when notification is not visible

This combines ag/8888937 and ag/9019277 into one CL, plus fixes another issue
where the timer could restart if the user had removed a notification and then
restarted the stream

Fixes: 138261464
Test: manual, atest NotificationMediaTemplateViewWrapperTest

Also checked the changes on the master branch since that had very
obvious issues when locking / unlocking the phone before

Change-Id: I6a0bbc675d33a5c7d4ce7f0884aec19606bff4fa

4 years agoCheck distraction flags in addition to suspension state
Julia Reynolds [Tue, 2 Jul 2019 17:14:36 +0000 (13:14 -0400)]
Check distraction flags in addition to suspension state

Test: xts in same topic
Fixes: 136431772
Change-Id: I129fae6e1fc93d26ea027bd67f46ea664728e913
(cherry picked from commit 7912df2966d4e680267e8583192d726d40eda55e)

4 years agoMerge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev am: c80fe63001
Kevin Hufnagle [Tue, 6 Aug 2019 16:22:59 +0000 (09:22 -0700)]
Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev am: c80fe63001
am: ad1de8fbe4

Change-Id: I0f33586ecb3b8f7e6cfa91dac274f9b384428495

4 years agoMerge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev
Kevin Hufnagle [Tue, 6 Aug 2019 16:09:56 +0000 (09:09 -0700)]
Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev
am: c80fe63001

Change-Id: I332332fc88e565a3842297b04769778ee1c344ca

4 years agoMerge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev
Kevin Hufnagle [Tue, 6 Aug 2019 15:53:40 +0000 (15:53 +0000)]
Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev

4 years agoMerge "[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera...
Eino-Ville Talvala [Tue, 6 Aug 2019 09:05:56 +0000 (02:05 -0700)]
Merge "[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction" into qt-r1-dev
am: 33c07d1c38

Change-Id: I9193ce893e220eab614f7f129f49d8c1620a71e2

4 years ago[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction
Eino-Ville Talvala [Tue, 6 Aug 2019 09:02:37 +0000 (02:02 -0700)]
[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction
am: 9971348a0c

Change-Id: I42a091a3afc56e309b7a98d03dd0138b58c22e64

4 years agoMerge "[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera...
TreeHugger Robot [Tue, 6 Aug 2019 08:45:23 +0000 (08:45 +0000)]
Merge "[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction" into qt-r1-dev

4 years ago[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction
Eino-Ville Talvala [Fri, 2 Aug 2019 19:14:05 +0000 (12:14 -0700)]
[RESTRICT AUTOMERGE] CameraServiceProxy: More granularity to NFC / Camera interaction

Instead of disabling NFC active polling on all camera use, or never
disabling NFC active polling, support disabling based on camera facing.

Test: 'adb shell dumpsys nfc' while trying all 4 possible NFC options and
   using front/back cameras via default camera and via face authentication.
Bug: 138851393

Change-Id: I81eb014f0c2058258384538dce7c01b575c44df4

4 years agoMerge "Only show the thermal shutdown warning when thermal reboot" into qt-r1-dev
Sherry Huang [Tue, 6 Aug 2019 02:27:54 +0000 (19:27 -0700)]
Merge "Only show the thermal shutdown warning when thermal reboot" into qt-r1-dev
am: 553b8bf2c1

Change-Id: Ia950aa0a8e9f577b6f97ffff60f16b1ac1be73a7

4 years agoMerge "Only show the thermal shutdown warning when thermal reboot" into qt-r1-dev
TreeHugger Robot [Tue, 6 Aug 2019 02:08:23 +0000 (02:08 +0000)]
Merge "Only show the thermal shutdown warning when thermal reboot" into qt-r1-dev

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
Bill Yi [Tue, 6 Aug 2019 02:07:48 +0000 (19:07 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
am: 3ca8c70e38 -s ours
am skip reason: subject contains skip directive

Change-Id: If8912ed3032a03933ef27e5467db2cfeafaaa48b

4 years agoMerge "Import translations. DO NOT MERGE" into qt-r1-dev
TreeHugger Robot [Tue, 6 Aug 2019 01:32:23 +0000 (01:32 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-r1-dev

4 years agoMerge "XmlUtils: Fix hex parsing in readThisByteArrayXml" into qt-qpr1-dev
Roshan Pius [Mon, 5 Aug 2019 23:51:37 +0000 (23:51 +0000)]
Merge "XmlUtils: Fix hex parsing in readThisByteArrayXml" into qt-qpr1-dev

4 years agoOnly show the thermal shutdown warning when thermal reboot
Sherry Huang [Fri, 2 Aug 2019 18:36:44 +0000 (02:36 +0800)]
Only show the thermal shutdown warning when thermal reboot

showThermalShutdownWarning() is on the path where systemui starts
and restarts. Previously, we just checked the boot reason in
determining whether to show the warning, which makes it unexpectedly
seen when systemui restarts from crashes.

This CL caches the last boot count and compares with the current one
to ensure that there is a thermal reboot before the warning is shown.

Test: atest PowerUITest
Bug: 138089094
Change-Id: I0a51d00703d291ba10a6ab4f348308a14000a20e

4 years agoMerge "Add a documentation in EmergencyNumber#getNumber" into qt-r1-dev
sqian [Mon, 5 Aug 2019 22:48:11 +0000 (15:48 -0700)]
Merge "Add a documentation in EmergencyNumber#getNumber" into qt-r1-dev
am: 46b82fd3ce

Change-Id: I09df0f18c165e2201732ccd126599b802c2fc508

4 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 5 Aug 2019 22:27:32 +0000 (15:27 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ief52f624ef932c1941ae4bb5a8264e57bd0495f5

4 years agoMerge "Add a documentation in EmergencyNumber#getNumber" into qt-r1-dev
TreeHugger Robot [Mon, 5 Aug 2019 22:23:20 +0000 (22:23 +0000)]
Merge "Add a documentation in EmergencyNumber#getNumber" into qt-r1-dev

4 years agoGestureNav: Log exclusion rect heights
Adrian Roos [Mon, 5 Aug 2019 21:18:13 +0000 (14:18 -0700)]
GestureNav: Log exclusion rect heights
am: 5f2c9a14f5

Change-Id: Ic64a4394729c416813888244639ee31a1bb24d70

4 years agoMerge "Add carrier config for exit hysteresis time" into qt-qpr1-dev
Sooraj Sasindran [Mon, 5 Aug 2019 20:05:00 +0000 (20:05 +0000)]
Merge "Add carrier config for exit hysteresis time" into qt-qpr1-dev

4 years agoGestureNav: Log exclusion rect heights
Adrian Roos [Wed, 3 Jul 2019 16:31:46 +0000 (18:31 +0200)]
GestureNav: Log exclusion rect heights

Logs the rejected and requested exclusion rect heights.

Test: adb shell device_config put android:window_manager key_system_gesture_exclusion_log_debounce_millis 1000
Bug: 135152789
Change-Id: Ie12640f4bf0a8b40b666e604188a0bedd85e8981
Exempt-From-Owner-Approval: DeviceConfig.java: Adding constant to WindowManager namespace.

4 years agoMerge "ImageWriter: increase timeout for BufDetachThread" into qt-qpr1-dev
TreeHugger Robot [Mon, 5 Aug 2019 18:42:34 +0000 (18:42 +0000)]
Merge "ImageWriter: increase timeout for BufDetachThread" into qt-qpr1-dev

4 years agoMerge "Fix overlapping remote and recents animations" into qt-r1-dev
Jorim Jaggi [Mon, 5 Aug 2019 18:39:03 +0000 (11:39 -0700)]
Merge "Fix overlapping remote and recents animations" into qt-r1-dev
am: b248a0343f

Change-Id: I65a0859aa03247262767107f3525b2b7490b5eb8

4 years agoXmlUtils: Fix hex parsing in readThisByteArrayXml
Roshan Pius [Fri, 2 Aug 2019 17:07:40 +0000 (10:07 -0700)]
XmlUtils: Fix hex parsing in readThisByteArrayXml

hex 'a' is not correctly deserialized in readThisByteArrayXml.

Change readThisByteArrayXml & writeByteArrayXml to use HexEncoding for
hex conversions.

Bug: 138482990
Test: Was seeing parsing errors with ag/9135251.
Validated the fix with ag/9135251.

Change-Id: If9f86b5ed85a9f883130e4110f85cd2faa995439

4 years agoMerge "Fix overlapping remote and recents animations" into qt-r1-dev
Jorim Jaggi [Mon, 5 Aug 2019 18:12:56 +0000 (18:12 +0000)]
Merge "Fix overlapping remote and recents animations" into qt-r1-dev

4 years agoFix overlapping remote and recents animations
Jorim Jaggi [Tue, 30 Jul 2019 14:50:13 +0000 (16:50 +0200)]
Fix overlapping remote and recents animations

Test: Open app and immediately swipe up while opening. Verify
Thread prioties in systrace

Test: WindowProcessControllerTests
Fixes: 137881181
Change-Id: Ic1d7403d2a648e6f1d1b6a3d55b56bf37bc57a2c

4 years agoMerge "Restore SignalTileView in CellularTile" into qt-qpr1-dev
Fabian Kozynski [Mon, 5 Aug 2019 13:07:41 +0000 (13:07 +0000)]
Merge "Restore SignalTileView in CellularTile" into qt-qpr1-dev

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: ab6ef4...
Bill Yi [Sun, 4 Aug 2019 08:50:19 +0000 (01:50 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: ab6ef4f0df -s ours
am: 3633c30ccd -s ours
am skip reason: subject contains skip directive

Change-Id: I16bce000ecf7e9bed77e82ef1bc9d51d4929a055

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
Bill Yi [Sun, 4 Aug 2019 08:46:29 +0000 (01:46 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
am: 83b7531e1b -s ours
am skip reason: subject contains skip directive

Change-Id: I5f325d53277713edc6e1a8e859dd92910fe10521

4 years agoMerge "Acquire display suspend blocker for DozeService" into qt-r1-dev
Santos Cordon [Sun, 4 Aug 2019 08:41:46 +0000 (01:41 -0700)]
Merge "Acquire display suspend blocker for DozeService" into qt-r1-dev
am: 403bf951fd

Change-Id: I7ce541d7c6d2f1a370d29328e61cdf5ac5dfbcde

4 years agoMerge "create ExclusionRectStateChanged/BackGesture atom" into qt-r1-dev
Hyunyoung Song [Sun, 4 Aug 2019 08:34:47 +0000 (01:34 -0700)]
Merge "create ExclusionRectStateChanged/BackGesture atom" into qt-r1-dev
am: 7e9c5d047d

Change-Id: I6a57b5d4cc3feb229192ea0659c5fb8a5c1bb65a

4 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
Bill Yi [Sun, 4 Aug 2019 08:20:37 +0000 (01:20 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
am: ab6ef4f0df -s ours
am skip reason: subject contains skip directive

Change-Id: I6ddd3a2f1d738ea3b49e746ff102fe7515c9d50a

4 years agoMerge "DO NOT MERGE Fix PermissionManagerService throwing exception for unknown packa...
Hai Zhang [Sun, 4 Aug 2019 07:49:51 +0000 (00:49 -0700)]
Merge "DO NOT MERGE Fix PermissionManagerService throwing exception for unknown package." into qt-r1-dev
am: 40921e6c7e

Change-Id: Idb1f5f926ee30517ad84cde6958e495c15e4d1fd

4 years agoDO NOT MERGE Fix PermissionManagerService throwing exception for unknown package.
Hai Zhang [Sun, 4 Aug 2019 07:49:43 +0000 (00:49 -0700)]
DO NOT MERGE Fix PermissionManagerService throwing exception for unknown package.
am: 03bb8eeeaa

Change-Id: I89f3199cce21107340d6fa5ff2a8548097efbe7d

4 years agoMerge "Import translations. DO NOT MERGE" into qt-qpr1-dev
TreeHugger Robot [Sun, 4 Aug 2019 05:59:20 +0000 (05:59 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev

4 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 4 Aug 2019 04:12:40 +0000 (21:12 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I4ed9de49598ea22b528a33d61c24c864fc304ee6

4 years agoMerge "Import translations. DO NOT MERGE" into qt-dev
TreeHugger Robot [Sat, 3 Aug 2019 23:17:27 +0000 (23:17 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-dev

4 years agoMerge "Import translations. DO NOT MERGE" into qt-r1-dev
TreeHugger Robot [Sat, 3 Aug 2019 21:21:18 +0000 (21:21 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-r1-dev

4 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 3 Aug 2019 19:30:38 +0000 (12:30 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: If0461bd95a9668d8582a37a65d9c37f3450723be

4 years agoMerge "Acquire display suspend blocker for DozeService" into qt-r1-dev
Santos Cordon [Sat, 3 Aug 2019 16:29:20 +0000 (16:29 +0000)]
Merge "Acquire display suspend blocker for DozeService" into qt-r1-dev

4 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 3 Aug 2019 10:46:32 +0000 (03:46 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I13841d4c409aed2b5192f6d5bf132a71f76da519

4 years agoMerge "create ExclusionRectStateChanged/BackGesture atom" into qt-r1-dev
Hyunyoung Song [Sat, 3 Aug 2019 05:12:17 +0000 (05:12 +0000)]
Merge "create ExclusionRectStateChanged/BackGesture atom" into qt-r1-dev

4 years agoMerge "DO NOT MERGE Fix PermissionManagerService throwing exception for unknown packa...
TreeHugger Robot [Sat, 3 Aug 2019 04:57:27 +0000 (04:57 +0000)]
Merge "DO NOT MERGE Fix PermissionManagerService throwing exception for unknown package." into qt-r1-dev

4 years agoMerge "Clearer message when face auth fails" into qt-qpr1-dev
TreeHugger Robot [Fri, 2 Aug 2019 22:54:52 +0000 (22:54 +0000)]
Merge "Clearer message when face auth fails" into qt-qpr1-dev

4 years agoMerge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev
Long Ling [Fri, 2 Aug 2019 22:21:02 +0000 (15:21 -0700)]
Merge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev
am: 6348d1e923

Change-Id: Ie98eaea5afe1bfc4ecc16506bb6cfea0c2eecbde

4 years agoCamera: fix getKeys impl for vendor keys
Yin-Chia Yeh [Thu, 18 Jul 2019 22:10:12 +0000 (15:10 -0700)]
Camera: fix getKeys impl for vendor keys

Test: partner testing
Bug: 137856586
Change-Id: Ie36db4f76e8b3d500aeea88d15e4e3295cc3d481

4 years agoMerge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev
Shuo Qian [Fri, 2 Aug 2019 22:03:37 +0000 (15:03 -0700)]
Merge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev
am: cd4208e080

Change-Id: I7b70012bc2c8eec1a6b02a1f2145ef0abffb634e

4 years agoMerge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev
Long Ling [Fri, 2 Aug 2019 22:00:21 +0000 (22:00 +0000)]
Merge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev

4 years agoMerge "Keep IME above starting window." into qt-r1-dev
Tarandeep Singh [Fri, 2 Aug 2019 21:57:48 +0000 (14:57 -0700)]
Merge "Keep IME above starting window." into qt-r1-dev
am: ced28f91bb

Change-Id: I3efe817f68fe8b874f328fff7f76deb5dffcaaae

4 years agoMerge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev
Shuo Qian [Fri, 2 Aug 2019 21:43:53 +0000 (21:43 +0000)]
Merge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev

4 years agoMerge "Keep IME above starting window." into qt-r1-dev
TreeHugger Robot [Fri, 2 Aug 2019 21:25:29 +0000 (21:25 +0000)]
Merge "Keep IME above starting window." into qt-r1-dev

4 years agoImageWriter: configure surface to use user specified format
Yin-Chia Yeh [Tue, 30 Jul 2019 22:29:16 +0000 (15:29 -0700)]
ImageWriter: configure surface to use user specified format

Test: new CTS test
Bug: 136667655
Change-Id: I104b5c13c262fe82fb56c752b0129eca1fd844e7

4 years agoAcquire display suspend blocker for DozeService
Santos Cordon [Thu, 1 Aug 2019 17:33:20 +0000 (18:33 +0100)]
Acquire display suspend blocker for DozeService

If DozeService explicitly requests the display state to be on,
then PowerManager needs to acquire the display suspend blocker even
while in DOZE mode to prevent the system from constantly trying
to suspend.

Bug: 138195405
Test: atest PowerManagerServiceTest
Change-Id: I05f5b86789ced084d0814480b2fe89d74f96a54e

4 years agoResponsiveness improvement for BrightnessObserver
Long Ling [Fri, 26 Jul 2019 21:23:53 +0000 (14:23 -0700)]
Responsiveness improvement for BrightnessObserver

Forget the history to get immediate response when entering lower
brightness environment.

The sensor may not report event if there is no change since last report.
BrightnessObserver should keep refreshing the filter's estimation when last
sensor value is in a higher zone.

Bug: 138404221
Exempt-From-Owner-Approval: Santos is designated by Michael
Change-Id: I4ab37c067826c36eda26b435e83258d9af8783ab

4 years agoMerge "Fixes breaking test" into qt-r1-dev
Selim Cinek [Fri, 2 Aug 2019 18:30:10 +0000 (11:30 -0700)]
Merge "Fixes breaking test" into qt-r1-dev
am: 4c1435a8eb

Change-Id: Ied67a3823b917b7e64cdf80c09472a50de70a9fe

4 years agoMerge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev
Fabian Kozynski [Fri, 2 Aug 2019 18:26:32 +0000 (11:26 -0700)]
Merge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev
am: 96585dea65

Change-Id: I68e8e0754c970a11d53c9056838a83f65be4e341

4 years agoClearer message when face auth fails
Lucas Dupin [Fri, 2 Aug 2019 18:17:39 +0000 (11:17 -0700)]
Clearer message when face auth fails

Before we were saying "Swipe to open" on bouncer and some users though
it was a bug, not we're being more explicit and saying "Swipe up to try
again"

Test: manual
Fixes: 134042651
Change-Id: I1a057819253252cc3912ff6b66505a8d55dc93ae

4 years agoKeep IME above starting window.
Tarandeep Singh [Tue, 30 Jul 2019 20:30:03 +0000 (13:30 -0700)]
Keep IME above starting window.

While app window is animating-in, IME window is child of aboveAppContainers.
If app requests IME on activity resume, IME will start animating-in
above Snapshot during app window animation.
However when app window animation finishes, IME's parent is no
longer aboveAppContainers, thereby making snapshot occlude
IME briefly. This results in flashing.

The fix is to keep IME in aboveAppContainers as long as startingWindow
is not removed from hierarchy.

Bug: 137534359
Test: Manual and atest ZOrderingTests AppWindowTokenTests
Change-Id: I78c939e8d1f23144162ba9eb8d834150fdd08ae8

4 years agoMerge "Fixes breaking test" into qt-r1-dev
Selim Cinek [Fri, 2 Aug 2019 17:58:49 +0000 (17:58 +0000)]
Merge "Fixes breaking test" into qt-r1-dev

4 years agoMerge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev
Fabian Kozynski [Fri, 2 Aug 2019 17:48:59 +0000 (17:48 +0000)]
Merge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev

4 years agoMerge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev
James O'Leary [Fri, 2 Aug 2019 17:38:12 +0000 (10:38 -0700)]
Merge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev
am: bea597d404

Change-Id: If730bc2f28b0ae2a6a69ad7f7a82149285b12335

4 years agoMerge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev
James O'Leary [Fri, 2 Aug 2019 17:11:22 +0000 (17:11 +0000)]
Merge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev

4 years agoFix issue where SIM PIN message would be visible
Lucas Dupin [Fri, 2 Aug 2019 16:52:55 +0000 (09:52 -0700)]
Fix issue where SIM PIN message would be visible
am: 00ce73a418

Change-Id: I9402d4f1ed7115a38866e8945604dd300f52acdd

4 years agoFixes breaking test
Selim Cinek [Fri, 2 Aug 2019 16:35:28 +0000 (09:35 -0700)]
Fixes breaking test

Fixes: 138812624
Test: atest SystemUiTests
Change-Id: If289ea1c2a0eaa2332d1328f3eb50acd71aaf354

4 years agoFix issue where SIM PIN message would be visible
Lucas Dupin [Wed, 31 Jul 2019 23:36:43 +0000 (16:36 -0700)]
Fix issue where SIM PIN message would be visible

We're resetting the view state when a config change happens, but
they can arrive even after the view is not visible anymore.

Let's not update the message area if we're GONE, since the message
area is shared with the Pattern and PIN pad views.

Test: manual
Fixes: 138751729
Change-Id: Idb4877f8ed22e8b640670bb9da66bb124a2f8166

4 years agodocs: Clarified when onRestoreInstanceState() executes
Kevin Hufnagle [Thu, 18 Jul 2019 21:37:36 +0000 (21:37 +0000)]
docs: Clarified when onRestoreInstanceState() executes

This method executes only after onDestroy() is called.

Change-Id: I4880cc98ea08945f30b16baa7ae400a5bbe3e439
Test: make ds-docs
Bug: 136241777

4 years agoMerge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev am...
Adrian Roos [Fri, 2 Aug 2019 12:52:46 +0000 (05:52 -0700)]
Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev am: c9f4bcae57
am: 91ce40fa1a

Change-Id: Ib5f793e846c3a6cdd6eacb9455b8aa9f79df8e4a

4 years agoMerge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev
Adrian Roos [Fri, 2 Aug 2019 12:42:10 +0000 (05:42 -0700)]
Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev
am: c9f4bcae57

Change-Id: I0581305f01ebdaa121ce0e70ab9d44f142c9f99f

4 years agoMerge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev
Adrian Roos [Fri, 2 Aug 2019 12:17:11 +0000 (12:17 +0000)]
Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev

4 years agocreate ExclusionRectStateChanged/BackGesture atom
Hyunyoung Song [Tue, 9 Jul 2019 16:19:25 +0000 (09:19 -0700)]
create ExclusionRectStateChanged/BackGesture atom

Bug: 135152789
Test: manual
Test: m statsd_testdrive -j31
Test: out/host/linux-x86/bin/statsd_testdrive [223|224]
Change-Id: Id4b36c89ed5bf3330795107fb6cd6750edcd0dbf
Merged-In: Id4b36c89ed5bf3330795107fb6cd6750edcd0dbf

4 years agoMerge "Fix the race between entitlement start/stop" into qt-r1-dev
Mark Chien [Fri, 2 Aug 2019 02:24:33 +0000 (19:24 -0700)]
Merge "Fix the race between entitlement start/stop" into qt-r1-dev
am: 5d6e98773f

Change-Id: I93579ad97c4acaf9c0f362a5adf2136b134050fb

4 years agoMerge "Fix the race between entitlement start/stop" into qt-r1-dev
Mark Chien [Fri, 2 Aug 2019 02:11:41 +0000 (02:11 +0000)]
Merge "Fix the race between entitlement start/stop" into qt-r1-dev

4 years agoMerge "Change RecentsAnimationListenerSet interface" into qt-qpr1-dev
Tracy Zhou [Fri, 2 Aug 2019 01:44:53 +0000 (01:44 +0000)]
Merge "Change RecentsAnimationListenerSet interface" into qt-qpr1-dev