- Sep 07, 2014
-
-
Eric Laurent authored
-
Dianne Hackborn authored
-
Dianne Hackborn authored
-
Unsuk Jung authored
-
- Sep 06, 2014
-
-
Etan Cohen authored
Default device and carrier disabled. Device to be overlayed in device/<xxx> dirs. Carrier overlayed in this project. Bug: 17365969 Change-Id: I95d58e934fc85506287069ddd71af4a5b7594bfb
-
Eric Laurent authored
Also include capture format in recognition event if capture is available for streaming. It was only included if trigger was contained in event. Bug: 17409062 Bug: 16731718 Change-Id: I5bf566e6bda57f23c870b4a1293e9b6d15d51e5a
-
Dianne Hackborn authored
Add a new activity attribute, resumeWhilePausing, that allows an activity specifying it to immediately start running without waiting for the previous activity to pause. The recents activity is updated to use this. The implementation of this is ultimately fairly simple -- if we are in the path of resuming such an activity, and find that we first need to pause the existing activity, then within the activity manager we do the regular pause flow but act like it has immediately finished pausing right then so that we can immediately go on to the resume. To make this clean, we tell the activity when asking it to pause that it should not come back and tell us it is done, because we aren't in any way waiting for it. One potentially important change I needed to make here is the pause callback no longer provides the saved persistent state, because we now can't count on that callback happening. I don't think there was really any utility in this anyway -- all modern apps will have their save state flow happen as part of stopping, not pausing, so we'll only capture that saved state when the stop is reported back anyway. And since we do send the saved state back when stopping, it would always blow away whatever we had gotten at the pause. Finally, update the documentation for AppTask.startActivity(), and fix the implementation handling that to be cleaner -- we need to deal with inTask first before getting in to "oh noes add NEW_TASK if this isn't coming from a calling activity" flow. Change-Id: Ia1da0fac90d7bdbaafdda2e34850d795ce17a39f
-
Eric Rowe authored
-
Christopher Tate authored
-
Christopher Tate authored
Don't restore it too soon, because the rarely-needed fallback path will need to be executed as system, too. Bug 17394246 Change-Id: Ic5e662d4eae331b016fc91ffd08647bd8d4d6ff3
-
Junda Liu authored
-
Dianne Hackborn authored
Change-Id: Iaf271c96901c5dba15831681269a49ad4aaa57fd
-
Dianne Hackborn authored
-
Justin Koh authored
-
Dianne Hackborn authored
Dumb, dumb, dumb mistake. Also fix battery stats wakeup reason tracking to use a SamplingTimer (like kernel wake locks) so we can track both the duration and count for each wakeup reason. Change-Id: I89d69661006dc533622b1b7e68a139166d3a6975
-
Jon Miranda authored
-
John Reck authored
-
Justin Koh authored
This is necessary for devices that want to have wallpaper but don't have SystemUi. Bug: 17394246 Change-Id: I75c2a3a2120fd6600274d44059b3f85569b9a187
-
Alan Viverette authored
-
Derek Tan authored
-
Derek Tan authored
Bug: 17255752 Change-Id: I8f74749752f8d8c6cd5b28dd5fe4ed89a33481ed
-
- Sep 05, 2014
-
-
Eric Rowe authored
Change-Id: I2f9e15c6e551536d61ec52fbaf7f54405fa05bcd
-
Tsuwei Chen authored
Merge "Properly register all Intent filters. Bug: 17408889 Change-Id: Iff740def80eb50e0dc8391d7212a3ae7eeaed152" into lmp-dev
-
Adam Lesinski authored
This will make adjusting for time changes easier in the future. Change-Id: I49d2dda4cc6dcb1378a58c814849924f585e0417
-
Adam Lesinski authored
-
Derek Tan authored
-
Derek Tan authored
-
Shishir Agrawal authored
-
Junda Liu authored
Bug: b/17255752 Change-Id: Ibbe5d5cdbc2398ba0df2103bd7a33b98dc977734
-
Santos Cordon authored
-
Alan Viverette authored
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
-
Jeff Sharkey authored
-
Jon Miranda authored
ViewDebug uses getStyleAttributes to get the attributes, and then gets the attribute name and value so that Hierarchy Viewer can display it. Bug: 17407087 Change-Id: I3577e32ae99668383701dc908bb46db14a75c3c4
-
Jeff Sharkey authored
Also change name to setStagingProgress() to make it clearer that system may adjust the range. Start throwing from openSession() in preparation for ASEC allocation moving. Bug: 17405741 Change-Id: Id7da51a32d5d89cb512ddafbd7ceaafbcd41cac6
-
Santos Cordon authored
Bug:17316859 Change-Id: Ib80c4dcf99c8599c011496756c363c3e6147c20a
-
Lajos Molnar authored
-
Adam Lesinski authored
- Avoid writing to disk when querying UsageStats. - Use new UnixCalendar to avoid issues with Locale and TimeZone. Bug: 16951313 Change-Id: I2473b8ef8dc1e2f6be22d4c689b96e346bdcafd5
-
Lajos Molnar authored
-