OSDN Git Service

android-x86/frameworks-base.git
7 years agoMerge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev am: 03e61aa9bb
Rob Carr [Thu, 15 Jun 2017 01:33:32 +0000 (01:33 +0000)]
Merge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev am: 03e61aa9bb
am: 7329efef20

Change-Id: I3c36d3b869c86cac063791698affba3d4ed5597f

7 years agoMerge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev
Rob Carr [Thu, 15 Jun 2017 01:25:26 +0000 (01:25 +0000)]
Merge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev
am: 03e61aa9bb

Change-Id: I6c53bff8ecc906658a3f8e81acfb6cb2e241121a

7 years agoMerge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev
Rob Carr [Thu, 15 Jun 2017 01:18:17 +0000 (01:18 +0000)]
Merge "Correct errant entry in to DRAG_RESIZE_FREEFORM state." into oc-dev

7 years agoMerge "Use RGBA16F layers when wide color gamut rendering is on" into oc-dr1-dev
Romain Guy [Wed, 14 Jun 2017 22:58:30 +0000 (22:58 +0000)]
Merge "Use RGBA16F layers when wide color gamut rendering is on" into oc-dr1-dev
am: 9ae7bb7aa3

Change-Id: I9a2eca0ef845cf36decaf95ab40f57ec1c97b1fc

7 years agoMerge "Use RGBA16F layers when wide color gamut rendering is on" into oc-dr1-dev
TreeHugger Robot [Wed, 14 Jun 2017 22:50:37 +0000 (22:50 +0000)]
Merge "Use RGBA16F layers when wide color gamut rendering is on" into oc-dr1-dev

7 years agoMerge "Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev...
Android Build Merger (Role) [Wed, 14 Jun 2017 22:30:41 +0000 (22:30 +0000)]
Merge "Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev am: 38778637ad am: 7d4f7e8819" into oc-dr1-dev-plus-aosp

7 years agoMerge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev am: 38778637ad
Evan Laird [Wed, 14 Jun 2017 22:28:11 +0000 (22:28 +0000)]
Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev am: 38778637ad
am: cd590b387c

Change-Id: I040cb03509b8f4fad73c61e8845b58265c9e4aac

7 years agoMerge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev am: 38778637ad
Evan Laird [Wed, 14 Jun 2017 22:28:10 +0000 (22:28 +0000)]
Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev am: 38778637ad
am: 7d4f7e8819

Change-Id: I131f4512509315c841bd26851715a55d0592f187

7 years agoMerge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev
Evan Laird [Wed, 14 Jun 2017 22:19:17 +0000 (22:19 +0000)]
Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev
am: 38778637ad

Change-Id: I175551c94c1775982a015ebeeb65a05c8a571a72

7 years agoMerge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev
Evan Laird [Wed, 14 Jun 2017 22:19:13 +0000 (22:19 +0000)]
Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev
am: 38778637ad

Change-Id: I8c25a0442ec55f2c6b79df0e6c47b436a9410267

7 years agoMerge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev
TreeHugger Robot [Wed, 14 Jun 2017 22:10:51 +0000 (22:10 +0000)]
Merge "Fix null drawable for Mobile signal data edit QS tile" into oc-dev

7 years agoCorrect errant entry in to DRAG_RESIZE_FREEFORM state.
Robert Carr [Tue, 13 Jun 2017 19:41:53 +0000 (12:41 -0700)]
Correct errant entry in to DRAG_RESIZE_FREEFORM state.

Observing the logic in computeDragResizing(), we see that whenever an
AppWindowToken has frozen bounds we will enter the drag resizing
state. Furthermore, in setDragResizing() we see that if the docked
divider is not resizing, then we set ourselves as freeform
resizing. Also observe that AppWindowToken#startRelaunching
unconditionally freezes the bounds for tasks not in the freeform
stack. This means we are almost always entering the freeform resize
state while relaunching. Within computeDragResizing, the StackId check
and the MATCH_PARENT check have prevented this from being an issue in
too many places, espescially in pinned.

Once we are in this state, calculateSurfaceBounds() will force us to
0,0 as it thinks we are using the big surface approach.

There's no need to freeze the bounds if we weren't drag resizing at
the time that the app is relaunched, and this CL enforces that.

Bug: 62430780
Test: Manual repro from bug. To verify no regressions, create app with long delay in onResume (>1s) verify no flickers when releasing the docked divider and triggering a resize.
      go/wm-smoke

Change-Id: I1d9bdfbe815ff48c884f933acd65612429d633ef

7 years agoUse RGBA16F layers when wide color gamut rendering is on
Romain Guy [Wed, 14 Jun 2017 01:25:32 +0000 (18:25 -0700)]
Use RGBA16F layers when wide color gamut rendering is on

Layers created using View.setLayerType() or Canvas.saveLayer() need
to be RGBA16F/scRGB-nl when within a window that requested wide color
gamut rendering.

Bug: 29940137
Test: CtsUiRenderingTestCases, CtsGraphicsTestCases, hwui_unit_tests
Change-Id: I42fd6355448c92041491a7109e3ac8a153d38bf9

7 years agoMerge "Add a workaround for simulate secondary display" into oc-dev am: 31443a17e8
John Reck [Wed, 14 Jun 2017 20:35:36 +0000 (20:35 +0000)]
Merge "Add a workaround for simulate secondary display" into oc-dev am: 31443a17e8
am: 94ed3c84d6

Change-Id: Ifa806aa752d7c40f4fae42d57d944a7fd1353d74

7 years agoMerge "Add a workaround for simulate secondary display" into oc-dev am: 31443a17e8
John Reck [Wed, 14 Jun 2017 20:31:11 +0000 (20:31 +0000)]
Merge "Add a workaround for simulate secondary display" into oc-dev am: 31443a17e8
am: f0d3971021

Change-Id: I5ee14c0887eaeac267c815851ae6f9e8ee47d80f

7 years agoMerge "Merge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7...
Android Build Merger (Role) [Wed, 14 Jun 2017 20:28:16 +0000 (20:28 +0000)]
Merge "Merge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7e am: 321163990e" into oc-dr1-dev-plus-aosp

7 years agoMerge "Add a workaround for simulate secondary display" into oc-dev
John Reck [Wed, 14 Jun 2017 20:27:09 +0000 (20:27 +0000)]
Merge "Add a workaround for simulate secondary display" into oc-dev
am: 31443a17e8

Change-Id: Ib248882df61f0d45b7687726c1a57de6c289a9b5

7 years agoMerge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7e
Daniel Sandler [Wed, 14 Jun 2017 20:25:39 +0000 (20:25 +0000)]
Merge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7e
am: 321163990e

Change-Id: Ic96a571c015fd814d38fd3747e3610e6ff375590

7 years agoMerge "Add a workaround for simulate secondary display" into oc-dev
John Reck [Wed, 14 Jun 2017 20:25:03 +0000 (20:25 +0000)]
Merge "Add a workaround for simulate secondary display" into oc-dev
am: 31443a17e8

Change-Id: Ic63e4f48ec55bce9f51089bc41481ab8805ae8c7

7 years agoMerge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7e
Daniel Sandler [Wed, 14 Jun 2017 20:24:58 +0000 (20:24 +0000)]
Merge "Revert accidental API change to RemoteViews." into oc-dev am: 0e6a5f8d7e
am: d9a722f54c

Change-Id: I7d026257ee7e95fac7c03b786c79661ea834e831

7 years agoMerge "Revert accidental API change to RemoteViews." into oc-dev
Daniel Sandler [Wed, 14 Jun 2017 20:18:56 +0000 (20:18 +0000)]
Merge "Revert accidental API change to RemoteViews." into oc-dev
am: 0e6a5f8d7e

Change-Id: I4f59700800b25533e2bdcc7dce5b6c39badcfdec

7 years agoMerge "Revert accidental API change to RemoteViews." into oc-dev
Daniel Sandler [Wed, 14 Jun 2017 20:18:56 +0000 (20:18 +0000)]
Merge "Revert accidental API change to RemoteViews." into oc-dev
am: 0e6a5f8d7e

Change-Id: I7e00e745c8aa2ddb6232747d4371dc3194be28ef

7 years agoMerge "Add a workaround for simulate secondary display" into oc-dev
TreeHugger Robot [Wed, 14 Jun 2017 20:13:59 +0000 (20:13 +0000)]
Merge "Add a workaround for simulate secondary display" into oc-dev

7 years agoMerge "Revert accidental API change to RemoteViews." into oc-dev
Daniel Sandler [Wed, 14 Jun 2017 20:12:32 +0000 (20:12 +0000)]
Merge "Revert accidental API change to RemoteViews." into oc-dev

7 years agoRevert accidental API change to RemoteViews.
Daniel Sandler [Tue, 13 Jun 2017 18:32:46 +0000 (18:32 +0000)]
Revert accidental API change to RemoteViews.

This reverts commit 7f09ce1a238ad5a647da913e275fd637ac75ab49 (but
retains the bug fix)

Change-Id: Ib4700ada5aa0b5dab7e43f895b48eb7058308869
Fixes: 62543637
Bug: 62181033

7 years agoFix null drawable for Mobile signal data edit QS tile
Evan Laird [Wed, 14 Jun 2017 19:40:02 +0000 (15:40 -0400)]
Fix null drawable for Mobile signal data edit QS tile

Currently it's a funky situation with CellTileView. There should
ultimate be a better way to handle displaying the SignalDrawable (per
the TODO comments), but this is a sensible fix to show the mobile data
icon in the edit QS screen for now.

Test: visual
Bug: 62525439
Change-Id: I95f0fb86862aa6a7b60f304053a73127907943ee

7 years agoMerge changes from topic 'wallpaper_grey_scrim-oc-dr1-dev' into oc-dr1-dev
Lucas Dupin [Wed, 14 Jun 2017 19:34:12 +0000 (19:34 +0000)]
Merge changes from topic 'wallpaper_grey_scrim-oc-dr1-dev' into oc-dr1-dev
am: 8521eebfad

Change-Id: If523c47be47a0c1f251124c0607802068fd14900

7 years agoMerge changes from topic 'wallpaper_grey_scrim-oc-dr1-dev' into oc-dr1-dev
TreeHugger Robot [Wed, 14 Jun 2017 19:23:48 +0000 (19:23 +0000)]
Merge changes from topic 'wallpaper_grey_scrim-oc-dr1-dev' into oc-dr1-dev

* changes:
  Fixed flaky test
  Disabled test
  Scrims should be grey when in-app

7 years agoMerge "Add SoundTriggerManager APIs to use a PendingIntent to get callbacks." into...
Chris Thornton [Wed, 14 Jun 2017 19:16:36 +0000 (19:16 +0000)]
Merge "Add SoundTriggerManager APIs to use a PendingIntent to get callbacks." into oc-dr1-dev
am: 6f071c369e

Change-Id: I98f9c06856a70a5a4b3634f41860068c331f0c83

7 years agoMerge "Add SoundTriggerManager APIs to use a PendingIntent to get callbacks." into...
TreeHugger Robot [Wed, 14 Jun 2017 19:10:37 +0000 (19:10 +0000)]
Merge "Add SoundTriggerManager APIs to use a PendingIntent to get callbacks." into oc-dr1-dev

7 years agoMerge "DayPickerView - clamp date to min/max" into oc-dev am: 511c95a022
Andrei Stingaceanu [Wed, 14 Jun 2017 18:04:14 +0000 (18:04 +0000)]
Merge "DayPickerView - clamp date to min/max" into oc-dev am: 511c95a022
am: c63475e5de

Change-Id: I6698e18eaaed18626e83f19a516d3dc249e6558d

7 years agoMerge "DayPickerView - clamp date to min/max" into oc-dev am: 511c95a022
Andrei Stingaceanu [Wed, 14 Jun 2017 17:56:32 +0000 (17:56 +0000)]
Merge "DayPickerView - clamp date to min/max" into oc-dev am: 511c95a022
am: 37aa78bfab

Change-Id: Icd47bbcaca1f046249c24a657cd49dc2e61405a7

7 years agoAdd a workaround for simulate secondary display
John Reck [Wed, 14 Jun 2017 17:47:50 +0000 (10:47 -0700)]
Add a workaround for simulate secondary display

To workaround a deadlock caused by bufferqueue locks
we force RenderThread over to use async mode which
we enable via eglSwapInterval(0)

Bug: 38372997
Test: steps in the bug
Change-Id: Ia305f73abbdd64ab0c25d1f7d32792cc6295a0ce

7 years agoMerge "DayPickerView - clamp date to min/max" into oc-dev
Andrei Stingaceanu [Wed, 14 Jun 2017 17:47:03 +0000 (17:47 +0000)]
Merge "DayPickerView - clamp date to min/max" into oc-dev
am: 511c95a022

Change-Id: I1ede393b4a5ac44b9961a37e265b7663c88aaa5e

7 years agoMerge "DayPickerView - clamp date to min/max" into oc-dev
Andrei Stingaceanu [Wed, 14 Jun 2017 17:46:59 +0000 (17:46 +0000)]
Merge "DayPickerView - clamp date to min/max" into oc-dev
am: 511c95a022

Change-Id: I57eafe97328ee10bd0ccee296586307baa02cc6d

7 years agoMerge "DayPickerView - clamp date to min/max" into oc-dev
TreeHugger Robot [Wed, 14 Jun 2017 17:38:42 +0000 (17:38 +0000)]
Merge "DayPickerView - clamp date to min/max" into oc-dev

7 years agoFixed flaky test
Lucas Dupin [Tue, 13 Jun 2017 17:47:15 +0000 (10:47 -0700)]
Fixed flaky test

Change-Id: I88a39a8eb4fd6da6dc5b156aa475330299ffb9b9
Fixes: 62568528
Test: runtest systemui

7 years agoDisabled test
Lucas Dupin [Tue, 13 Jun 2017 17:37:52 +0000 (10:37 -0700)]
Disabled test

Bug: 62568528
Change-Id: I1e3908e4d18c216132b0c4d7ae9b6e223e321799

7 years agoScrims should be grey when in-app
Lucas Dupin [Wed, 24 May 2017 21:14:44 +0000 (14:14 -0700)]
Scrims should be grey when in-app

Bug: 38164389
Test: runtest -x colorextraction/tests/src/com/google/android/colorextraction/ColorExtractorTest.java
Test: runtest -x tests/src/com/android/systemui/colorextraction/SysuiColorExtractorTests.java
Change-Id: Ifcc04a8562e46b4f65bce0470ccd6c02dffcf377
(cherry picked from commit e1571705e6ea8367e7ee93d61104ce27035492dc)

7 years agoMerge "wifi: add API for retrieving Hotspot 2.0 OSU providers" into oc-dr1-dev
Peter Qiu [Wed, 14 Jun 2017 16:19:59 +0000 (16:19 +0000)]
Merge "wifi: add API for retrieving Hotspot 2.0 OSU providers" into oc-dr1-dev
am: 088f2754c0

Change-Id: I864d0236bd3b17b3e38818e4ec43e42dd85dfd03

7 years agoMerge "wifi: add API for retrieving Hotspot 2.0 OSU providers" into oc-dr1-dev
TreeHugger Robot [Wed, 14 Jun 2017 16:14:32 +0000 (16:14 +0000)]
Merge "wifi: add API for retrieving Hotspot 2.0 OSU providers" into oc-dr1-dev

7 years agoMerge "Use SystemUI Dialog Theme for QSSecurityFooter dialog" into oc-dr1-dev
Philipp Weiß [Wed, 14 Jun 2017 15:23:17 +0000 (15:23 +0000)]
Merge "Use SystemUI Dialog Theme for QSSecurityFooter dialog" into oc-dr1-dev
am: 08836ed404

Change-Id: Ia1c7d6110c8195b9480f8fdac9c5125e9a2395a5

7 years agoMerge "Use SystemUI Dialog Theme for QSSecurityFooter dialog" into oc-dr1-dev
Philipp Weiß [Wed, 14 Jun 2017 15:16:48 +0000 (15:16 +0000)]
Merge "Use SystemUI Dialog Theme for QSSecurityFooter dialog" into oc-dr1-dev

7 years agoMerge "Select the right pages to scrap" into oc-dev am: 890cb59003
Philip P. Moltmann [Wed, 14 Jun 2017 15:11:45 +0000 (15:11 +0000)]
Merge "Select the right pages to scrap" into oc-dev am: 890cb59003
am: 517503d1dd

Change-Id: I2703a8ca505ba9be595c83d1b7c74ef3b824762c

7 years agoMerge "Select the right pages to scrap" into oc-dev am: 890cb59003
Philip P. Moltmann [Wed, 14 Jun 2017 15:03:42 +0000 (15:03 +0000)]
Merge "Select the right pages to scrap" into oc-dev am: 890cb59003
am: 955aead48d

Change-Id: Ie7ea8573c00506a035a1eb61bdff7f66780e27ce

7 years agoMerge "Select the right pages to scrap" into oc-dev
Philip P. Moltmann [Wed, 14 Jun 2017 14:52:18 +0000 (14:52 +0000)]
Merge "Select the right pages to scrap" into oc-dev
am: 890cb59003

Change-Id: Id04b03520dfe63f5b11ee5b17841165a477a8f79

7 years agoMerge "Select the right pages to scrap" into oc-dev
Philip P. Moltmann [Wed, 14 Jun 2017 14:52:13 +0000 (14:52 +0000)]
Merge "Select the right pages to scrap" into oc-dev
am: 890cb59003

Change-Id: I5393dde07ea3feff2053d85769eccd5195139229

7 years agoMerge "Select the right pages to scrap" into oc-dev
Philip P. Moltmann [Wed, 14 Jun 2017 14:44:30 +0000 (14:44 +0000)]
Merge "Select the right pages to scrap" into oc-dev

7 years agoMerge "Merge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd...
Android Build Merger (Role) [Wed, 14 Jun 2017 13:58:54 +0000 (13:58 +0000)]
Merge "Merge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd4 am: adfc1ad840" into oc-dr1-dev-plus-aosp

7 years agoMerge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd4
Jason Monk [Wed, 14 Jun 2017 13:56:46 +0000 (13:56 +0000)]
Merge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd4
am: adfc1ad840

Change-Id: I57cd3a2694ce39f9e66d836d683b7d72b37ac766

7 years agoMerge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd4
Jason Monk [Wed, 14 Jun 2017 13:55:04 +0000 (13:55 +0000)]
Merge "Fix footer not being hidden in detail panels" into oc-dev am: 2a0b423cd4
am: 2cb53750ec

Change-Id: I02b42acfc44c732f9c7d67a1bf65e2714b3d714a

7 years agoMerge "Revert Early version of new volume" into oc-dr1-dev
Jason Monk [Wed, 14 Jun 2017 13:47:43 +0000 (13:47 +0000)]
Merge "Revert Early version of new volume" into oc-dr1-dev
am: f3ad1dbcfd

Change-Id: Id1d9e70e14eecaa4f6c016aa1985e3a3f3170bc7

7 years agoMerge "Fix footer not being hidden in detail panels" into oc-dev
Jason Monk [Wed, 14 Jun 2017 13:46:17 +0000 (13:46 +0000)]
Merge "Fix footer not being hidden in detail panels" into oc-dev
am: 2a0b423cd4

Change-Id: Ic8ce2331b9191422f921834f484492bc7bff4c95

7 years agoMerge "Fix footer not being hidden in detail panels" into oc-dev
Jason Monk [Wed, 14 Jun 2017 13:46:11 +0000 (13:46 +0000)]
Merge "Fix footer not being hidden in detail panels" into oc-dev
am: 2a0b423cd4

Change-Id: I97266821c07fd307dbe04e5d715792e57bfa9c0d

7 years agoMerge "Default CDMA subscription source to RUIM/SIM" into oc-dr1-dev
Grace Chen [Wed, 14 Jun 2017 13:40:46 +0000 (13:40 +0000)]
Merge "Default CDMA subscription source to RUIM/SIM" into oc-dr1-dev
am: 356d1ac545

Change-Id: I692e3d0d7eac1f94e39e85e4b244fd9974fc1108

7 years agoMerge "Fix footer not being hidden in detail panels" into oc-dev
Jason Monk [Wed, 14 Jun 2017 13:37:28 +0000 (13:37 +0000)]
Merge "Fix footer not being hidden in detail panels" into oc-dev

7 years agoMerge "Revert Early version of new volume" into oc-dr1-dev
Jason Monk [Wed, 14 Jun 2017 13:36:38 +0000 (13:36 +0000)]
Merge "Revert Early version of new volume" into oc-dr1-dev

7 years agoMerge "Default CDMA subscription source to RUIM/SIM" into oc-dr1-dev
Grace Chen [Wed, 14 Jun 2017 13:35:34 +0000 (13:35 +0000)]
Merge "Default CDMA subscription source to RUIM/SIM" into oc-dr1-dev

7 years agoMerge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine" am...
Erik Kline [Wed, 14 Jun 2017 10:32:29 +0000 (10:32 +0000)]
Merge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine" am: 6f029bbc82 am: 35728f01cb
am: d2bf55e300

Change-Id: Iec52309a56dd38ac9854ce40a792b3b622f0b015

7 years agoMerge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine" am...
Erik Kline [Wed, 14 Jun 2017 10:25:33 +0000 (10:25 +0000)]
Merge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine" am: 6f029bbc82
am: 35728f01cb

Change-Id: I5eb3c02331aabc033ecfebee2900477c61e1b6f6

7 years agoMerge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine"
Erik Kline [Wed, 14 Jun 2017 10:19:35 +0000 (10:19 +0000)]
Merge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine"
am: 6f029bbc82

Change-Id: I098bd78d29cf4119208d24977dab8494d3bf5fdb

7 years agoMerge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine"
Treehugger Robot [Wed, 14 Jun 2017 10:11:58 +0000 (10:11 +0000)]
Merge "Merge IPv6TetheringInterfaceServices into TetherInterfaceStateMachine"

7 years agoUse SystemUI Dialog Theme for QSSecurityFooter dialog
phweiss [Tue, 13 Jun 2017 13:23:13 +0000 (15:23 +0200)]
Use SystemUI Dialog Theme for QSSecurityFooter dialog

Without the ContextThemeWrapper, the dialog's text color
gets changed whenever the QS theme changes.

Bug: 62534577
Test: manual, CTS Verifier > Managed Provisioning > Device Owner Tests
      > Network Logging UI

Change-Id: I408902688b97bb3c6dff06215b12956ae49a4806
(cherry picked from commit da9bee2623c358913cafc06b6d617d10e234777c)

7 years agoMerge "Merge "SensorManager: attach background thread to JavaVM" into oc-dev am:...
Android Build Merger (Role) [Wed, 14 Jun 2017 06:33:43 +0000 (06:33 +0000)]
Merge "Merge "SensorManager: attach background thread to JavaVM" into oc-dev am: d27d5d9ea8 am: 41cb9f1bb1" into oc-dr1-dev-plus-aosp

7 years agoMerge "SensorManager: attach background thread to JavaVM" into oc-dev am: d27d5d9ea8
Peng Xu [Wed, 14 Jun 2017 06:31:51 +0000 (06:31 +0000)]
Merge "SensorManager: attach background thread to JavaVM" into oc-dev am: d27d5d9ea8
am: 41cb9f1bb1

Change-Id: I26fbfe8ae684fe27c43fcad12ff127506614e0b9

7 years agoMerge "SensorManager: attach background thread to JavaVM" into oc-dev am: d27d5d9ea8
Peng Xu [Wed, 14 Jun 2017 06:27:45 +0000 (06:27 +0000)]
Merge "SensorManager: attach background thread to JavaVM" into oc-dev am: d27d5d9ea8
am: 308aa4c846

Change-Id: I90935ea2db530143daf3da44637b7cb97f9be2bd

7 years agoMerge "SensorManager: attach background thread to JavaVM" into oc-dev
Peng Xu [Wed, 14 Jun 2017 06:20:15 +0000 (06:20 +0000)]
Merge "SensorManager: attach background thread to JavaVM" into oc-dev
am: d27d5d9ea8

Change-Id: Ib34a45b6fe35f27f4b3093888cbecd70b8b71300

7 years agoMerge "SensorManager: attach background thread to JavaVM" into oc-dev
Peng Xu [Wed, 14 Jun 2017 06:20:15 +0000 (06:20 +0000)]
Merge "SensorManager: attach background thread to JavaVM" into oc-dev
am: d27d5d9ea8

Change-Id: Iecea6df9119b4a9bbd5843e78787d581ced518c7

7 years agoMerge "SensorManager: attach background thread to JavaVM" into oc-dev
Peng Xu [Wed, 14 Jun 2017 06:12:37 +0000 (06:12 +0000)]
Merge "SensorManager: attach background thread to JavaVM" into oc-dev

7 years agoApp launch test apk change am: 0a2c9396a2
gopinath [Wed, 14 Jun 2017 04:49:30 +0000 (04:49 +0000)]
App launch test apk change am: 0a2c9396a2
am: 8c64bf0edf

Change-Id: Ia90bdb8649c55d271a68d6c831dbd59cd8a4a21f

7 years agoApp launch test apk change am: 0a2c9396a2
gopinath [Wed, 14 Jun 2017 04:45:04 +0000 (04:45 +0000)]
App launch test apk change am: 0a2c9396a2
am: 4c81f3d412

Change-Id: I6eab0fc584667f63dfa14de51f0c66b5494fb0f6

7 years agoApp launch test apk change
gopinath [Wed, 14 Jun 2017 04:39:30 +0000 (04:39 +0000)]
App launch test apk change
am: 0a2c9396a2

Change-Id: I2468cfc8f0db8c993ed0203d12bffb5abcd76305

7 years agoApp launch test apk change
gopinath [Wed, 14 Jun 2017 04:37:29 +0000 (04:37 +0000)]
App launch test apk change
am: 0a2c9396a2

Change-Id: Icad70c318aecfa28b985b7a7c737e332c9024ab8

7 years agoMerge "Adds error codes and maximum RAN/Bands/Channels" am: 70373f7928 am: 707dc81da1
Ying Xu [Wed, 14 Jun 2017 02:41:26 +0000 (02:41 +0000)]
Merge "Adds error codes and maximum RAN/Bands/Channels" am: 70373f7928 am: 707dc81da1
am: aaca44229b

Change-Id: I9656821a325d000dde93e05987c29c76609578bc

7 years agoMerge "Adds error codes and maximum RAN/Bands/Channels" am: 70373f7928
Ying Xu [Wed, 14 Jun 2017 02:33:41 +0000 (02:33 +0000)]
Merge "Adds error codes and maximum RAN/Bands/Channels" am: 70373f7928
am: 707dc81da1

Change-Id: I37113bddb18b73dbf10b0dc9067dec9311338e86

7 years agoMerge "Adds error codes and maximum RAN/Bands/Channels"
Ying Xu [Wed, 14 Jun 2017 02:25:53 +0000 (02:25 +0000)]
Merge "Adds error codes and maximum RAN/Bands/Channels"
am: 70373f7928

Change-Id: I1c169772fb1335df4128b186e826f1bed1ca501d

7 years agoMerge "Adds error codes and maximum RAN/Bands/Channels"
Ying Xu [Wed, 14 Jun 2017 02:16:51 +0000 (02:16 +0000)]
Merge "Adds error codes and maximum RAN/Bands/Channels"

7 years agoMerge "Disable StatusBar logs" into oc-dr1-dev
Lucas Dupin [Wed, 14 Jun 2017 02:07:59 +0000 (02:07 +0000)]
Merge "Disable StatusBar logs" into oc-dr1-dev
am: 2306a78963

Change-Id: Id542cb75499e2e1616e35ba067a431e3402a1f44

7 years agoMerge "Disable StatusBar logs" into oc-dr1-dev
TreeHugger Robot [Wed, 14 Jun 2017 01:57:53 +0000 (01:57 +0000)]
Merge "Disable StatusBar logs" into oc-dr1-dev

7 years agoMerge "Add assist gesture silence and wake settings" into oc-dr1-dev
Kevin Chyn [Wed, 14 Jun 2017 01:53:02 +0000 (01:53 +0000)]
Merge "Add assist gesture silence and wake settings" into oc-dr1-dev
am: 6eacc1a4ba

Change-Id: I16bac560e1ef3c20830f4bc79dca772da20032e7

7 years agoMerge "Add assist gesture silence and wake settings" into oc-dr1-dev
Kevin Chyn [Wed, 14 Jun 2017 01:43:47 +0000 (01:43 +0000)]
Merge "Add assist gesture silence and wake settings" into oc-dr1-dev

7 years agoAdd SoundTriggerManager APIs to use a PendingIntent to get callbacks.
Chris Thornton [Fri, 9 Jun 2017 05:34:37 +0000 (22:34 -0700)]
Add SoundTriggerManager APIs to use a PendingIntent to get callbacks.

Test: APIs exercised using a special test app not in this CL.

Change-Id: I99425d1e67a778513e6c75e7d595c072032aa2ab

7 years agoSensorManager: attach background thread to JavaVM
Yifan Hong [Wed, 14 Jun 2017 01:20:09 +0000 (18:20 -0700)]
SensorManager: attach background thread to JavaVM

Test: pass
Bug: 62404135
Change-Id: Ic3c0849cd366f550cbdccbb9bb8d082c5c570c35

7 years agoMerge "Support associating with an already-paired device" into oc-dev am: c041c7a34e
Eugene Susla [Wed, 14 Jun 2017 00:29:15 +0000 (00:29 +0000)]
Merge "Support associating with an already-paired device" into oc-dev am: c041c7a34e
am: 99f209be12

Change-Id: Ia2e43979fb0e1687874e63249f829e221a1c47f7

7 years agoMerge "Support associating with an already-paired device" into oc-dev am: c041c7a34e
Eugene Susla [Wed, 14 Jun 2017 00:24:12 +0000 (00:24 +0000)]
Merge "Support associating with an already-paired device" into oc-dev am: c041c7a34e
am: c26f789ae2

Change-Id: Ice5843da51415f87140a6311415a7074b155cdb3

7 years agoMerge "Support associating with an already-paired device" into oc-dev
Eugene Susla [Wed, 14 Jun 2017 00:17:25 +0000 (00:17 +0000)]
Merge "Support associating with an already-paired device" into oc-dev
am: c041c7a34e

Change-Id: I31ab12934cd18aace7aece30fd5551e20e02216e

7 years agoMerge "Support associating with an already-paired device" into oc-dev
Eugene Susla [Wed, 14 Jun 2017 00:17:19 +0000 (00:17 +0000)]
Merge "Support associating with an already-paired device" into oc-dev
am: c041c7a34e

Change-Id: I0af2c5f93b8e0387f28f9c34c81b20ad5a9875e2

7 years agoApp launch test apk change
gopinath [Fri, 12 May 2017 22:37:37 +0000 (15:37 -0700)]
App launch test apk change

Support launching the app using the package name.
Remove the unused variables.

b/33226470

Change-Id: I5b3829912782a9fc0c8f09cbd6fa9ee4b5b35314
(cherry picked from commit a00259f47dc480f799a812a00f52e3c887aae4b0)

7 years agoMerge "Support associating with an already-paired device" into oc-dev
TreeHugger Robot [Wed, 14 Jun 2017 00:03:49 +0000 (00:03 +0000)]
Merge "Support associating with an already-paired device" into oc-dev

7 years agoMerge "Add plugin hooks to DozeService" into oc-dr1-dev
Mady Mellor [Tue, 13 Jun 2017 23:59:15 +0000 (23:59 +0000)]
Merge "Add plugin hooks to DozeService" into oc-dr1-dev
am: 644f8e8583

Change-Id: Idfa991157c7885861a2fc51492175ca7e2b3bb08

7 years agoMerge "Add plugin hooks to DozeService" into oc-dr1-dev
TreeHugger Robot [Tue, 13 Jun 2017 23:51:06 +0000 (23:51 +0000)]
Merge "Add plugin hooks to DozeService" into oc-dr1-dev

7 years agoMerge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev am...
Christopher Tate [Tue, 13 Jun 2017 23:49:55 +0000 (23:49 +0000)]
Merge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev am: 796b510787
am: 4c8dccf728

Change-Id: I05d188c5b7ede54792b22d6c1445b32f4a63ed22

7 years agoMerge "Merge "Fix #62545908 : 'metered' network jobs run without network" into oc...
Android Build Merger (Role) [Tue, 13 Jun 2017 23:45:54 +0000 (23:45 +0000)]
Merge "Merge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev am: 796b510787 am: 85c9638438" into oc-dr1-dev-plus-aosp

7 years agoMerge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev am...
Christopher Tate [Tue, 13 Jun 2017 23:44:45 +0000 (23:44 +0000)]
Merge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev am: 796b510787
am: 85c9638438

Change-Id: Icc9968bcbee5fb029a4fea4368ac57fc7bc6c71d

7 years agoMerge "Merge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e am...
Android Build Merger (Role) [Tue, 13 Jun 2017 23:44:14 +0000 (23:44 +0000)]
Merge "Merge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e am: e9a4951c4d" into oc-dr1-dev-plus-aosp

7 years agoMerge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e
Adam Lesinski [Tue, 13 Jun 2017 23:43:08 +0000 (23:43 +0000)]
Merge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e
am: e9a4951c4d

Change-Id: I8093fff1e13490be07b62537bbfdfd064102bb46

7 years agoMerge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e
Adam Lesinski [Tue, 13 Jun 2017 23:40:24 +0000 (23:40 +0000)]
Merge "Use UiContext with StrictMode Dialog" into oc-dev am: 9274d87a0e
am: 26cafd3e42

Change-Id: I59bdeb970bd305f7c01a3f2cf405102ae95756ed

7 years agoMerge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev
Christopher Tate [Tue, 13 Jun 2017 23:39:28 +0000 (23:39 +0000)]
Merge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev
am: 796b510787

Change-Id: I0659c68ece4fef6d3e93e436a35c960dc341618b

7 years agoMerge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev
Christopher Tate [Tue, 13 Jun 2017 23:34:51 +0000 (23:34 +0000)]
Merge "Fix #62545908 : 'metered' network jobs run without network" into oc-dev
am: 796b510787

Change-Id: I8c87bb6ac0ed8867ffd36a6fe1692bfb933bf746

7 years agoMerge "Use UiContext with StrictMode Dialog" into oc-dev
Adam Lesinski [Tue, 13 Jun 2017 23:32:22 +0000 (23:32 +0000)]
Merge "Use UiContext with StrictMode Dialog" into oc-dev
am: 9274d87a0e

Change-Id: I1b62c2f6aeb7d7167a6bbf1e4b09124914c7936e