OSDN Git Service

android-x86/frameworks-base.git
7 years agoContextHub: Avoid reference leaks
Andrew Rossignol [Tue, 9 Aug 2016 17:54:38 +0000 (10:54 -0700)]
ContextHub: Avoid reference leaks

The ContextHub HAL was leaking references in passOnOsResponse. An
example of this is when a sensor hub reset occurs. If many of these
resets happen, the local reference pool is exhausted and a crash
in the HAL occurs.

Bug: 30706325
Change-Id: Ica5328137a7033f512d7fb1ccf6fa138eab55091

7 years agoMerge "Switch volume animation to Scene." into nyc-mr1-dev
Julia Reynolds [Fri, 5 Aug 2016 20:57:13 +0000 (20:57 +0000)]
Merge "Switch volume animation to Scene." into nyc-mr1-dev
am: ba8f3d03ac

Change-Id: I50f8e255809f68385b839d3b8f9caaa7e61e3d6e

7 years agoSwitch volume animation to Scene.
Julia Reynolds [Fri, 5 Aug 2016 20:57:11 +0000 (20:57 +0000)]
Switch volume animation to Scene.
am: 568585b47c

Change-Id: I9060dbf5e8cd60492623c999ee399f42b620b341

7 years agoMerge "Switch volume animation to Scene." into nyc-mr1-dev
TreeHugger Robot [Fri, 5 Aug 2016 20:50:45 +0000 (20:50 +0000)]
Merge "Switch volume animation to Scene." into nyc-mr1-dev

7 years agoMerge "Fix WM missing stack/task when activity is force stopped and restarted" into...
Chong Zhang [Fri, 5 Aug 2016 20:09:34 +0000 (20:09 +0000)]
Merge "Fix WM missing stack/task when activity is force stopped and restarted" into nyc-mr1-dev
am: 82c5197d86

Change-Id: I42e649ee3a8362a5634ef57abf2463621ccd06ec

7 years agoFix WM missing stack/task when activity is force stopped and restarted
Chong Zhang [Fri, 5 Aug 2016 20:09:28 +0000 (20:09 +0000)]
Fix WM missing stack/task when activity is force stopped and restarted
am: d9d35bdfcf

Change-Id: I7f1c5c33cc90c06b0870241e09b96e47e2b58c28

7 years agoMerge "Fix WM missing stack/task when activity is force stopped and restarted" into...
Chong Zhang [Fri, 5 Aug 2016 20:04:54 +0000 (20:04 +0000)]
Merge "Fix WM missing stack/task when activity is force stopped and restarted" into nyc-mr1-dev

7 years agoMerge "Correctly initialize rotation animation hint." into nyc-mr1-dev
Robert Carr [Fri, 5 Aug 2016 19:38:36 +0000 (19:38 +0000)]
Merge "Correctly initialize rotation animation hint." into nyc-mr1-dev
am: 9d90b758c9

Change-Id: I68cdbcafa5b523964a8febc074fb5b2d6c51be0f

7 years agoCorrectly initialize rotation animation hint.
Robert Carr [Fri, 5 Aug 2016 19:38:34 +0000 (19:38 +0000)]
Correctly initialize rotation animation hint.
am: d226512433

Change-Id: I4d17344fba3a55696f0c23d6a03f2dd56b3d2e9e

7 years agoMerge "Correctly initialize rotation animation hint." into nyc-mr1-dev
TreeHugger Robot [Fri, 5 Aug 2016 19:32:48 +0000 (19:32 +0000)]
Merge "Correctly initialize rotation animation hint." into nyc-mr1-dev

7 years agoSwitch volume animation to Scene.
Julia Reynolds [Mon, 25 Jul 2016 12:55:15 +0000 (08:55 -0400)]
Switch volume animation to Scene.

animateLayoutChanges is too janky.

Bug: 30070005
Change-Id: I88bb94c2de18a8ebc14f0f0aed48877a8b328d8a

7 years agoFix WM missing stack/task when activity is force stopped and restarted
Chong Zhang [Fri, 5 Aug 2016 00:55:21 +0000 (17:55 -0700)]
Fix WM missing stack/task when activity is force stopped and restarted

When activity process is force-stopped (like in the case we need to stop
it to allow debugger), activity record is removed and a new instance is
added. Depending on timing, adding of new record could happen before
or after old record is removed. If it added after old record is removed,
then the removal could cause AM to also remove the task AND the stack
(if the activity is the last one).

On WM side however, the task/stack removal could be delayed due to
animation. So when AM attaches a new stack, we end up with two stacks
with the same stack id in the DisplayContent. Also, AM reuses the last
used taskId after it's deleted. So WM is confused and didn't add a new
task record. Then when the delayed stack removal fires everything is gone.

We need to use a different task id when creating a new task record, even
if the last created task is already deleted. Also when attaching a new
stack to WM, first check if we already have such a stack in DisplayContent,
if so, reattach it and don't create a duplicate.

bug: 30465601
Change-Id: Ic399a32c54f6acdcbb9a0c6155599331d55df232

7 years agoMerge "Update setting pickers to use default theme for watches." into cw-f-dev
Michael Kwan [Fri, 5 Aug 2016 19:01:49 +0000 (19:01 +0000)]
Merge "Update setting pickers to use default theme for watches." into cw-f-dev

7 years agoMerge changes from topic 'smooth_unlock' into nyc-mr1-dev
Adrian Roos [Fri, 5 Aug 2016 18:46:23 +0000 (18:46 +0000)]
Merge changes from topic 'smooth_unlock' into nyc-mr1-dev
am: c49dfaf4d6

Change-Id: I7685cacba8cbe6b7e3d42485e0e9b32d9984651b

7 years agoKeyguard: Improve trusted unlock while occluded
Adrian Roos [Fri, 5 Aug 2016 18:46:15 +0000 (18:46 +0000)]
Keyguard: Improve trusted unlock while occluded
am: ddcdecc952

Change-Id: I090d266a7a48e85eee669f13ff595407565d18ff

7 years agoKeyguard: Refactoring for improving trusted unlock while occluded
Adrian Roos [Fri, 5 Aug 2016 18:45:41 +0000 (18:45 +0000)]
Keyguard: Refactoring for improving trusted unlock while occluded
am: d88eb2693b

Change-Id: I91f6bfe7a0573ad31785c5a3d1bff03a24d1107c

7 years agoMerge changes from topic 'smooth_unlock' into nyc-mr1-dev
Adrian Roos [Fri, 5 Aug 2016 18:37:27 +0000 (18:37 +0000)]
Merge changes from topic 'smooth_unlock' into nyc-mr1-dev

* changes:
  Keyguard: Improve trusted unlock while occluded
  Keyguard: Refactoring for improving trusted unlock while occluded

7 years agoMerge "Fix "adb backup -shared"" into nyc-mr1-dev
Christopher Tate [Fri, 5 Aug 2016 18:10:35 +0000 (18:10 +0000)]
Merge "Fix "adb backup -shared"" into nyc-mr1-dev
am: b3690ccf2c

Change-Id: I699b5cdf5019390d5be5810fb70d49db6cf36de2

7 years agoFix "adb backup -shared"
Christopher Tate [Fri, 5 Aug 2016 18:10:33 +0000 (18:10 +0000)]
Fix "adb backup -shared"
am: 60af594c3e

Change-Id: I47df84d251e67bc54a5f5c40cfaab65813f170a5

7 years agoMerge "Fix "adb backup -shared"" into nyc-mr1-dev
Chris Tate [Fri, 5 Aug 2016 18:04:23 +0000 (18:04 +0000)]
Merge "Fix "adb backup -shared"" into nyc-mr1-dev

7 years agoCorrectly initialize rotation animation hint.
Robert Carr [Fri, 5 Aug 2016 17:25:21 +0000 (10:25 -0700)]
Correctly initialize rotation animation hint.

In the case of no activity options we won't initialize
it again later, and so we will override the apps request
with a hint of 0 (ROTATION_ANIMATION_ROTATE).

Bug: 30683604
Change-Id: I5eed12adfbb241859503bcd40f15ee82141436d8

7 years agoMerge "Move EphemeralResolverService" into nyc-mr1-dev
Todd Kennedy [Fri, 5 Aug 2016 17:47:19 +0000 (17:47 +0000)]
Merge "Move EphemeralResolverService" into nyc-mr1-dev
am: 9d9621f472

Change-Id: I561eb0bf4865b6dc8c7d43e0b076c6edbce8eb64

7 years agoMove EphemeralResolverService
Todd Kennedy [Fri, 5 Aug 2016 17:47:17 +0000 (17:47 +0000)]
Move EphemeralResolverService
am: 31b95e0265

Change-Id: I16533b342433fc1042e0d78e1be8e43a431031a6

7 years agoMerge "Move EphemeralResolverService" into nyc-mr1-dev
TreeHugger Robot [Fri, 5 Aug 2016 17:37:34 +0000 (17:37 +0000)]
Merge "Move EphemeralResolverService" into nyc-mr1-dev

7 years agoMerge "Add missing null check to AppErrors#handleAppCrashLocked" into cw-f-dev
TreeHugger Robot [Fri, 5 Aug 2016 17:23:13 +0000 (17:23 +0000)]
Merge "Add missing null check to AppErrors#handleAppCrashLocked" into cw-f-dev

7 years agoMerge "WindowManager: Restore update behavior of mLastFrame." into nyc-mr1-dev
Robert Carr [Fri, 5 Aug 2016 17:06:22 +0000 (17:06 +0000)]
Merge "WindowManager: Restore update behavior of mLastFrame." into nyc-mr1-dev
am: d51f38ae38

Change-Id: Ica0e4c62d46adec2062ecb33c45c290191edb392

7 years agoWindowManager: Restore update behavior of mLastFrame.
Robert Carr [Fri, 5 Aug 2016 17:06:17 +0000 (17:06 +0000)]
WindowManager: Restore update behavior of mLastFrame.
am: dbf61b64b1

Change-Id: Ic9ff28e601a72140104936a9a0a0d1571beba523

7 years agoMerge "WindowManager: Restore update behavior of mLastFrame." into nyc-mr1-dev
Rob Carr [Fri, 5 Aug 2016 17:00:19 +0000 (17:00 +0000)]
Merge "WindowManager: Restore update behavior of mLastFrame." into nyc-mr1-dev

7 years agoAdd missing null check to AppErrors#handleAppCrashLocked
Erik Wolsheimer [Fri, 5 Aug 2016 16:24:07 +0000 (09:24 -0700)]
Add missing null check to AppErrors#handleAppCrashLocked

BUG: 30692618
Change-Id: Ibe3589e1248520067714d5a20963a17935789066

7 years agoMerge "QS: Fix accidental a11y tile removal" into nyc-mr1-dev
Jason Monk [Fri, 5 Aug 2016 15:57:10 +0000 (15:57 +0000)]
Merge "QS: Fix accidental a11y tile removal" into nyc-mr1-dev
am: 797b658428

Change-Id: I19c84eb6740e870c2974585fd3730d4d1e89c776

7 years agoQS: Fix accidental a11y tile removal
Jason Monk [Fri, 5 Aug 2016 15:57:04 +0000 (15:57 +0000)]
QS: Fix accidental a11y tile removal
am: c896963063

Change-Id: I88ea3781c02b9ca9e1148b49790d7674e5ad2db4

7 years agoMerge "QS: Fix accidental a11y tile removal" into nyc-mr1-dev
TreeHugger Robot [Fri, 5 Aug 2016 15:49:10 +0000 (15:49 +0000)]
Merge "QS: Fix accidental a11y tile removal" into nyc-mr1-dev

7 years agoMerge "LocationManager - Handle Shutdown for right User" into nyc-mr1-dev
Wyatt Riley [Fri, 5 Aug 2016 15:24:52 +0000 (15:24 +0000)]
Merge "LocationManager - Handle Shutdown for right User" into nyc-mr1-dev
am: 549c81c270

Change-Id: I5eea9e50bccf2b8d4f52cf46461ae3a929441a82

7 years agoLocationManager - Handle Shutdown for right User
Wyatt Riley [Fri, 5 Aug 2016 15:24:47 +0000 (15:24 +0000)]
LocationManager - Handle Shutdown for right User
am: 1b24fb17b8

Change-Id: Ibe1bf1c97d0c275fcd81a764d82beb28e2306a24

7 years agoMerge "LocationManager - Handle Shutdown for right User" into nyc-mr1-dev
Wyatt Riley [Fri, 5 Aug 2016 15:17:21 +0000 (15:17 +0000)]
Merge "LocationManager - Handle Shutdown for right User" into nyc-mr1-dev

7 years agoMove EphemeralResolverService
Todd Kennedy [Thu, 4 Aug 2016 21:27:15 +0000 (14:27 -0700)]
Move EphemeralResolverService

It should not have been under com.android.internal

Fixes: 30673742
Change-Id: I2277aa4a4799fa59bf68af7c4cfcb4e1216aeb8d

7 years agoQS: Fix accidental a11y tile removal
Jason Monk [Fri, 5 Aug 2016 14:08:11 +0000 (10:08 -0400)]
QS: Fix accidental a11y tile removal

Change-Id: I5b5c3bac0b92a7cc5585dcd55571fa055da0e5eb
Fixes: 30443933

7 years agoMerge "Call userActivity when dismissing keyguard" into nyc-mr1-dev
Jorim Jaggi [Fri, 5 Aug 2016 12:00:15 +0000 (12:00 +0000)]
Merge "Call userActivity when dismissing keyguard" into nyc-mr1-dev
am: b11cc6cbd3

Change-Id: I0e7c8ea28b05bc4f5eaf5ba3234367372091b89c

7 years agoCall userActivity when dismissing keyguard
Jorim Jaggi [Fri, 5 Aug 2016 12:00:12 +0000 (12:00 +0000)]
Call userActivity when dismissing keyguard
am: b9d0491559

Change-Id: I4b688fae491a5bd7fb531eaf63d4f952657409cf

7 years agoMerge "Fix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake" into...
Jorim Jaggi [Fri, 5 Aug 2016 12:00:09 +0000 (12:00 +0000)]
Merge "Fix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake" into nyc-mr1-dev
am: 4d140b72f2

Change-Id: I94444be4b8ac554735fdcb4cc8f46e5e1d1113c3

7 years agoFix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake
Jorim Jaggi [Fri, 5 Aug 2016 12:00:07 +0000 (12:00 +0000)]
Fix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake
am: e93e6f9deb

Change-Id: Ic0539df986116c619f0912d72b8e145a8275947e

7 years agoMerge "Call userActivity when dismissing keyguard" into nyc-mr1-dev
TreeHugger Robot [Fri, 5 Aug 2016 11:53:57 +0000 (11:53 +0000)]
Merge "Call userActivity when dismissing keyguard" into nyc-mr1-dev

7 years agoMerge "Fix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake" into...
TreeHugger Robot [Fri, 5 Aug 2016 11:53:37 +0000 (11:53 +0000)]
Merge "Fix flickering issues with FLAG_SHOW_WHEN_LOCKED and fingerprint wake" into nyc-mr1-dev

7 years agoMerge "DO NOT MERGE ANYWHERE: Deprecate QNS network disable reason BAD_LINK" into...
Christine Hallstrom [Fri, 5 Aug 2016 01:00:55 +0000 (01:00 +0000)]
Merge "DO NOT MERGE ANYWHERE: Deprecate QNS network disable reason BAD_LINK" into cw-f-dev

7 years agoMerge "Only filter a11y motion events if needed." into nyc-mr1-dev
Phil Weaver [Fri, 5 Aug 2016 00:51:10 +0000 (00:51 +0000)]
Merge "Only filter a11y motion events if needed." into nyc-mr1-dev
am: 6f20514185

Change-Id: Iac78bb14df6dfa4e51c982c74305a86a763ff8f2

7 years agoOnly filter a11y motion events if needed.
Phil Weaver [Fri, 5 Aug 2016 00:51:08 +0000 (00:51 +0000)]
Only filter a11y motion events if needed.
am: dc5dedeaa2

Change-Id: I51ac5e276935d3fec60de7dbf1ad9f005180f7e5

7 years agoMerge "Add panic detection to back button" into cw-f-dev
Anthony Hugh [Fri, 5 Aug 2016 00:47:06 +0000 (00:47 +0000)]
Merge "Add panic detection to back button" into cw-f-dev

7 years agoMerge "Only filter a11y motion events if needed." into nyc-mr1-dev
Phil Weaver [Fri, 5 Aug 2016 00:37:17 +0000 (00:37 +0000)]
Merge "Only filter a11y motion events if needed." into nyc-mr1-dev

7 years agoLocationManager - Handle Shutdown for right User
Wyatt Riley [Thu, 4 Aug 2016 23:10:06 +0000 (16:10 -0700)]
LocationManager - Handle Shutdown for right User

Only process a shutdown when it is for all users (whole system),
not a single user

Change-Id: Id51b7fb4606460462c2f6749e5ac3984bdd8319f
Bug: 30646142

7 years agoFix "adb backup -shared"
Christopher Tate [Fri, 5 Aug 2016 00:13:25 +0000 (17:13 -0700)]
Fix "adb backup -shared"

An accidental side-effect of introducing the XML content file and its
domain semantic checking was that the shared-storage domain got
dropped on the floor.  Now the mechanism understands what it means
again.

Bug 29999884

Change-Id: I22b99c96869683d1a92430f237dda54b170b8f60

7 years agoKeyguard: Improve trusted unlock while occluded
Adrian Roos [Thu, 4 Aug 2016 21:52:06 +0000 (14:52 -0700)]
Keyguard: Improve trusted unlock while occluded

Smoothly unlocks device when going from a SHOW_WHEN_LOCKED activity
to a DISMISS_KEYGUARD activity while the device is trusted.

This change suppresses the jank from going briefly through the
lockscreen if the device is trusted and unlockable without entering
a credential.

Bug: 27410215
Change-Id: Idd86e825d37a89538a0a1f690daf6afcf94a0699

7 years agoKeyguard: Refactoring for improving trusted unlock while occluded
Adrian Roos [Thu, 4 Aug 2016 21:50:48 +0000 (14:50 -0700)]
Keyguard: Refactoring for improving trusted unlock while occluded

- Adds a trusted signal from Keyguard to PhoneWindowManager
- Allows PhoneWindowManager to exempt DISMISS_KEYGUARD windows from force hiding
- Allows PhoneWindowManager to dismiss Keyguard while occluded

Bug: 27410215
Change-Id: I3ad490b64a5805b6f3888a9f37fcfbdd0116395e

7 years agoMerge "Add metrics event for Settings->Display->Ambient Display." into nyc-mr1-dev
Doris Ling [Thu, 4 Aug 2016 23:46:53 +0000 (23:46 +0000)]
Merge "Add metrics event for Settings->Display->Ambient Display." into nyc-mr1-dev
am: f32b03d124

Change-Id: Iddeebcc713bf6728bcf207965fa0f784a7df6bb7

7 years agoAdd metrics event for Settings->Display->Ambient Display.
Doris Ling [Thu, 4 Aug 2016 23:46:32 +0000 (23:46 +0000)]
Add metrics event for Settings->Display->Ambient Display.
am: f3cd2c6116

Change-Id: If0d2928854e1aba8957e6956bbdcea99f37df79a

7 years agoMerge "Add metrics event for Settings->Display->Ambient Display." into nyc-mr1-dev
Doris Ling [Thu, 4 Aug 2016 23:39:37 +0000 (23:39 +0000)]
Merge "Add metrics event for Settings->Display->Ambient Display." into nyc-mr1-dev

7 years agoMerge "HIC: Add report facility for overzealous anti-falsing" into nyc-mr1-dev
Adrian Roos [Thu, 4 Aug 2016 23:37:31 +0000 (23:37 +0000)]
Merge "HIC: Add report facility for overzealous anti-falsing" into nyc-mr1-dev
am: d1726e7598

Change-Id: I57040d3c94030b3c412b130c17f2df3ed926a98d

7 years agoHIC: Add report facility for overzealous anti-falsing
Adrian Roos [Thu, 4 Aug 2016 23:37:29 +0000 (23:37 +0000)]
HIC: Add report facility for overzealous anti-falsing
am: 7bb38a941b

Change-Id: Ie40c0e42dcdc788757f18f65d8edc3e8ba2a6995

7 years agoMerge "HIC: Add report facility for overzealous anti-falsing" into nyc-mr1-dev
Adrian Roos [Thu, 4 Aug 2016 23:24:03 +0000 (23:24 +0000)]
Merge "HIC: Add report facility for overzealous anti-falsing" into nyc-mr1-dev

7 years agoMerge "Only reorient nav bar if needed" into nyc-mr1-dev
Adrian Roos [Thu, 4 Aug 2016 23:14:18 +0000 (23:14 +0000)]
Merge "Only reorient nav bar if needed" into nyc-mr1-dev
am: 34b68d3c84

Change-Id: I42873135ca5fd58e24825c686b4b562cd16dab4b

7 years agoOnly reorient nav bar if needed
Adrian Roos [Thu, 4 Aug 2016 23:14:15 +0000 (23:14 +0000)]
Only reorient nav bar if needed
am: 090b7d82d2

Change-Id: Ib45e3a9ebadd719b392b22278eab83d7bc56d407

7 years agoMerge "Only reorient nav bar if needed" into nyc-mr1-dev
Adrian Roos [Thu, 4 Aug 2016 23:06:45 +0000 (23:06 +0000)]
Merge "Only reorient nav bar if needed" into nyc-mr1-dev

7 years agoOnly filter a11y motion events if needed.
Phil Weaver [Tue, 2 Aug 2016 21:30:44 +0000 (14:30 -0700)]
Only filter a11y motion events if needed.

We've seen some jitter in motion events with accessibility
enabled. We can eliminate it by not passing motion events
through the filter if we know they won't be affected.

Bug: 30183085

Change-Id: I0ecc8d5a39c8e370fc3a8ab85c6357251a31f8ad

7 years agoDO NOT MERGE ANYWHERE: Deprecate QNS network disable reason BAD_LINK
Randy Pan [Wed, 27 Jul 2016 20:20:51 +0000 (13:20 -0700)]
DO NOT MERGE ANYWHERE: Deprecate QNS network disable reason BAD_LINK

WifiNetworkAgent#unwanted no longer disables the network.

Note: this CL is a cherry-pick of ag/1292017, as that CL cannot be
submitted until after N DR cutoff date (expect submission on 8/18).

Bug: 28558417
Change-Id: I2e7ed99ae4cb952f124c673376d967eeee2b4ece
(cherry picked from commit 7d82f98b8f2d8bd7b46e35599e4994cd6e23c03e)

7 years agoMerge "setCarMode() only when car mode changes" into nyc-mr1-dev
Annie Chin [Thu, 4 Aug 2016 22:16:18 +0000 (22:16 +0000)]
Merge "setCarMode() only when car mode changes" into nyc-mr1-dev
am: 6bcf0cdf37

Change-Id: Id16d50f95d14b2bd4cb29df0443a08a40159a8e1

7 years agosetCarMode() only when car mode changes
Annie Chin [Thu, 4 Aug 2016 22:16:16 +0000 (22:16 +0000)]
setCarMode() only when car mode changes
am: 399ddb0204

Change-Id: I9f9378821d82082c9f97f7cda15b85ad3e239b90

7 years agoMerge "Don't crash system server when setting scheduler." into nyc-mr1-dev
Ruben Brunk [Thu, 4 Aug 2016 22:08:55 +0000 (22:08 +0000)]
Merge "Don't crash system server when setting scheduler." into nyc-mr1-dev
am: 2f917df4be

Change-Id: I9d0e3f0b6c6d278134ceb26435f125b4b9052ae1

7 years agoDon't crash system server when setting scheduler.
Ruben Brunk [Thu, 4 Aug 2016 22:08:53 +0000 (22:08 +0000)]
Don't crash system server when setting scheduler.
am: 29a4a9edb3

Change-Id: Ibb96a4df03857c14be87162df7685130ad6ee9cc

7 years agoMerge "setCarMode() only when car mode changes" into nyc-mr1-dev
Annie Chin [Thu, 4 Aug 2016 22:08:15 +0000 (22:08 +0000)]
Merge "setCarMode() only when car mode changes" into nyc-mr1-dev

7 years agoMerge "Fix issue #30647973: stopForeground() doesn't remove notification" into nyc...
Dianne Hackborn [Thu, 4 Aug 2016 22:02:50 +0000 (22:02 +0000)]
Merge "Fix issue #30647973: stopForeground() doesn't remove notification" into nyc-mr1-dev
am: a96e7ac463

Change-Id: Ie498778c0f353acfd29ef6003211d2726ad92d18

7 years agoFix issue #30647973: stopForeground() doesn't remove notification
Dianne Hackborn [Thu, 4 Aug 2016 22:02:44 +0000 (22:02 +0000)]
Fix issue #30647973: stopForeground() doesn't remove notification
am: 569a45871c

Change-Id: I7be431d8619f9154cdc433df048e6082495b5b5a

7 years agoMerge "Don't crash system server when setting scheduler." into nyc-mr1-dev
Ruben Brunk [Thu, 4 Aug 2016 21:59:50 +0000 (21:59 +0000)]
Merge "Don't crash system server when setting scheduler." into nyc-mr1-dev

7 years agoMerge "Fix issue #30647973: stopForeground() doesn't remove notification" into nyc...
Dianne Hackborn [Thu, 4 Aug 2016 21:56:24 +0000 (21:56 +0000)]
Merge "Fix issue #30647973: stopForeground() doesn't remove notification" into nyc-mr1-dev

7 years agoDon't crash system server when setting scheduler.
Ruben Brunk [Thu, 4 Aug 2016 21:50:25 +0000 (14:50 -0700)]
Don't crash system server when setting scheduler.

Bug: 30671326
Change-Id: I2f7913cd3cca052d5a653ff288459b0a6a69deda

7 years agoMerge "Correctly handle a case when there are no preloaded apps" into nyc-mr1-dev
Fyodor Kupolov [Thu, 4 Aug 2016 21:09:22 +0000 (21:09 +0000)]
Merge "Correctly handle a case when there are no preloaded apps" into nyc-mr1-dev
am: a4b89c054c

Change-Id: Icfdaf31ebdfc8a704121e8084565008efb58aa6e

7 years agoCorrectly handle a case when there are no preloaded apps
Fyodor Kupolov [Thu, 4 Aug 2016 21:09:20 +0000 (21:09 +0000)]
Correctly handle a case when there are no preloaded apps
am: 28ba2898ce

Change-Id: Iac5083931ff13a81bd631915d198872690252310

7 years agoMerge "Use Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE" into nyc-mr1-dev
Fyodor Kupolov [Thu, 4 Aug 2016 21:09:17 +0000 (21:09 +0000)]
Merge "Use Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE" into nyc-mr1-dev
am: 65889f7e26

Change-Id: I824e15909772c214cfc0136d29a70a0e80a0a868

7 years agoUse Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE
Fyodor Kupolov [Thu, 4 Aug 2016 21:09:15 +0000 (21:09 +0000)]
Use Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE
am: 49726b1115

Change-Id: I802090716f29485f8f73eb81a78b28d62989ae11

7 years agoFix issue #30647973: stopForeground() doesn't remove notification
Dianne Hackborn [Thu, 4 Aug 2016 21:00:22 +0000 (14:00 -0700)]
Fix issue #30647973: stopForeground() doesn't remove notification

Ignore the service that is actually trying to remove its notification.

Change-Id: I1293300cf2a4bea7c512df7b2242a18dcc25d1c6

7 years agoMerge "Correctly handle a case when there are no preloaded apps" into nyc-mr1-dev
TreeHugger Robot [Thu, 4 Aug 2016 20:53:55 +0000 (20:53 +0000)]
Merge "Correctly handle a case when there are no preloaded apps" into nyc-mr1-dev

7 years agoMerge "Use Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE" into nyc-mr1-dev
Fyodor Kupolov [Thu, 4 Aug 2016 20:52:00 +0000 (20:52 +0000)]
Merge "Use Settings.Global.putInt for PACKAGE_VERIFIER_ENABLE" into nyc-mr1-dev

7 years agoMerge "Add (corrected) usb power sink handling" into nyc-mr1-dev
Philip P. Moltmann [Thu, 4 Aug 2016 20:38:40 +0000 (20:38 +0000)]
Merge "Add (corrected) usb power sink handling" into nyc-mr1-dev
am: 7cee8be675

Change-Id: Ie34e32f66df546619ff6c5553223d53d68e491c7

7 years agoAdd (corrected) usb power sink handling
Philip P. Moltmann [Thu, 4 Aug 2016 20:38:38 +0000 (20:38 +0000)]
Add (corrected) usb power sink handling
am: 9ebf2a5683

Change-Id: I2d7b2bb6be59dea8bd0fec74323f533e9dd7b4ab

7 years agoAdd metrics event for Settings->Display->Ambient Display.
Doris Ling [Thu, 4 Aug 2016 20:21:53 +0000 (13:21 -0700)]
Add metrics event for Settings->Display->Ambient Display.

Bug: 29994493
Change-Id: I2eb71063db254cbe92511ca5cbe93b32c6b2c601

7 years agoWindowManager: Restore update behavior of mLastFrame.
Robert Carr [Thu, 4 Aug 2016 20:16:55 +0000 (13:16 -0700)]
WindowManager: Restore update behavior of mLastFrame.

We need to always update mLastFrame like we used to. Moving
the update inside the conditional caused it to not update on position
changes.

Bug: 30665565
Bug: 30641229
Change-Id: Ic71e8a8f91765870ebe2c0559f61aa83540c3a0d

7 years agoMerge "Add (corrected) usb power sink handling" into nyc-mr1-dev
Philip P. Moltmann [Thu, 4 Aug 2016 20:08:32 +0000 (20:08 +0000)]
Merge "Add (corrected) usb power sink handling" into nyc-mr1-dev

7 years agoMerge "Docs: Fixed info about spanning multiple columns" into nyc-docs am: ca7eee3d11...
Hemal Patel [Thu, 4 Aug 2016 20:04:47 +0000 (20:04 +0000)]
Merge "Docs: Fixed info about spanning multiple columns" into nyc-docs am: ca7eee3d11 am: ab35b73d1b
am: eee5a7b846

Change-Id: I6499315f9a6bb1c667f585c2f2e088506fbc8607

7 years agoDocs: Fixed info about spanning multiple columns am: 64e88cd296 am: 611f50d62f
Hemal Patel [Thu, 4 Aug 2016 20:04:45 +0000 (20:04 +0000)]
Docs: Fixed info about spanning multiple columns am: 64e88cd296 am: 611f50d62f
am: e2088ef2ec

Change-Id: Ia6fc6b9bfe5a4e2be7c36357ac244ea1231c23bc

7 years agoMerge "Fixed year on copyright notice." into nyc-mr1-dev
Felipe Leme [Thu, 4 Aug 2016 19:55:07 +0000 (19:55 +0000)]
Merge "Fixed year on copyright notice." into nyc-mr1-dev
am: 7aed32ac3d

Change-Id: I41544cbe05505de72024470916acadb4ca65a8c0

7 years agoFixed year on copyright notice.
Felipe Leme [Thu, 4 Aug 2016 19:55:05 +0000 (19:55 +0000)]
Fixed year on copyright notice.
am: 6dd4e88210

Change-Id: I911b8caa9b29ba399e54159e4753d99c13e48a96

7 years agoMerge "Docs: Fixed info about spanning multiple columns" into nyc-docs am: ca7eee3d11
Hemal Patel [Thu, 4 Aug 2016 19:48:18 +0000 (19:48 +0000)]
Merge "Docs: Fixed info about spanning multiple columns" into nyc-docs am: ca7eee3d11
am: ab35b73d1b

Change-Id: I37c06297dce5822845d044c82f8e030d23ea850f

7 years agoDocs: Fixed info about spanning multiple columns am: 64e88cd296
Hemal Patel [Thu, 4 Aug 2016 19:48:15 +0000 (19:48 +0000)]
Docs: Fixed info about spanning multiple columns am: 64e88cd296
am: 611f50d62f

Change-Id: If7a6f08237c51b49ad4a550c25c020b8a7a5d0b3

7 years agoMerge "Fixed year on copyright notice." into nyc-mr1-dev
TreeHugger Robot [Thu, 4 Aug 2016 19:45:25 +0000 (19:45 +0000)]
Merge "Fixed year on copyright notice." into nyc-mr1-dev

7 years agoMerge "Docs: Fixed info about spanning multiple columns" into nyc-docs
Hemal Patel [Thu, 4 Aug 2016 19:43:20 +0000 (19:43 +0000)]
Merge "Docs: Fixed info about spanning multiple columns" into nyc-docs
am: ca7eee3d11

Change-Id: I94b5abbf1d292a01ba439cafd80938f7fc92854d

7 years agoDocs: Fixed info about spanning multiple columns
Hemal Patel [Thu, 4 Aug 2016 19:43:18 +0000 (19:43 +0000)]
Docs: Fixed info about spanning multiple columns
am: 64e88cd296

Change-Id: I8c4219e946fddbfc023bbe77549cc12fc0b6bd3a

7 years agoMerge "Docs: Fixed info about spanning multiple columns" into nyc-docs
Hemal Patel [Thu, 4 Aug 2016 19:38:41 +0000 (19:38 +0000)]
Merge "Docs: Fixed info about spanning multiple columns" into nyc-docs

7 years agoMerge "ShortcutManager: Update foreground check." into nyc-mr1-dev
Makoto Onuki [Thu, 4 Aug 2016 19:35:46 +0000 (19:35 +0000)]
Merge "ShortcutManager: Update foreground check." into nyc-mr1-dev
am: 0fd8670fd5

Change-Id: Ice27469c4ac8e8338412fd7c2aa703d28c82a407

7 years agoShortcutManager: Update foreground check.
Makoto Onuki [Thu, 4 Aug 2016 19:35:41 +0000 (19:35 +0000)]
ShortcutManager: Update foreground check.
am: 33525d2f1a

Change-Id: I08769ba85f38c6768515450696d49a9755c698fb

7 years agoMerge "ShortcutManager: Update foreground check." into nyc-mr1-dev
Makoto Onuki [Thu, 4 Aug 2016 19:29:25 +0000 (19:29 +0000)]
Merge "ShortcutManager: Update foreground check." into nyc-mr1-dev

7 years agoDocs: Fixed typo in API Overview am: 844c43a904 am: 653b768997
Bert McMeen [Thu, 4 Aug 2016 18:51:04 +0000 (18:51 +0000)]
Docs: Fixed typo in API Overview am: 844c43a904 am: 653b768997
am: 85e3fee7d3

Change-Id: I245b6ae214615105193d96ed17a401fc8c85d0ef

7 years agoMerge "only rate limit notification updates" into nyc-mr1-dev
Chris Wren [Thu, 4 Aug 2016 18:40:10 +0000 (18:40 +0000)]
Merge "only rate limit notification updates" into nyc-mr1-dev
am: 118cb7d0f7

Change-Id: I62a76d56addbb86a02f75405c6fe8780022e9af4