OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Stopgap fix for layoutlib." into lmp-preview-dev
Xavier Ducrohet [Thu, 29 May 2014 05:27:32 +0000 (05:27 +0000)]
Merge "Stopgap fix for layoutlib." into lmp-preview-dev

10 years agoTracking ActionBarView change 1181f77bdfaa7bf8a8250cdd13c7b7a1d6ee0c44
Brian Carlstrom [Thu, 29 May 2014 04:43:35 +0000 (21:43 -0700)]
Tracking ActionBarView change 1181f77bdfaa7bf8a8250cdd13c7b7a1d6ee0c44

Change-Id: I29a486557428806f26f900974e74f42f3afa4ad4

10 years agoTracking IWindowManager change 2ea3814083f27567ae07a1b449da3d596dd4d9d5
Brian Carlstrom [Thu, 29 May 2014 04:37:52 +0000 (21:37 -0700)]
Tracking IWindowManager change 2ea3814083f27567ae07a1b449da3d596dd4d9d5

Change-Id: I6945cc9b4be174b55173ac2081edc5ee1bee6e67

10 years agoMerge "Widget restore documentation tweaks" into lmp-preview-dev
Christopher Tate [Thu, 29 May 2014 01:27:51 +0000 (01:27 +0000)]
Merge "Widget restore documentation tweaks" into lmp-preview-dev

10 years agoWidget restore documentation tweaks
Christopher Tate [Thu, 29 May 2014 00:56:53 +0000 (17:56 -0700)]
Widget restore documentation tweaks

- Fix broken Javadoc @see directives
- Linkify AppWidgetProvider in the documentation for the new
  ACTION_APPWIDGET_RESTORED broadcast
- Minor content edits

Bug 15022842

Change-Id: Ia7d4ad5be476c260492e1be5d83e21f6943a6847

10 years agoMerge "Fixed a bug where the user was unable to pull down statusbar." into lmp-previe...
Selim Cinek [Thu, 29 May 2014 00:20:33 +0000 (00:20 +0000)]
Merge "Fixed a bug where the user was unable to pull down statusbar." into lmp-preview-dev

10 years agoMerge "Add system layer for voice interaction services." into lmp-preview-dev
Dianne Hackborn [Thu, 29 May 2014 00:18:25 +0000 (00:18 +0000)]
Merge "Add system layer for voice interaction services." into lmp-preview-dev

10 years agoAdd system layer for voice interaction services.
Dianne Hackborn [Wed, 28 May 2014 01:24:45 +0000 (18:24 -0700)]
Add system layer for voice interaction services.

New window layer that voice interaction service windows
go in to.  Includes a new voice-specific content rectangle
that voice activities are placed in to.

Add specific animations for this layer, sliding down from
the top (though this can be customized by the voice interaction
service).

Also add the concept of activities running for voice interaction
services for purposes of adjusting the animation used for them,
again sliding from the top, but not (yet?) customizable by the
voice interaction service.

Change-Id: Ic9e0e8c843c2e2972d6abb4087dce0019326155d

10 years agoFixed a bug where the user was unable to pull down statusbar.
Selim Cinek [Thu, 29 May 2014 00:12:47 +0000 (02:12 +0200)]
Fixed a bug where the user was unable to pull down statusbar.

When going to the phone or camera from the lockscreen, touches
where blocked and the statusbar could not be pulled down anymore.

Bug: 15308821
Bug: 15126905
Change-Id: Ic9563346f6a466cb5ada3f4af518fabcd650e9b9

10 years agoStopgap fix for layoutlib.
Deepanshu Gupta [Thu, 22 May 2014 23:03:54 +0000 (16:03 -0700)]
Stopgap fix for layoutlib.

This is a temporary fix for changes made to TypedArray regrading theme
attributes.

Change-Id: I173fde6d8d3259479b0654ff331bc27bf2814fb0

10 years agoMerge "SysUI: Fix bug where ZEN notification icon was shown" into lmp-preview-dev
Christoph Studer [Wed, 28 May 2014 23:40:00 +0000 (23:40 +0000)]
Merge "SysUI: Fix bug where ZEN notification icon was shown" into lmp-preview-dev

10 years agoMerge "Don't crash on boot" into lmp-preview-dev
Christopher Tate [Wed, 28 May 2014 23:37:29 +0000 (23:37 +0000)]
Merge "Don't crash on boot" into lmp-preview-dev

10 years agoDon't crash on boot
Christopher Tate [Wed, 28 May 2014 23:31:58 +0000 (16:31 -0700)]
Don't crash on boot

...when removing dangling preferred-activity entries.

Bug 15310848

Change-Id: Ibe9d82a06f8c608b866a2c3c6b286da2ededacca

10 years agoMerge "Make ViewPropertyAnimator correctly damage shadow receivers" into lmp-preview-dev
Chris Craik [Wed, 28 May 2014 23:16:13 +0000 (23:16 +0000)]
Merge "Make ViewPropertyAnimator correctly damage shadow receivers" into lmp-preview-dev

10 years agoMerge "Respect Z ordering in touch dispatch, software drawing" into lmp-preview-dev
Chris Craik [Wed, 28 May 2014 23:12:57 +0000 (23:12 +0000)]
Merge "Respect Z ordering in touch dispatch, software drawing" into lmp-preview-dev

10 years agoMerge "QuickSettings: Bind notifications tile to the ringer stream." into lmp-preview-dev
John Spurlock [Wed, 28 May 2014 23:11:58 +0000 (23:11 +0000)]
Merge "QuickSettings: Bind notifications tile to the ringer stream." into lmp-preview-dev

10 years agoQuickSettings: Bind notifications tile to the ringer stream.
John Spurlock [Wed, 28 May 2014 23:09:17 +0000 (19:09 -0400)]
QuickSettings: Bind notifications tile to the ringer stream.

So it has the same logic as the dialog version.  The streams
are bound together.

Bug:15314453
Change-Id: Icc8e5f359948b60c52616709cd34a48e108b96cd

10 years agoMerge "Camera2: Update spec for thumbnail cropping behavior" into lmp-preview-dev
Zhijun He [Wed, 28 May 2014 22:49:31 +0000 (22:49 +0000)]
Merge "Camera2: Update spec for thumbnail cropping behavior" into lmp-preview-dev

10 years agoCamera2: Update spec for thumbnail cropping behavior
Zhijun He [Wed, 28 May 2014 20:52:04 +0000 (13:52 -0700)]
Camera2: Update spec for thumbnail cropping behavior

Also update FULL capability spec (remove ZSL from the requirement list).

Bug: 15168075
Change-Id: I864baf35ffab9047b52facb29011682e724bbc9b

10 years agoMerge "SysUI: Switch to NotificationListenerService" into lmp-preview-dev
Christoph Studer [Wed, 28 May 2014 22:22:16 +0000 (22:22 +0000)]
Merge "SysUI: Switch to NotificationListenerService" into lmp-preview-dev

10 years agoMerge "@hide Telecomm APIs [DO NOT MERGE]" into lmp-preview-dev
Evan Charlton [Wed, 28 May 2014 22:14:07 +0000 (22:14 +0000)]
Merge "@hide Telecomm APIs [DO NOT MERGE]" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE - AudioManager: audio routing extensions" into lmp-preview-dev
Eric Laurent [Wed, 28 May 2014 22:11:19 +0000 (22:11 +0000)]
Merge "DO NOT MERGE - AudioManager: audio routing extensions" into lmp-preview-dev

10 years agoMerge "Camera2: Fix wrong index in ColorSpaceTransform" into lmp-preview-dev
Yin-Chia Yeh [Wed, 28 May 2014 21:54:41 +0000 (21:54 +0000)]
Merge "Camera2: Fix wrong index in ColorSpaceTransform" into lmp-preview-dev

10 years agoMerge "Toolbar factoring and ActionBar functionality integration" into lmp-preview-dev
Adam Powell [Wed, 28 May 2014 21:44:01 +0000 (21:44 +0000)]
Merge "Toolbar factoring and ActionBar functionality integration" into lmp-preview-dev

10 years agoDO NOT MERGE - AudioManager: audio routing extensions
Eric Laurent [Wed, 19 Feb 2014 00:26:17 +0000 (16:26 -0800)]
DO NOT MERGE - AudioManager: audio routing extensions

Added API and classes allowing framework components
to have direct control over audio routing and volumes.

Change-Id: I28225a6ebad86a7836e1ed749d93c0e964e215f1

10 years agoMerge "Move to dalvik.vm.lib.2 to force default to libart" into lmp-preview-dev
Brian Carlstrom [Wed, 28 May 2014 21:39:28 +0000 (21:39 +0000)]
Merge "Move to dalvik.vm.lib.2 to force default to libart" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE - Support disconnecting while trying to connect." into lmp-previe...
Lorenzo Colitti [Wed, 28 May 2014 21:38:02 +0000 (21:38 +0000)]
Merge "DO NOT MERGE - Support disconnecting while trying to connect." into lmp-preview-dev

10 years agoMove to dalvik.vm.lib.2 to force default to libart
Brian Carlstrom [Wed, 28 May 2014 21:31:47 +0000 (14:31 -0700)]
Move to dalvik.vm.lib.2 to force default to libart

Bug: 14298175
Change-Id: I8afa91bddfb6fec6b61c39286a16594eb947830e

10 years agoCamera2: Fix wrong index in ColorSpaceTransform
Yin-Chia Yeh [Wed, 28 May 2014 16:12:03 +0000 (09:12 -0700)]
Camera2: Fix wrong index in ColorSpaceTransform

Bug: 15309870
Change-Id: I89a043a005435695ac8649e20d4e0e58d0f62bc7

10 years agoMake ViewPropertyAnimator correctly damage shadow receivers
Chris Craik [Wed, 28 May 2014 02:18:10 +0000 (19:18 -0700)]
Make ViewPropertyAnimator correctly damage shadow receivers

bug:14313537
Change-Id: Ib0a2fa1bf6b611acd26cec59203075a193e30a1e

10 years agoRespect Z ordering in touch dispatch, software drawing
Chris Craik [Sat, 24 May 2014 00:55:03 +0000 (17:55 -0700)]
Respect Z ordering in touch dispatch, software drawing

bug:14390526
Change-Id: I617a6ea7dbac1facae246491a247cf307452fc0e

10 years agoMerge changes Ia0f54124,I1e085f5e,Ic0a3ff0a,I141847df,I8ae4efa2 into lmp-preview-dev
Eino-Ville Talvala [Wed, 28 May 2014 20:33:42 +0000 (20:33 +0000)]
Merge changes Ia0f54124,I1e085f5e,Ic0a3ff0a,I141847df,I8ae4efa2 into lmp-preview-dev

* changes:
  camera2: Update native/managed key mappings.
  Camera2: switch API interface to java classses
  Camera2: Use ColorSpaceTransform and RggbChannelVector, replace enum byte[]
  camera2: Add new metadata keys, change types for existing range keys
  Camera2: Replace int[] by MeteringRectangle

10 years ago@hide Telecomm APIs [DO NOT MERGE]
Evan Charlton [Wed, 28 May 2014 20:22:05 +0000 (13:22 -0700)]
@hide Telecomm APIs [DO NOT MERGE]

Change-Id: Id2d8d21f5de79bd5ffa468a82b29b77daf07e120

10 years agoMerge "Disable RT animations" into lmp-preview-dev
John Reck [Wed, 28 May 2014 19:38:06 +0000 (19:38 +0000)]
Merge "Disable RT animations" into lmp-preview-dev

10 years agoToolbar factoring and ActionBar functionality integration
Adam Powell [Sat, 24 May 2014 00:27:24 +0000 (17:27 -0700)]
Toolbar factoring and ActionBar functionality integration

Toolbars now can act in the role of ActionBar with the exception of
navigation modes. Expandable action views are now supported as well as
populating menu items from a host window.

Change-Id: If477db9c7ad9f95723f28cf73cbf03a07ce9d6ad

10 years agoDisable RT animations
John Reck [Wed, 28 May 2014 19:35:30 +0000 (12:35 -0700)]
Disable RT animations

 Bug: 15287046

Change-Id: Ib511053726153649ea1bda337d14bc05db4f0bf9

10 years agoMerge "DO NOT MERGE - Run the task manager service at startup" into lmp-preview-dev
Christopher Tate [Wed, 28 May 2014 19:03:02 +0000 (19:03 +0000)]
Merge "DO NOT MERGE - Run the task manager service at startup" into lmp-preview-dev

10 years agoMerge "Adding ITelecommService definition for Telecomm." into lmp-preview-dev
Santos Cordon [Wed, 28 May 2014 18:31:13 +0000 (18:31 +0000)]
Merge "Adding ITelecommService definition for Telecomm." into lmp-preview-dev

10 years agocamera2: Update native/managed key mappings.
Ruben Brunk [Wed, 28 May 2014 01:58:08 +0000 (18:58 -0700)]
camera2: Update native/managed key mappings.

Switches to using managed value classes for the following keys:
- android.sensor.info.sensitivityRange
- android.sensor.info.exposureTimeRange
- android.jpeg.gpsCoordinates
- android.jpeg.gpsTimestamp
- android.jpeg.gpsProcessingMethod
- android.statistics.lensShadingMap
- android.lens.info.shadingMapSize
Also fixes a minor bug in LensShadingMap

Bug: 14628001
Change-Id: Ia0f541242f529ab9ba3111db799306b198f2b40b

10 years agoMerge "Layoutlib fixes for L [DO NOT MERGE]" into lmp-preview-dev
Deepanshu Gupta [Wed, 28 May 2014 17:18:58 +0000 (17:18 +0000)]
Merge "Layoutlib fixes for L [DO NOT MERGE]" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE temporary hide of AudioAttributes" into lmp-preview-dev
Jean-Michel Trivi [Wed, 28 May 2014 16:11:30 +0000 (16:11 +0000)]
Merge "DO NOT MERGE temporary hide of AudioAttributes" into lmp-preview-dev

10 years agoMerge "Implement FlushCaches TODO" into lmp-preview-dev
John Reck [Wed, 28 May 2014 16:02:06 +0000 (16:02 +0000)]
Merge "Implement FlushCaches TODO" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender...
Griff Hazen [Wed, 28 May 2014 15:59:13 +0000 (15:59 +0000)]
Merge "DO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender" into lmp-preview-dev

10 years agoMerge "Appear animation for PIN view." into lmp-preview-dev
Jorim Jaggi [Wed, 28 May 2014 15:34:33 +0000 (15:34 +0000)]
Merge "Appear animation for PIN view." into lmp-preview-dev

10 years agoAppear animation for PIN view.
Jorim Jaggi [Wed, 28 May 2014 14:20:03 +0000 (16:20 +0200)]
Appear animation for PIN view.

Bug: 15163546
Change-Id: I05bc2920cc6e3d19ab64b8b43417b328552e9e2a

10 years agoSysUI: Fix bug where ZEN'd notification wasn't updated
Christoph Studer [Mon, 26 May 2014 21:21:16 +0000 (23:21 +0200)]
SysUI: Fix bug where ZEN'd notification wasn't updated

Bug: 15131411
Change-Id: If6a149a04b34b63052797bbadb3a6fde18c675cd

10 years agoMerge "Use activity transitions when launched from fragments." into lmp-preview-dev
George Mount [Wed, 28 May 2014 14:37:34 +0000 (14:37 +0000)]
Merge "Use activity transitions when launched from fragments." into lmp-preview-dev

10 years agoMerge "fixed mIsReturning initialized too late. DO NOT MERGE." into lmp-preview-dev
George Mount [Wed, 28 May 2014 14:37:18 +0000 (14:37 +0000)]
Merge "fixed mIsReturning initialized too late. DO NOT MERGE." into lmp-preview-dev

10 years agoMerge "SysUI: Reflect notification ranking" into lmp-preview-dev
Christoph Studer [Wed, 28 May 2014 14:33:05 +0000 (14:33 +0000)]
Merge "SysUI: Reflect notification ranking" into lmp-preview-dev

10 years agoIntroduced animations for the clipTopAmount of notifications.
Selim Cinek [Wed, 28 May 2014 12:16:02 +0000 (14:16 +0200)]
Introduced animations for the clipTopAmount of notifications.

Bug: 14081264
Change-Id: I09ca8161807d9dea7ca118601ddff9a28c373de5

10 years agoMerge "Implemented basic camera and phone affordance." into lmp-preview-dev
Selim Cinek [Wed, 28 May 2014 14:17:24 +0000 (14:17 +0000)]
Merge "Implemented basic camera and phone affordance." into lmp-preview-dev

10 years agoImplemented basic camera and phone affordance.
Selim Cinek [Mon, 26 May 2014 17:22:17 +0000 (19:22 +0200)]
Implemented basic camera and phone affordance.

The phone and the camera can now be accessed when swiping anywhere
on the background of the keyguard in the corresponding direction.

Bug: 15126905
Change-Id: If5551078676275764d5b7ddbca6e71cf008a1904

10 years agoSysUI: Reflect notification ranking
Christoph Studer [Mon, 26 May 2014 11:10:30 +0000 (13:10 +0200)]
SysUI: Reflect notification ranking

Respect the ranking received via NotificationListenerService.

Bug: 15131411
Change-Id: I9e3a1530ffb5f4c29eeeccdbc910261d2eb72216

10 years agoSysUI: Switch to NotificationListenerService
Christoph Studer [Wed, 28 May 2014 12:48:15 +0000 (14:48 +0200)]
SysUI: Switch to NotificationListenerService

Switch SysUI to receive notifications via a NotificationListenerService
instead, byapssing StatusBarManagerService callbacks.

Bug: 15131411
Change-Id: I907a1ff28123219db1c08889d723ad1b70b191ab

10 years agoSysUI: Fix bug where ZEN notification icon was shown
Christoph Studer [Wed, 28 May 2014 12:56:15 +0000 (14:56 +0200)]
SysUI: Fix bug where ZEN notification icon was shown

Bug: 15303664
Change-Id: I295293e62ee878be9b4aa7b13e0c014f935072ca

10 years agoMerge "NoMan: Don't unbind system listeners" into lmp-preview-dev
Christoph Studer [Wed, 28 May 2014 12:10:34 +0000 (12:10 +0000)]
Merge "NoMan: Don't unbind system listeners" into lmp-preview-dev

10 years agoMerge "Fix a typo" into lmp-preview-dev
Sungsoo Lim [Wed, 28 May 2014 09:37:27 +0000 (09:37 +0000)]
Merge "Fix a typo" into lmp-preview-dev

10 years agoDO NOT MERGE - Support disconnecting while trying to connect.
Lorenzo Colitti [Fri, 23 May 2014 17:25:55 +0000 (02:25 +0900)]
DO NOT MERGE - Support disconnecting while trying to connect.

Currently, once a NetworkAgent has decided to connect, there's
no way to disconnect without first connecting and having
ConnectivityService tear down the connection. This is suboptimal
because it causes the transport to keep retrying even if it knows
that it will not be able to connect.

Instead, allow the transport to abort a connection request that's
in progress, as long as the agent is not yet registered with
ConnectivityService.

Also add locking to evalScores. evalScores should already have
been taking a lock, because it accesses member variables that are
also accessed by the send*methods.

Bug: 15295359
Change-Id: I913c341bdfc50be9c23b632399f53168e754c1c0
(cherry picked from commit 081e99c3ac341734467b65458f94adc160f50d6c)

10 years agoCamera2: switch API interface to java classses
Yin-Chia Yeh [Tue, 27 May 2014 17:04:54 +0000 (10:04 -0700)]
Camera2: switch API interface to java classses

android.sensor.info.physicalSize: float[] -> SizeF
android.statistics.hotPixelMap: int[] -> Point[]
android.tonemap.curve[Red|Green|Blue]: float[] -> TonemapCurve

Bug: 14628001
Change-Id: I1e085f5e640a059852fcb504b6dd5f884039e653

10 years agoCamera2: Use ColorSpaceTransform and RggbChannelVector, replace enum byte[]
Eino-Ville Talvala [Wed, 28 May 2014 01:16:53 +0000 (18:16 -0700)]
Camera2: Use ColorSpaceTransform and RggbChannelVector, replace enum byte[]

Also fix a minor bug in ColorSpaceTransform copying validation.

Affected keys:
  android.colorCorrection.transform
  android.colorCorrection.gain
  android.control.aeAvailableAntibandingModes
  android.control.aeAvailableModes
  android.control.afAvailableModes
  android.control.availableEffects
  android.control.availableSceneModes
  android.control.availableVideoStabilizationModes
  android.control.awbAvailableModes
  android.edge.availableEdgeModes
  android.hotpixel.availableHotPixelModes
  android.lens.info.availableOpticalStabilization
  android.noiseReduction.availableNoiseReductionModes
  android.sensor.calibrationTransform1
  android.sensor.calibrationTransform2
  android.sensor.colorTransform1
  android.sensor.colorTransform2
  android.sensor.forwardTransform1
  android.sensor.forwardTransform2
  android.statistics.info.availableFaceDetectModes
  android.tonemap.availableToneMapModes

Bug: 14628001
Change-Id: Ic0a3ff0aaa6bfe872cf8fb740870618c3eee3008

10 years agocamera2: Add new metadata keys, change types for existing range keys
Igor Murashkin [Wed, 28 May 2014 01:32:18 +0000 (18:32 -0700)]
camera2: Add new metadata keys, change types for existing range keys

Also adds the following keys:
* android.control.maxRegionsAe
* android.control.maxRegionsAwb
* android.control.maxRegionsAf
* android.request.maxNumOutputRaw
* android.request.maxNumOutputProc
* android.request.maxNumOutputProcStalling

Changes the following keys' type
generations:
* android.control.aeTargetFpsRange
* (Range<Integer>)
* android.control.aeAvailableTargetFpsRanges
* (Range<Integer>[])
* android.control.aeCompensationRange
* (Range<Integer>)
* android.lens.focusRange
* (Range<Float>)

Bug: 14628001
Change-Id: I141847dffc4b0d89cea37c19a54d6d5faf24a9bb

10 years agoCamera2: Replace int[] by MeteringRectangle
Yin-Chia Yeh [Mon, 19 May 2014 17:23:27 +0000 (10:23 -0700)]
Camera2: Replace int[] by MeteringRectangle

Bug: 14628001
Change-Id: I8ae4efa24d41043046a84b04e5209259a8a21063

10 years agoFix a typo
Sungsoo Lim [Tue, 27 May 2014 00:35:30 +0000 (09:35 +0900)]
Fix a typo

Change-Id: I93e7e38a2e3502883b64c38567eaf5957c4197d2

10 years agoMerge "DO NOT MERGE Cherry-pick: Doc fixes for Notification.WearableExtender" into...
Griff Hazen [Wed, 28 May 2014 07:31:25 +0000 (07:31 +0000)]
Merge "DO NOT MERGE Cherry-pick: Doc fixes for Notification.WearableExtender" into lmp-preview-dev

10 years agoAdding ITelecommService definition for Telecomm.
Santos Cordon [Wed, 21 May 2014 22:22:12 +0000 (15:22 -0700)]
Adding ITelecommService definition for Telecomm.

Until telecomm code moves into a system service, we need a way for
other apps to call into it for call-related functionality.

Initial implementation only has silenceRinger.
This is to be implemented by the telecomm code and used by
TelephonyManager (until we have a TelecommManager).

Change-Id: I9180797451dcb2e9029b20bed47f5d5cb8cddb9f
(cherry picked from commit b895606acf18dbb050c9a32106b3c9c2e5111829)

10 years agoMerge "Revert "Only allow 1 Stack on Leanback-only devices"" into lmp-preview-dev
Fabrice Di Meglio [Wed, 28 May 2014 01:50:08 +0000 (01:50 +0000)]
Merge "Revert "Only allow 1 Stack on Leanback-only devices"" into lmp-preview-dev

10 years agoRevert "Only allow 1 Stack on Leanback-only devices"
Fabrice Di Meglio [Wed, 28 May 2014 01:46:05 +0000 (01:46 +0000)]
Revert "Only allow 1 Stack on Leanback-only devices"

This is making a HH device (and probably others) in a reboot loop

This reverts commit 0cac71e9bdee1e9e6b2faafec0f9f894effbcb67.

===

See:

W/dalvikvm( 2320): threadid=1: thread exiting with uncaught exception (group=0x952d3f28)
E/AndroidRuntime( 2320): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 2320): java.lang.RuntimeException: Failed to create service com.android.server.am.ActivityManagerService$Lifecycle: service constructor threw an exception
E/AndroidRuntime( 2320):  at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:89)
E/AndroidRuntime( 2320):  at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:304)
E/AndroidRuntime( 2320):  at com.android.server.SystemServer.run(SystemServer.java:244)
E/AndroidRuntime( 2320):  at com.android.server.SystemServer.main(SystemServer.java:161)
E/AndroidRuntime( 2320):  at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2320):  at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2320):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
E/AndroidRuntime( 2320):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)
E/AndroidRuntime( 2320):  at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2320): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 2320):  at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2320):  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
E/AndroidRuntime( 2320):  at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:78)
E/AndroidRuntime( 2320):  ... 8 more
E/AndroidRuntime( 2320): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 2320):  at com.android.server.am.ActivityStackSupervisor.isLeanbackOnlyDevice(ActivityStackSupervisor.java:3508)
E/AndroidRuntime( 2320):  at com.android.server.am.ActivityStackSupervisor.<init>(ActivityStackSupervisor.java:220)
E/AndroidRuntime( 2320):  at com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:2145)
E/AndroidRuntime( 2320):  at com.android.server.am.ActivityManagerService$Lifecycle.<init>(ActivityManagerService.java:2073)
E/AndroidRuntime( 2320):  ... 11 more
E/AndroidRuntime( 2320): Error reporting crash
E/AndroidRuntime( 2320): java.lang.NullPointerException
E/AndroidRuntime( 2320):  at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)
E/AndroidRuntime( 2320):  at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2320):  at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2320):  at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2320): Sending signal. PID: 2320 SIG: 9
I/ServiceManager(  174): service 'power' died
I/ServiceManager(  174): service 'sensorservice' died

Change-Id: Ib90ae4dff6542d67f5827b100a3ab6158ce88ae2

10 years agoLayoutlib fixes for L [DO NOT MERGE]
Deepanshu Gupta [Mon, 19 May 2014 23:14:23 +0000 (16:14 -0700)]
Layoutlib fixes for L [DO NOT MERGE]

This adds the new delegates that were missing. This starts the work on
changes related to Minikin Fonts.

There are some changes related to TypedArray that still need to be
fixed.

Change-Id: Ic2397b64aa3f1f48926e849b14689c47d9ee7f8c
(cherry picked from commit 7ca3612094270183243938e79337c84effea7ad0)

10 years agoMerge "DO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration" into...
Dave Langemak [Wed, 28 May 2014 00:48:18 +0000 (00:48 +0000)]
Merge "DO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration" into lmp-preview-dev

10 years agoDO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration
vandwalle [Thu, 22 May 2014 18:53:15 +0000 (11:53 -0700)]
DO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration

bug: 15114340

Change-Id: Ic66363fc7781a1d65e5b8647843a752c048145a1
(cherry picked from commit 7aa05179b970e9f1346374f1e506a2cfeaff060a)

10 years agoDO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender
Griff Hazen [Tue, 27 May 2014 22:40:09 +0000 (15:40 -0700)]
DO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender

Bug: 14838838

Change-Id: Id038d994d61d3c89dba08232a424a5b1b934e5db

10 years agoDO NOT MERGE Cherry-pick: Doc fixes for Notification.WearableExtender
Griff Hazen [Mon, 26 May 2014 16:07:14 +0000 (09:07 -0700)]
DO NOT MERGE Cherry-pick: Doc fixes for Notification.WearableExtender

Change-Id: I22947e30d329e667079555ac4ac5f9b25d6bd3fa

10 years agoMerge "DO NOT MERGE Cherry-pick: Fix current.txt" into lmp-preview-dev
Griff Hazen [Wed, 28 May 2014 00:32:00 +0000 (00:32 +0000)]
Merge "DO NOT MERGE Cherry-pick: Fix current.txt" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE Cherry-pick: Fix build: CheckBuild line for removed wearable...
Griff Hazen [Wed, 28 May 2014 00:31:53 +0000 (00:31 +0000)]
Merge "DO NOT MERGE Cherry-pick: Fix build: CheckBuild line for removed wearable package" into lmp-preview-dev

10 years agoMerge "DO NOT MERGE Cherry-pick: Api updates for wearable extensions to notifications...
Griff Hazen [Wed, 28 May 2014 00:31:45 +0000 (00:31 +0000)]
Merge "DO NOT MERGE Cherry-pick: Api updates for wearable extensions to notifications" into lmp-preview-dev

10 years agoMerge "Only allow 1 Stack on Leanback-only devices" into lmp-preview-dev
Jose Lima [Wed, 28 May 2014 00:10:14 +0000 (00:10 +0000)]
Merge "Only allow 1 Stack on Leanback-only devices" into lmp-preview-dev

10 years agoMerge "Update docs around empty/null outline behavior" into lmp-preview-dev
Chris Craik [Wed, 28 May 2014 00:08:58 +0000 (00:08 +0000)]
Merge "Update docs around empty/null outline behavior" into lmp-preview-dev

10 years agoMerge "camera2: Add partial results to the capture listener (API change)" into lmp...
Igor Murashkin [Tue, 27 May 2014 23:54:21 +0000 (23:54 +0000)]
Merge "camera2: Add partial results to the capture listener (API change)" into lmp-preview-dev

10 years agoOnly allow 1 Stack on Leanback-only devices
Jose Lima [Tue, 27 May 2014 21:59:31 +0000 (14:59 -0700)]
Only allow 1 Stack on Leanback-only devices

   - For Leanback only devices we will force all activities to
   live in the same app stack. This is a design decision for the
   shy/gregarious changes we are planning to implement for
   leanback devices.

Change-Id: I201f56541ba22356e9598f09419ad41e588c74dc

10 years agoMerge "Add and improve logged TrustAgent connection events" into lmp-preview-dev
Adrian Roos [Tue, 27 May 2014 23:46:49 +0000 (23:46 +0000)]
Merge "Add and improve logged TrustAgent connection events" into lmp-preview-dev

10 years agoMerge "Move dis/enable of mobile data to Telephony" into lmp-preview-dev
Dave Langemak [Tue, 27 May 2014 21:26:52 +0000 (21:26 +0000)]
Merge "Move dis/enable of mobile data to Telephony" into lmp-preview-dev

10 years agoUpdate docs around empty/null outline behavior
Chris Craik [Tue, 27 May 2014 21:10:17 +0000 (14:10 -0700)]
Update docs around empty/null outline behavior

bug:15257846
Change-Id: Ie4d1b0aaeb900eaaa7e54097f3e0d795beb8f445

10 years agoMerge "Remove charging text and carrier label on bouncer." into lmp-preview-dev
Jorim Jaggi [Tue, 27 May 2014 20:30:26 +0000 (20:30 +0000)]
Merge "Remove charging text and carrier label on bouncer." into lmp-preview-dev

10 years agoMove dis/enable of mobile data to Telephony
Robert Greenwalt [Thu, 22 May 2014 03:04:36 +0000 (20:04 -0700)]
Move dis/enable of mobile data to Telephony

ConnectivityService doesn't do this anymore.

bug:15077247
Change-Id: I3208c91b2c0369b594987f39ca29da7478435513
(cherry picked from commit 53013c87496980b534e447e717a32698fbd4bca0)

10 years agoInclude START event (reboots) in partial history.
Ashish Sharma [Sat, 24 May 2014 01:22:20 +0000 (18:22 -0700)]
Include START event (reboots) in partial history.

Change-Id: Ia1e5fba6c2c7bdb3f09eb5958d7134564d60e8b0

10 years agoMerge "Remove up pointing arrow in navbar." into lmp-preview-dev
Jorim Jaggi [Tue, 27 May 2014 20:24:47 +0000 (20:24 +0000)]
Merge "Remove up pointing arrow in navbar." into lmp-preview-dev

10 years agoRemove up pointing arrow in navbar.
Jorim Jaggi [Tue, 27 May 2014 19:41:55 +0000 (21:41 +0200)]
Remove up pointing arrow in navbar.

We don't need it anymore. Yay!

Bug: 15283575
Change-Id: Iac5543a733c047711e5c37f290758456116469a5

10 years agoRemove charging text and carrier label on bouncer.
Jorim Jaggi [Tue, 27 May 2014 19:12:27 +0000 (21:12 +0200)]
Remove charging text and carrier label on bouncer.

But still show it for SIM PIN/PUK.

Bug: 15283575
Change-Id: Id343e5b2fb5c695f46cd23d8509109987fa2d290

10 years agoDO NOT MERGE temporary hide of AudioAttributes
Jean-Michel Trivi [Tue, 27 May 2014 17:46:30 +0000 (10:46 -0700)]
DO NOT MERGE temporary hide of AudioAttributes

Bug 15089989

Change-Id: I6077d4906d5624be4dd2b8a5c3378a04c848b6d8

10 years agoBetter wifi-enabled signal from network controller.
John Spurlock [Thu, 22 May 2014 16:20:16 +0000 (12:20 -0400)]
Better wifi-enabled signal from network controller.

The old "is wifi enabled" signal was geared toward the cluster
view.  Since the clients of the callbacks are now only QS tiles,
make sure to plumb through the actual enabled value all the way
up to the tile.

Bug:15161053
Change-Id: I8b69c599f06d5b36e3f44dc666e1621840ffd927
(cherry picked from commit fd0ea545d47b19c2ebff203a6e768a60698f3609)

10 years agoMerge "Updating task description whenever we create a RecentTaskInfo. (Bug. 15195617...
Winson Chung [Tue, 27 May 2014 19:28:50 +0000 (19:28 +0000)]
Merge "Updating task description whenever we create a RecentTaskInfo. (Bug. 15195617)" into lmp-preview-dev

10 years agoMerge "Reduce logspam by catching unexpected types ourselves." into lmp-preview-dev
Chris Wren [Tue, 27 May 2014 19:15:25 +0000 (19:15 +0000)]
Merge "Reduce logspam by catching unexpected types ourselves." into lmp-preview-dev

10 years agoMerge "Skeleton for Keyguard security method appear animations." into lmp-preview-dev
Jorim Jaggi [Tue, 27 May 2014 18:31:57 +0000 (18:31 +0000)]
Merge "Skeleton for Keyguard security method appear animations." into lmp-preview-dev

10 years agoMerge "Show bouncer immediately when MOTION_UP is received" into lmp-preview-dev
Jorim Jaggi [Tue, 27 May 2014 18:31:09 +0000 (18:31 +0000)]
Merge "Show bouncer immediately when MOTION_UP is received" into lmp-preview-dev

10 years agocamera2: Add partial results to the capture listener (API change)
Igor Murashkin [Wed, 21 May 2014 17:07:08 +0000 (10:07 -0700)]
camera2: Add partial results to the capture listener (API change)

* Also adds capture sequence aborted callback

Bug: 12492876
Change-Id: I56ec8edbcda8b64c2262ff7472961ac78042c7f4

10 years agoUpdating task description whenever we create a RecentTaskInfo. (Bug. 15195617)
Winson Chung [Tue, 27 May 2014 18:09:22 +0000 (11:09 -0700)]
Updating task description whenever we create a RecentTaskInfo. (Bug. 15195617)

Change-Id: I371ee43296a983782eaed2e661b1febc71c86433

10 years agoMerge "DO NOT MERGE" into lmp-preview-dev
Winson Chung [Tue, 27 May 2014 18:04:35 +0000 (18:04 +0000)]
Merge "DO NOT MERGE" into lmp-preview-dev

10 years agoAdd and improve logged TrustAgent connection events
Adrian Roos [Tue, 27 May 2014 18:01:31 +0000 (20:01 +0200)]
Add and improve logged TrustAgent connection events

Adds events for when a TrustAgentService gets connected
or is stopped. Also explicitly revokes trust when a
trust agent gets disconnected, such that it shows up in
dumpsys.

Bug: 15281644
Change-Id: I5875a34da923345683279c1f755d43454ff6318d

10 years agoMerge "frameworks/base: Performance tweaks for SeekBarVolumizer." into lmp-preview-dev
John Spurlock [Tue, 27 May 2014 17:58:48 +0000 (17:58 +0000)]
Merge "frameworks/base: Performance tweaks for SeekBarVolumizer." into lmp-preview-dev

10 years agoMerge "Remove airplane, bugreport, and ringer mode global actions." into lmp-preview-dev
John Spurlock [Tue, 27 May 2014 17:48:14 +0000 (17:48 +0000)]
Merge "Remove airplane, bugreport, and ringer mode global actions." into lmp-preview-dev