OSDN Git Service

android-x86/frameworks-base.git
6 years agoAccountManager#getAccounts bench
John Reck [Mon, 23 Oct 2017 20:11:04 +0000 (13:11 -0700)]
AccountManager#getAccounts bench

Test: this
Bug: 68150110

Change-Id: Ic90817d6f1f0ed705b1894a2aac302ce302672a6

6 years agoMerge "Fix backup server"
TreeHugger Robot [Thu, 12 Oct 2017 16:49:39 +0000 (16:49 +0000)]
Merge "Fix backup server"

6 years agoMerge "Do not send KEYCODE_VOICE_ASSIST to apps."
Siarhei Vishniakou [Thu, 12 Oct 2017 16:06:52 +0000 (16:06 +0000)]
Merge "Do not send KEYCODE_VOICE_ASSIST to apps."

6 years agoMerge "Make LaunchingTaskPositioner stateless."
Bryce Lee [Thu, 12 Oct 2017 14:44:46 +0000 (14:44 +0000)]
Merge "Make LaunchingTaskPositioner stateless."

6 years agoMerge "Add alarm + media/other to NotifManager.Policy"
Beverly Tai [Thu, 12 Oct 2017 13:20:51 +0000 (13:20 +0000)]
Merge "Add alarm + media/other to NotifManager.Policy"

6 years agoMerge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7 am...
Hugo Benichi [Thu, 12 Oct 2017 12:45:11 +0000 (12:45 +0000)]
Merge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7 am: 1ce75f643c am: 3d4d464f0a
am: 86eb8a58af

Change-Id: I4922d8505e641652cea028c6d60a0f9996b130e6

6 years agoFix backup server
Christopher Tate [Wed, 11 Oct 2017 22:50:51 +0000 (15:50 -0700)]
Fix backup server

Mea culpa.  Properly do the trampoline indirection dance so
that we can asynchronously bring up the service components.
We'd previously accidentally introduced an ordering problem such
that the init process... didn't.

Bug: 67676879
Test: 'adb shell dumpsys backup' and 'adb shell bmgr list transports' after boot
Change-Id: I3e9a904a009f4745727e5eb13f7307c6deda1e4f

6 years agoMerge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7 am...
Hugo Benichi [Thu, 12 Oct 2017 12:34:55 +0000 (12:34 +0000)]
Merge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7 am: 1ce75f643c
am: 3d4d464f0a

Change-Id: Icf9ccd265754f1b85720bb778633dc5ef515646e

6 years agoMerge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7
Hugo Benichi [Thu, 12 Oct 2017 12:22:33 +0000 (12:22 +0000)]
Merge "Import a few android.net unit tests into frameworks-net" am: 24660e5bb7
am: 1ce75f643c

Change-Id: I9e2623e85bff3ca39738644a4b9d7abc216f52b8

6 years agoMerge "Import a few android.net unit tests into frameworks-net"
Hugo Benichi [Thu, 12 Oct 2017 12:13:20 +0000 (12:13 +0000)]
Merge "Import a few android.net unit tests into frameworks-net"
am: 24660e5bb7

Change-Id: I41655938d6d1df19130847210437f047c8b65cdf

6 years agoMerge "Import a few android.net unit tests into frameworks-net"
Hugo Benichi [Thu, 12 Oct 2017 11:58:32 +0000 (11:58 +0000)]
Merge "Import a few android.net unit tests into frameworks-net"

6 years agoMerge "Migrate most of core networking tests to junit4" am: 9d456cd9c6 am: 7d9588c836...
Hugo Benichi [Thu, 12 Oct 2017 09:52:28 +0000 (09:52 +0000)]
Merge "Migrate most of core networking tests to junit4" am: 9d456cd9c6 am: 7d9588c836 am: c40687f85a
am: 550de399d7

Change-Id: I44024c6cfe2bcb66f00a39ac9d97182ff62a23d1

6 years agoMerge "Migrate most of core networking tests to junit4" am: 9d456cd9c6 am: 7d9588c836
Hugo Benichi [Thu, 12 Oct 2017 09:43:11 +0000 (09:43 +0000)]
Merge "Migrate most of core networking tests to junit4" am: 9d456cd9c6 am: 7d9588c836
am: c40687f85a

Change-Id: Ic59ca37bbb31ba091c8b6d31170584b946c2527a

6 years agoMerge "Migrate most of core networking tests to junit4" am: 9d456cd9c6
Hugo Benichi [Thu, 12 Oct 2017 09:33:41 +0000 (09:33 +0000)]
Merge "Migrate most of core networking tests to junit4" am: 9d456cd9c6
am: 7d9588c836

Change-Id: I3a02bcf20f59c2a07b7c920707cf6cde0bf68478

6 years agoMerge "Migrate most of core networking tests to junit4"
Hugo Benichi [Thu, 12 Oct 2017 09:24:40 +0000 (09:24 +0000)]
Merge "Migrate most of core networking tests to junit4"
am: 9d456cd9c6

Change-Id: Ib124efb327bfbacd5a637753f9c9724e27a218cb

6 years agoMerge "Migrate most of core networking tests to junit4"
Treehugger Robot [Thu, 12 Oct 2017 09:06:24 +0000 (09:06 +0000)]
Merge "Migrate most of core networking tests to junit4"

6 years agoImport a few android.net unit tests into frameworks-net
Hugo Benichi [Thu, 12 Oct 2017 00:54:49 +0000 (09:54 +0900)]
Import a few android.net unit tests into frameworks-net

Bug: 62918393
Test: runtest frameworks-net
Change-Id: I3c7c60bcfeffec5c5ec287810312349237a2868a

6 years agoMigrate most of core networking tests to junit4
Hugo Benichi [Wed, 11 Oct 2017 02:26:25 +0000 (11:26 +0900)]
Migrate most of core networking tests to junit4

This patch is a batch of mechanical changes to test classes to migrate
away from AndroidTestCase and TestCase.

Bug: 62918393
Test: runtest frameworks-net
Change-Id: I74134609e511f22c4d9ecd65780e981f9ba7ae3f

6 years agoMerge "Fixes the broadcast receiver for app updates."
TreeHugger Robot [Thu, 12 Oct 2017 05:27:52 +0000 (05:27 +0000)]
Merge "Fixes the broadcast receiver for app updates."

6 years agoMerge "Set the global priority session immediately after its flag is set" into oc...
Jaewan Kim [Thu, 12 Oct 2017 02:36:38 +0000 (02:36 +0000)]
Merge "Set the global priority session immediately after its flag is set" into oc-mr1-dev am: 0e4fcfe95d
am: aceb151552

Change-Id: I4154c02de108bf502e4f83285f328ac67b59b38e

6 years agoMerge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev am: 15c8747ad9
Phil Weaver [Thu, 12 Oct 2017 02:30:42 +0000 (02:30 +0000)]
Merge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev am: 15c8747ad9
am: 73e2acb9ae

Change-Id: I906748223efd88d5d48889b2866725ba13c0268e

6 years agoDo not send KEYCODE_VOICE_ASSIST to apps.
Siarhei Vishniakou [Thu, 17 Aug 2017 23:17:22 +0000 (16:17 -0700)]
Do not send KEYCODE_VOICE_ASSIST to apps.

Prevent KEYCODE_VOICE_ASSIST from being sent
to the apps. Move the key handling logic from
interceptKeyBeforeDispatching to
interceptKeyBeforeQueueing for KEYCODE_ASSIST
and KEYCODE_VOICE_ASSIST.

Allow the launch of assistant with KEYCODE_ASSIST

Remove dead link from the docs.

Test: bit CtsViewTestCases:.KeyEventInterceptTest
Bug: 64776073
Change-Id: I6ab596ffb0448923d71da3fc93ccdd26de8d517f

6 years agoMerge "Set the global priority session immediately after its flag is set" into oc...
Jaewan Kim [Thu, 12 Oct 2017 02:10:26 +0000 (02:10 +0000)]
Merge "Set the global priority session immediately after its flag is set" into oc-mr1-dev
am: 0e4fcfe95d

Change-Id: I35b0bfc454024a8f09872a6a2757186d2069a420

6 years agoMerge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6 am: 1c36619...
Hall Liu [Thu, 12 Oct 2017 01:58:25 +0000 (01:58 +0000)]
Merge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6 am: 1c36619f5b am: e95023f55a
am: 0a2c71668e

Change-Id: I3291adc53e8b102b3b0a464c19fe0783047279ee

6 years agoMerge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev am: adaae4cb91
Hall Liu [Thu, 12 Oct 2017 01:50:39 +0000 (01:50 +0000)]
Merge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev am: adaae4cb91
am: 9822017b0f

Change-Id: I60e9bd9c0124a7844fb626747911ce8c9abb25d0

6 years agoMerge "Set the global priority session immediately after its flag is set" into oc...
TreeHugger Robot [Thu, 12 Oct 2017 01:47:26 +0000 (01:47 +0000)]
Merge "Set the global priority session immediately after its flag is set" into oc-mr1-dev

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555e...
Jeff Sharkey [Thu, 12 Oct 2017 01:44:39 +0000 (01:44 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308 am: 065dc70c5a" into oc-mr1-dev-plus-aosp
am: 1bfc9ff526  -s ours

Change-Id: Ibb00ad9497ee1e07bba6085253257cde28e38b7b

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555e...
Jeff Sharkey [Thu, 12 Oct 2017 01:41:08 +0000 (01:41 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308 am: f718585bf4" into oc-mr1-dev-plus-aosp
am: 609a6cf129  -s ours

Change-Id: I0d1ee4c0cb2c10b68eaf9587bc02c89a915fa8a4

6 years agoMerge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev
Phil Weaver [Thu, 12 Oct 2017 01:38:32 +0000 (01:38 +0000)]
Merge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev
am: 15c8747ad9

Change-Id: I1b1c16800319aac6abf8403f168d0b4343293fc0

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Thu, 12 Oct 2017 01:37:51 +0000 (01:37 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0 am: e286f08000 am: 1b1ea965ee
am: 4c8e31db5d  -s ours

Change-Id: I60f833f404e3ca2aeea5d8ea0cb91eb3137cc694

6 years agoMerge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6 am: 1c36619f5b
Hall Liu [Thu, 12 Oct 2017 01:31:26 +0000 (01:31 +0000)]
Merge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6 am: 1c36619f5b
am: e95023f55a

Change-Id: Id9bbd691b1c3c5e79b06814762ac8c66fae05f4a

6 years agoMerge "Fix Catalan and Polish hyphenation."
TreeHugger Robot [Thu, 12 Oct 2017 01:28:11 +0000 (01:28 +0000)]
Merge "Fix Catalan and Polish hyphenation."

6 years agoMerge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev
TreeHugger Robot [Thu, 12 Oct 2017 01:24:48 +0000 (01:24 +0000)]
Merge "Don't recycle replaced nodes in a11y cache" into oc-mr1-dev

6 years agoMerge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev
Hall Liu [Thu, 12 Oct 2017 00:12:54 +0000 (00:12 +0000)]
Merge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev
am: adaae4cb91

Change-Id: I835ccb152a32c593d25bd06d64b53b51b5717c55

6 years agoMerge "Improve shortcut backup & restore."
TreeHugger Robot [Wed, 11 Oct 2017 23:55:33 +0000 (23:55 +0000)]
Merge "Improve shortcut backup & restore."

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555e...
Android Build Merger (Role) [Wed, 11 Oct 2017 23:54:39 +0000 (23:54 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308 am: 065dc70c5a" into oc-mr1-dev-plus-aosp

6 years agoMerge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev
Hall Liu [Wed, 11 Oct 2017 23:53:11 +0000 (23:53 +0000)]
Merge "Fix URI unparceling and clarify an error condition" into oc-mr1-dev

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 23:52:44 +0000 (23:52 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308
am: 065dc70c5a

Change-Id: I7b1310f3b2329d91d347e814a7770c5b57702f5b

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 23:46:52 +0000 (23:46 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0 am: e286f08000 am: e68565b630
am: d10a908242  -s ours

Change-Id: I538192067abbc5daed3bec9849c6b3140b29db8a

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555e...
Android Build Merger (Role) [Wed, 11 Oct 2017 23:43:44 +0000 (23:43 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308 am: f718585bf4" into oc-mr1-dev-plus-aosp

6 years agoMerge "Add new Download Error Codes" am: e9bd5449b5 am: 946ff79971 am: 014d73e287
Brad Ebinger [Wed, 11 Oct 2017 23:43:09 +0000 (23:43 +0000)]
Merge "Add new Download Error Codes" am: e9bd5449b5 am: 946ff79971 am: 014d73e287
am: bb38194a55

Change-Id: I3f1c18c3a9017c48aeba29e7344c27ba24d1a037

6 years agoMerge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6
Hall Liu [Wed, 11 Oct 2017 23:41:30 +0000 (23:41 +0000)]
Merge "Fix URI unparceling and clarify an error condition" am: 5f123e6ad6
am: 1c36619f5b

Change-Id: Ibdc1ed0f0d432d0b47082195229001ca7174f3ef

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 23:41:20 +0000 (23:41 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976 am: 753a9ab308
am: f718585bf4

Change-Id: Id4eea6983de3598693065db4ffb1d51e6d4f06da

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 23:40:05 +0000 (23:40 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0 am: e286f08000
am: 1b1ea965ee

Change-Id: I607857175a10332617ffbe1a8b258c495cd7de84

6 years agoMerge "Fix URI unparceling and clarify an error condition"
Hall Liu [Wed, 11 Oct 2017 23:28:42 +0000 (23:28 +0000)]
Merge "Fix URI unparceling and clarify an error condition"
am: 5f123e6ad6

Change-Id: Ib8023d966e01fd2acefc464d8d25ed5030cfd85b

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 23:28:24 +0000 (23:28 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0 am: e286f08000
am: e68565b630

Change-Id: I5bb8f3b3bd5200b88a17fa4f090ee432c7ab5b52

6 years agoFix Catalan and Polish hyphenation.
Seigo Nonaka [Wed, 11 Oct 2017 18:27:50 +0000 (11:27 -0700)]
Fix Catalan and Polish hyphenation.

After I7e2ece979181d12ac1adbede14995ec9b7b87d21, the special hyphenation
logic for Catalan and Policy was not working.

Bug: 65024629
Bug: 67702053
Test: N/A
Change-Id: I985253e24cf0ce4e537c01074e75054381a7816a

6 years agoFixes the broadcast receiver for app updates.
David Chen [Wed, 11 Oct 2017 22:34:13 +0000 (15:34 -0700)]
Fixes the broadcast receiver for app updates.

Skips the redundant broadcasts that are also sent with an update.
Also adds a new receiver for user additions and removes so that
we update the UID map when a user is added/removed.

Test: Manually on Marlin.
Change-Id: Ia61529f3733bc1af08b2cdef69cb1d9de47ed63f

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 23:15:40 +0000 (23:15 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976
am: 753a9ab308

Change-Id: I73681573fc302c587490df16c214ee05049be7c6

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 23:08:02 +0000 (23:08 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours am: bbcb8e4976
am: 753a9ab308

Change-Id: I32ca3f3a6ede37fdc2bd3ed1f03374b45cdb2697

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev...
Jeff Sharkey [Wed, 11 Oct 2017 23:06:17 +0000 (23:06 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849" into oc-dr1-dev-plus-aosp am: 6ef8866b04
am: 6530612cee  -s ours

Change-Id: I4f9d6946e30f63200b66c0c04744feccc03f267a

6 years agoMerge "Fix URI unparceling and clarify an error condition"
Hall Liu [Wed, 11 Oct 2017 23:04:58 +0000 (23:04 +0000)]
Merge "Fix URI unparceling and clarify an error condition"

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev...
Jeff Sharkey [Wed, 11 Oct 2017 23:01:06 +0000 (23:01 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849 am: 5712d1fb47" into oc-mr1-dev-plus-aosp
am: da968fb57f  -s ours

Change-Id: Iec09725428ddb1ae2cea3936395b9ce9c84ecc84

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 23:00:01 +0000 (23:00 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0
am: e286f08000

Change-Id: Ia728bbde02794482c1878089955179b4719e9bd9

6 years agoMerge "Add new Download Error Codes" am: e9bd5449b5 am: 946ff79971
Brad Ebinger [Wed, 11 Oct 2017 22:56:47 +0000 (22:56 +0000)]
Merge "Add new Download Error Codes" am: e9bd5449b5 am: 946ff79971
am: 014d73e287

Change-Id: I7c7dc265bf5ba27b61794d114937c2c4c0816470

6 years agoMerge "Add missing includes." am: 4be4bb3db7 am: 41c08f49b4 am: e9aaf3c546
Dan Albert [Wed, 11 Oct 2017 22:56:45 +0000 (22:56 +0000)]
Merge "Add missing includes." am: 4be4bb3db7 am: 41c08f49b4 am: e9aaf3c546
am: caebafaf94

Change-Id: I5ec663813ede4bb794691ecb5e9afc0140accb84

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 22:51:51 +0000 (22:51 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours am: 620c5cfda0
am: e286f08000

Change-Id: Iefbf0c8df06d6cea71d7ccdcd65ff4156a156419

6 years agoDon't recycle replaced nodes in a11y cache
Phil Weaver [Wed, 11 Oct 2017 19:53:54 +0000 (12:53 -0700)]
Don't recycle replaced nodes in a11y cache

This is a patch for another bug. When the cache refreshes
nodes, it marks the transaction to bypass the cache. We
still, however, replace the cached node. If we recycle
the node as well, we end up refreshing it after it's been
recycled and end up with a sealed node in the cache. That
node can then be obtained and then throw an exception when
a setter is called. These exceptions are almost impossible
to debug.

I'm going to leave the bug open to roll this CL back and
fix the cache's behavior, but this fix seems safer this
late.

Bug: 35626351
Test: Ran a11y CTS and unit tests. Verified on instrumented
master build that the error indeed goes away. Removing one
line from unit tests that requires recycling.

Change-Id: Icc9a43ee49cf7c6bfa996839b35954faaf31621c

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 22:51:13 +0000 (22:51 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa am: d6e3d358d4  -s ours
am: bbcb8e4976

Change-Id: I924de4599fbf76a83d06cc6e0982bd73067c033a

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1...
Jeff Sharkey [Wed, 11 Oct 2017 22:48:29 +0000 (22:48 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6 am: e2a1e9f7d8" into oc-mr1-dev-plus-aosp
am: 54bfe3acdd  -s ours

Change-Id: I75c61202b938d1cdf61755877d1ecbfb9191ddea

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev...
Jeff Sharkey [Wed, 11 Oct 2017 22:42:20 +0000 (22:42 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849" into oc-dr1-dev-plus-aosp
am: 6ef8866b04

Change-Id: Ic989ee531576564282dbc4ab065f4dd6b99a6c4c

6 years agoMake LaunchingTaskPositioner stateless.
Bryce Lee [Tue, 10 Oct 2017 17:10:31 +0000 (10:10 -0700)]
Make LaunchingTaskPositioner stateless.

The initial design cached calculations based on the available bounds.
This required the positioner to be involved in stack lifecycle events
and tied to a particular stack.

This changelist removes these dependencies and makes the
ActivityStackSupervisor the owner.

Bug: 64144308
Test: bit FrameworksServicesTests:com.android.server.am.LaunchBoundsTests
Change-Id: I4e2df4398b0818cec71d3d90fe409012191406c0

6 years agoMerge "Add new Download Error Codes" am: e9bd5449b5
Brad Ebinger [Wed, 11 Oct 2017 22:39:14 +0000 (22:39 +0000)]
Merge "Add new Download Error Codes" am: e9bd5449b5
am: 946ff79971

Change-Id: I756df5c78a96a59468f54ac35e9668d66cf64901

6 years agoMerge "Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into...
Jeff Sharkey [Wed, 11 Oct 2017 22:37:44 +0000 (22:37 +0000)]
Merge "Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc279 am: 3f671b3194" into oc-mr1-dev am: 383ab095f5" into oc-mr1-dev-plus-aosp
am: 289b4d8c53  -s ours

Change-Id: Id4fe5d06de655a44e1b0a40aed44acc32df3b30e

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 22:35:46 +0000 (22:35 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6 am: af93051ac4  -s ours
am: 620c5cfda0

Change-Id: I07805d81dbcf65993d5dcb695d9877ad4a914bac

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 22:35:01 +0000 (22:35 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7 am: 92d80b72aa
am: d6e3d358d4  -s ours

Change-Id: Iece9faf3d2cbef432450c053d6440d94053bbb00

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1...
Jeff Sharkey [Wed, 11 Oct 2017 22:33:05 +0000 (22:33 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6 am: 0de1d85a01" into oc-mr1-dev-plus-aosp
am: a04a837f95  -s ours

Change-Id: I6ea442a00fe0ca7a6af767ae427a0d2b8256b42c

6 years agoMerge "Merge "Fix alarm preview volume" into oc-mr1-dev am: b9629cd432" into oc-mr1...
Jean-Michel Trivi [Wed, 11 Oct 2017 22:28:57 +0000 (22:28 +0000)]
Merge "Merge "Fix alarm preview volume" into oc-mr1-dev am: b9629cd432" into oc-mr1-dev-plus-aosp
am: fd77afd548

Change-Id: I9ed6b346f9f81a338169628d9e2c955421560744

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev...
Android Build Merger (Role) [Wed, 11 Oct 2017 22:28:09 +0000 (22:28 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849 am: 5712d1fb47" into oc-mr1-dev-plus-aosp

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 22:27:31 +0000 (22:27 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb am: f1f2a61fb7
am: 92d80b72aa

Change-Id: I872a35e35cf8a997108daad39447bbad36ccfcaf

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369...
Jeff Sharkey [Wed, 11 Oct 2017 22:26:38 +0000 (22:26 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849
am: 5712d1fb47

Change-Id: Id5d6dd68924837f09d6f2b1178ce41c2d1e81219

6 years agoMerge "Add new Download Error Codes"
Brad Ebinger [Wed, 11 Oct 2017 22:24:58 +0000 (22:24 +0000)]
Merge "Add new Download Error Codes"
am: e9bd5449b5

Change-Id: I8fa3c3dcc5104a5326a680ae186c9285a7e47358

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 22:23:16 +0000 (22:23 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224 am: 44adace6c6
am: af93051ac4  -s ours

Change-Id: I93ce23ee4d45491a79346d11aed2cdb0fed0ef9f

6 years agoMerge "Add missing includes." am: 4be4bb3db7 am: 41c08f49b4
Dan Albert [Wed, 11 Oct 2017 22:22:04 +0000 (22:22 +0000)]
Merge "Add missing includes." am: 4be4bb3db7 am: 41c08f49b4
am: e9aaf3c546

Change-Id: I41e4375d053ad5aa64bd4ca3a78b23644b2c725b

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1...
Android Build Merger (Role) [Wed, 11 Oct 2017 22:16:07 +0000 (22:16 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6 am: e2a1e9f7d8" into oc-mr1-dev-plus-aosp

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc...
Jeff Sharkey [Wed, 11 Oct 2017 22:15:44 +0000 (22:15 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc279 am: 3f671b3194 am: 8bfef31ce0
am: c4649e252d  -s ours

Change-Id: I874d8afcbd14d28bf7ade224fc7cb72093482e1d

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev...
Android Build Merger (Role) [Wed, 11 Oct 2017 22:14:32 +0000 (22:14 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf am: a7f0504849" into oc-dr1-dev-plus-aosp

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am...
Jeff Sharkey [Wed, 11 Oct 2017 22:13:37 +0000 (22:13 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6
am: e2a1e9f7d8

Change-Id: I7a72aa1793c5e45434f50c4d810164fbbfd70ef9

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 22:12:39 +0000 (22:12 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853 am: 7512875224
am: 44adace6c6

Change-Id: I3d0c489f0a6b3522f93b6d3b4db7892d081dc11c

6 years agoMerge "Add new Download Error Codes"
Brad Ebinger [Wed, 11 Oct 2017 22:12:26 +0000 (22:12 +0000)]
Merge "Add new Download Error Codes"

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 22:11:57 +0000 (22:11 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571 am: 300e6ffafb
am: f1f2a61fb7

Change-Id: Ib999a03b6b52d8ca7446b1db6450578bab50d5d9

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369...
Jeff Sharkey [Wed, 11 Oct 2017 22:11:51 +0000 (22:11 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf
am: a7f0504849

Change-Id: Ib17c9471d7f3bdde18e3de4ad693fd9ef5312059

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369...
Jeff Sharkey [Wed, 11 Oct 2017 22:11:49 +0000 (22:11 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours am: 3b47256ccf
am: a7f0504849

Change-Id: I08b0a31acd8044b1fb1676052f853bbc1b1201a1

6 years agoMerge "Add missing includes." am: 4be4bb3db7
Dan Albert [Wed, 11 Oct 2017 22:07:46 +0000 (22:07 +0000)]
Merge "Add missing includes." am: 4be4bb3db7
am: 41c08f49b4

Change-Id: I67b30cd624fe42521097c20cc45ee6db19c0d43e

6 years agoMerge "Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into...
Android Build Merger (Role) [Wed, 11 Oct 2017 22:06:40 +0000 (22:06 +0000)]
Merge "Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc279 am: 3f671b3194" into oc-mr1-dev am: 383ab095f5" into oc-mr1-dev-plus-aosp

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev...
Jeff Sharkey [Wed, 11 Oct 2017 22:02:35 +0000 (22:02 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc279 am: 3f671b3194" into oc-mr1-dev
am: 383ab095f5

Change-Id: Ic1d6542b99aa8e559c17826a32ed128610c964b0

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 22:00:35 +0000 (22:00 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7 am: 8860624853
am: 7512875224

Change-Id: I55e255c4089089403a327cb0e24f750b5b9975ec

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1...
Android Build Merger (Role) [Wed, 11 Oct 2017 21:59:03 +0000 (21:59 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6 am: 0de1d85a01" into oc-mr1-dev-plus-aosp

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am...
Jeff Sharkey [Wed, 11 Oct 2017 21:56:49 +0000 (21:56 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3 am: 4a71a2daf6
am: 0de1d85a01

Change-Id: I61273206efb364da1317666b199fda6a0ecb5c12

6 years agoMerge "Add missing includes."
Dan Albert [Wed, 11 Oct 2017 21:52:41 +0000 (21:52 +0000)]
Merge "Add missing includes."
am: 4be4bb3db7

Change-Id: Icdae2b63df8e5d61e6acabb6fb85efa28026d535

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369...
Jeff Sharkey [Wed, 11 Oct 2017 21:52:08 +0000 (21:52 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-dev am: 254369967a am: 4a60106aa0 am: 72df97053c am: da3d10591a am: 97f6a0da40  -s ours
am: 3b47256ccf

Change-Id: Ie321b5922ec83367ec93e528993fb205ebcad1ac

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c...
Jeff Sharkey [Wed, 11 Oct 2017 21:51:37 +0000 (21:51 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: d87d2746a9 am: 7555eb508c am: 5d60a49d63 am: 8916c30c54  -s ours am: ba1f2d2571
am: 300e6ffafb

Change-Id: Iaef9ffa2cdfd6cf424fa22e554df3a0ea4d3e41f

6 years agoMerge "Merge "Fix alarm preview volume" into oc-mr1-dev am: b9629cd432" into oc-mr1...
Android Build Merger (Role) [Wed, 11 Oct 2017 21:50:42 +0000 (21:50 +0000)]
Merge "Merge "Fix alarm preview volume" into oc-mr1-dev am: b9629cd432" into oc-mr1-dev-plus-aosp

6 years agoImprove shortcut backup & restore.
Makoto Onuki [Thu, 5 Oct 2017 17:37:55 +0000 (10:37 -0700)]
Improve shortcut backup & restore.

From http://go/p-shortcut-restore :

Currently on pre-P builds, there are 6 cases where shortcuts won't be restored.

Launcher issue:
A: Launcher is downgraded
B: Launcher has allowBackup="false"
C: Launcher's signature changed.
A-C would result in not restoring any shortcuts from any apps.

App issue:
D: App is downgraded
E: App has allowBackup="false"
F: App's signature changed.
D-F would result in not restoring any shortcuts from individual apps.

In P, we'll restore all pinned shortcuts anyway except in case B and C.

The new behavior would be:
A: We'll restore all pinned shortcuts anyway even if the launcher is downgraded.
B: If the launcher doesn't support backup&restore, we still don't restore shortcuts.
C: If the launcher has a different signature, we still don't restore shortcuts.

D, E, F: All pinned shortcuts will be restored, but are disabled.

In case of D, E, F, shortcuts would be:
1. ShortcutInfo.isEnabled() will return false. They are not launchable.
2. If it's case D (downgrade), shortcuts will be re-enabled once a publisher app
is updated to the original version or higher.
3. getDisabledMessage() will return a special, canned message explaining why
they're disabled.
4. A new API getDisabledReason() will return one of the following values:
 - DISABLED_REASON_NOT_DISABLED (for non-disabled shortcuts)
 - DISABLED_REASON_BY_APP (for shortcuts disabled by apps)
 - DISABLED_REASON_APP_CHANGED (for shortcuts disabled when a manifest shortcut is gone.)
 - DISABLED_REASON_VERSION_LOWER (case D)
 - DISABLED_REASON_BACKUP_NOT_SUPPORTED (case E)
 - DISABLED_REASON_SIGNATURE_MISMATCH (case F)
 - (DISABLE_REASON_OTHER_RESTORE_ISSUE for future use)
Launcher can opt to use this API to show a custom error message, rather than
using the canned system message from getDisabledMessage().

5. This spec change is completely transparent to publisher apps.
In case D,E,F, the disabled shortcuts will only be visible to the launcher,
and from the publisher app's point of view, they still don't exist.
APIs such as getPinnedShortcuts() will not return them, and updateShortcuts()
will not affect them. The enableShortcut() will not enable them either.

Bug 62451035
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest1 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest2 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest3 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest4 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest5 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest6 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest7 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest8 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest9 -w com.android.frameworks.servicestests
Test: adb shell am instrument -w -e class com.android.server.pm.ShortcutManagerTest10 -w com.android.frameworks.servicestests
Test: cts-tradefed run cts-dev --skip-device-info --skip-preconditions --skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker -a armeabi-v7a -l INFO -m CtsShortcutManagerTestCases
Test: cts-tradefed run cts-dev --skip-device-info --skip-preconditions --skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker -a armeabi-v7a -l INFO -m CtsShortcutHostTestCases

Change-Id: Ib4d73aa44a0395f5e37c8ad0c9cd041a9038fb66

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc...
Jeff Sharkey [Wed, 11 Oct 2017 21:48:19 +0000 (21:48 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into oc-dev am: 31c5adc279 am: 3f671b3194
am: 8bfef31ce0

Change-Id: I79106ed066b76f9597d74e56498fa3a9c6258f7f

6 years agoMerge "Fix alarm preview volume" into oc-mr1-dev
Jean-Michel Trivi [Wed, 11 Oct 2017 21:48:00 +0000 (21:48 +0000)]
Merge "Fix alarm preview volume" into oc-mr1-dev
am: b9629cd432

Change-Id: If5bc5bbdb5239609db61e4706c6b2395b0231f83

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr2-dev am...
Jeff Sharkey [Wed, 11 Oct 2017 21:43:30 +0000 (21:43 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr2-dev am: 09984216e6  -s ours am: 5f17a285f9 am: 98371ee7c9 am: e0e1c8ae4c
am: b49d357915  -s ours

Change-Id: Ib8d2efccb01873827335ca6eece42ca738b67e0c

6 years agoDO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee...
Jeff Sharkey [Wed, 11 Oct 2017 21:41:50 +0000 (21:41 +0000)]
DO NOT MERGE. KEY_INTENT shouldn't grant permissions. am: 04b96d76a9 am: d20cad62ee am: e62d479921  -s ours am: e9d2113af7
am: 8860624853

Change-Id: Iea7736cd9e60673296bd39377393fa785bd58b17

6 years agoMerge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr2...
Android Build Merger (Role) [Wed, 11 Oct 2017 21:38:31 +0000 (21:38 +0000)]
Merge "Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr2-dev am: 09984216e6  -s ours am: 5f17a285f9 am: 98371ee7c9 am: e6f60d0fcb am: 4a69ee914c  -s ours"

6 years agoMerge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am...
Jeff Sharkey [Wed, 11 Oct 2017 21:38:30 +0000 (21:38 +0000)]
Merge "DO NOT MERGE. KEY_INTENT shouldn't grant permissions." into nyc-mr1-dev am: 9d3706046c am: b4d23d55c2 am: e1ae848970  -s ours am: 7f108b81b3
am: 4a71a2daf6

Change-Id: Id8a401121d8bff24b5695f0ad0d4c923da93995c