Dianne Hackborn
e4df25eded
Fix build.
...
Change-Id: Ib0b9ffb9cbf53df3d76b8de6619d09ba18b4d345
2015-03-24 14:53:53 -07:00
Dianne Hackborn
2bf51f47d9
Fix loop index.
...
Change-Id: Ib6827d58b3fec59f757f1051fb9a353da0c90c30
2015-03-24 14:17:12 -07:00
Dianne Hackborn
6c24a274c8
Merge "More work on device idle mode."
2015-03-24 21:08:29 +00:00
Craig Mautner
4c13341254
Merge "Debug for bug 19823482."
2015-03-24 20:50:46 +00:00
Craig Mautner
e571433a84
Debug for bug 19823482.
...
And a skosh of refactoring.
Change-Id: Id80046bb16b8da4bff5a74ae87004c078d57e67b
2015-03-24 13:44:55 -07:00
Jeff Sharkey
7ebb072ade
Merge "Start apps with per-user GIDs."
2015-03-24 20:31:24 +00:00
Jason Monk
4d24b14d12
am d13d7c85: am ba48885b: am 4b7b21ec: Merge "systemui: Handle case when network has been lost"
...
* commit 'd13d7c85dc6b87a83cf06b7514146cc32413dcaa':
systemui: Handle case when network has been lost
2015-03-24 20:23:16 +00:00
Mady Mellor
a2e207a807
Merge "Text selection - Don't select vertical white space"
2015-03-24 20:16:29 +00:00
Jason Monk
d13d7c85dc
am ba48885b: am 4b7b21ec: Merge "systemui: Handle case when network has been lost"
...
* commit 'ba48885b9253dbb0f0c243ffc777c92b01a77727':
systemui: Handle case when network has been lost
2015-03-24 20:16:20 +00:00
Jason Monk
ba48885b92
am 4b7b21ec: Merge "systemui: Handle case when network has been lost"
...
* commit '4b7b21ec834cd307e3d122f2d517778b13242dfb':
systemui: Handle case when network has been lost
2015-03-24 20:10:22 +00:00
Jason Monk
4b7b21ec83
Merge "systemui: Handle case when network has been lost"
2015-03-24 19:57:49 +00:00
Adrian Roos
904a262f3d
Merge "Use Flashlight API in quick settings"
2015-03-24 19:38:02 +00:00
Mike Lockwood
c130d4d46b
Merge "MidiService: Fix some concurrency problems"
2015-03-24 19:37:04 +00:00
John Reck
2f6fb3d1b7
Merge "Shave another 10us off of hwuitask"
2015-03-24 19:35:21 +00:00
John Reck
bf29ee2a49
Shave another 10us off of hwuitask
...
pthread_cond_signal does not need the mutex
to be held to signal. This results in the thread
waking up trying to grab the lock, failing, the signaling
thread to wake up, release the lock, immediately get preempted
for the signaled thread which can now proceed.
Release the mutex before signaling to avoid the ping-pong
scheduling issue, which shaves another 10us off of this
Change-Id: Ie6bccca031ba6528f357eae8352b74626a6318c7
2015-03-24 12:31:44 -07:00
Anthony Hugh
f1bbbbfc2c
Merge branch 'master' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base
2015-03-24 19:22:11 +00:00
Anthony Hugh
ea6ae3406f
am 0ab653cb: am b8f28ba0: am 457b8838: Update progress_dialog on watch to use small spinner
...
* commit '0ab653cb1d50ec4a43f3cbb8c779b5d66f0118ea':
Update progress_dialog on watch to use small spinner
2015-03-24 19:22:00 +00:00
John Reck
125104f66c
Merge "Shave 10us off of hwuitask"
2015-03-24 19:22:00 +00:00
John Reck
815f2a093a
Shave 10us off of hwuitask
...
This prevents an issue where if the signal schedules
hwuiTask it will immediately block and go back to sleep due
to mLock still being held.
This costs 10us in thread scheduling ping-ponging bouncing
between hwuiTask and RenderThread
Change-Id: I47595c1bf5736576483a6aa7aada0b1be1e04268
2015-03-24 12:16:37 -07:00
Anthony Hugh
0ab653cb1d
am b8f28ba0: am 457b8838: Update progress_dialog on watch to use small spinner
...
* commit 'b8f28ba07afcae2a3cd577d0050686da70b0611a':
Update progress_dialog on watch to use small spinner
2015-03-24 19:15:40 +00:00
Anthony Hugh
b8f28ba07a
am 457b8838: Update progress_dialog on watch to use small spinner
...
* commit '457b8838cb7b9383bbad832ed35e8a58c7b6051b':
Update progress_dialog on watch to use small spinner
2015-03-24 19:09:13 +00:00
Jeff Sharkey
51f8f00633
Start apps with per-user GIDs.
...
Bug: 19905213
Change-Id: I053b34f6b80540d4d696e6142d26dd7610bf84e1
2015-03-24 11:52:47 -07:00
Dianne Hackborn
88e98dfa59
More work on device idle mode.
...
- There is now an API for people to find out about
its state.
- Moved DeviceIdleController to be closer to the
power manager implementation, since they are
closely related.
- Job scheduler now knows about idle state and doesn't
run jobs while the device is idle.
- Battery stats now keeps track of "idling" vs "idle mode".
Idling is when we consider the device to be idle,
independent of whether we are actually in deep idle mode.
This allows us to keep track of longer-term changes
independently of cycling in and out of idle mode.
- Battery stats also now keeps track of package changes in
its daily stats.
- Small optimization to network policy manager service to
not touch uids that do not have the NETWORK permission.
Change-Id: I0b3304fb3722c78cdfdd0c1eada7369ece7cbcf9
2015-03-24 11:03:49 -07:00
Wale Ogunwale
e7f931c450
Merge "Fixed build breakage caused by AOSP submission http://go/oag/c/143360 "
2015-03-24 17:50:26 +00:00
Christopher Tate
00182096d8
Merge "Switch to new userActivity and package install APIs"
2015-03-24 17:43:59 +00:00
Wale Ogunwale
0ade61bc97
Fixed build breakage caused by AOSP submission http://go/oag/c/143360
...
Change-Id: I64288bd49e6713ab40b52735802210abc91348a7
2015-03-24 10:43:45 -07:00
Christopher Tate
2c7a0cc2cf
Switch to new userActivity and package install APIs
...
Tracking the deprecation of older API variants and switching to the
new and more informative versions. Also tidying up a few unused
variables along the way.
Change-Id: I282a18525f9db838f4e0a77c90403b8b904e4fd7
2015-03-24 10:41:52 -07:00
Svetoslav
9041df7f69
Remove obsolete comments
...
Change-Id: Ieabe9e8e86cfe226751a0402e4c7d55f2a18c8b1
2015-03-24 10:03:08 -07:00
Olawale Ogunwale
0dbc50acae
am 04466d92: am bfd7a123: am f5f70b66: Merge "[ActivityManager] Avoid killing unrelated processes."
...
* commit '04466d92db4b4a511141d272db045864950b4d7d':
[ActivityManager] Avoid killing unrelated processes.
2015-03-24 16:38:43 +00:00
Olawale Ogunwale
a2e8de7410
am 357d4ec8: am 3e305491: am 000293c9: Merge "Layout the window to be displayed if it would be resized"
...
* commit '357d4ec8b75dc53371c8eb39663720db6c63a6e9':
Layout the window to be displayed if it would be resized
2015-03-24 16:38:35 +00:00
Olawale Ogunwale
a44c1bbf72
am 4f8783de: am fecfadb5: am 07520c94: Merge "DimLayer : remove unnecessary surface transaction calls"
...
* commit '4f8783de72633188e4a52ffdf79e5b8f91282974':
DimLayer : remove unnecessary surface transaction calls
2015-03-24 16:38:28 +00:00
Olawale Ogunwale
04466d92db
am bfd7a123: am f5f70b66: Merge "[ActivityManager] Avoid killing unrelated processes."
...
* commit 'bfd7a1233411c60692797f9824695b90663061bf':
[ActivityManager] Avoid killing unrelated processes.
2015-03-24 16:31:47 +00:00
Olawale Ogunwale
357d4ec8b7
am 3e305491: am 000293c9: Merge "Layout the window to be displayed if it would be resized"
...
* commit '3e305491cc24669305e22875c1fea337faed0b2c':
Layout the window to be displayed if it would be resized
2015-03-24 16:31:43 +00:00
Olawale Ogunwale
4f8783de72
am fecfadb5: am 07520c94: Merge "DimLayer : remove unnecessary surface transaction calls"
...
* commit 'fecfadb5084d89d987e4b4f0793feb8c18897a3d':
DimLayer : remove unnecessary surface transaction calls
2015-03-24 16:31:39 +00:00
Andreas Gampe
84d9e0ef0b
am 5e968ad1: am dde72862: am 7db6ebe0: Merge "Frameworks/base: Don\'t allocate another identity matrix"
...
* commit '5e968ad1d6c0387fb6b71b3693f5c0e95ccf469f':
Frameworks/base: Don't allocate another identity matrix
2015-03-24 16:28:23 +00:00
Olawale Ogunwale
bfd7a12334
am f5f70b66: Merge "[ActivityManager] Avoid killing unrelated processes."
...
* commit 'f5f70b66a3f22ca5e23a4d1e6061f2a36dfb4c92':
[ActivityManager] Avoid killing unrelated processes.
2015-03-24 16:25:11 +00:00
Olawale Ogunwale
3e305491cc
am 000293c9: Merge "Layout the window to be displayed if it would be resized"
...
* commit '000293c93b41f69857f228d085b6f44b9afa34b0':
Layout the window to be displayed if it would be resized
2015-03-24 16:25:03 +00:00
Olawale Ogunwale
fecfadb508
am 07520c94: Merge "DimLayer : remove unnecessary surface transaction calls"
...
* commit '07520c944cfce3441621c6d08ca185d0efb3ea50':
DimLayer : remove unnecessary surface transaction calls
2015-03-24 16:24:55 +00:00
Andreas Gampe
5e968ad1d6
am dde72862: am 7db6ebe0: Merge "Frameworks/base: Don\'t allocate another identity matrix"
...
* commit 'dde7286273d2afd09752123be06312d1629fd6f1':
Frameworks/base: Don't allocate another identity matrix
2015-03-24 16:22:03 +00:00
Skuhne
dddea39df0
Merge "Adding menu to arrange one or two tasks and arrange them accordingly"
2015-03-24 16:21:49 +00:00
Skuhne
8aa7d161a1
Adding menu to arrange one or two tasks and arrange them accordingly
...
Added dialog with buttons for task arrangement upon click on decorator
icon.
BUG: 19492945,19868830,19656507
Change-Id: Ie31e2788efb097db1c1f54f0ef1b2fda1ccc71ec
2015-03-24 09:20:51 -07:00
Andreas Gampe
dde7286273
am 7db6ebe0: Merge "Frameworks/base: Don\'t allocate another identity matrix"
...
* commit '7db6ebe03719dfc6b9fb680b038fd9ef0302e4ca':
Frameworks/base: Don't allocate another identity matrix
2015-03-24 16:14:33 +00:00
Olawale Ogunwale
f5f70b66a3
Merge "[ActivityManager] Avoid killing unrelated processes."
2015-03-24 16:12:23 +00:00
Olawale Ogunwale
000293c93b
Merge "Layout the window to be displayed if it would be resized"
2015-03-24 16:11:40 +00:00
Olawale Ogunwale
07520c944c
Merge "DimLayer : remove unnecessary surface transaction calls"
2015-03-24 16:10:49 +00:00
Andreas Gampe
7db6ebe037
Merge "Frameworks/base: Don't allocate another identity matrix"
2015-03-24 16:02:55 +00:00
John Reck
111928fa32
resolved conflicts for merge of 4142f026 to master
...
Change-Id: Iabe3aa0ac6911a26d2ba7219f18332897276ed6f
2015-03-24 08:34:23 -07:00
John Reck
4142f026b3
am 05bb06fd: am 540e1f8c: Merge "Don\'t create unnecessary RenderThread\'s instance when executing \'dumpsys gfxinfo\'"
...
* commit '05bb06fd499efcb6880359059324578b5a09e5f6':
Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo'
2015-03-24 15:02:10 +00:00
John Reck
05bb06fd49
am 540e1f8c: Merge "Don\'t create unnecessary RenderThread\'s instance when executing \'dumpsys gfxinfo\'"
...
* commit '540e1f8cbcbc255ca57fba81befd4d6346178cec':
Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo'
2015-03-24 14:55:54 +00:00
John Reck
540e1f8cbc
Merge "Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo'"
2015-03-24 14:44:06 +00:00