Narayan Kamath
dfc99fe251
am 7f258f97: am a9d171bd: am 5c770dfb: am b823bd45: Merge "Use long to store pointers in ConsumerIrService"
...
* commit '7f258f970e2123131638665c9d6674a7e1c7e4ea':
Use long to store pointers in ConsumerIrService
2014-02-11 09:49:05 -08:00
Narayan Kamath
fadc6655a5
am 091e8d2a: Fix build.
...
* commit '091e8d2aefe39cec85f64d74898354fff596735c':
Fix build.
2014-02-11 09:48:54 -08:00
Jeff Brown
e7895a9676
am cab8617b: am 25df673b: am 1b51c9cb: Merge "Make SystemService constructor take a Context." into klp-modular-dev
...
* commit 'cab8617b8ccea3a99b1ee15e15915c512a10c738':
Make SystemService constructor take a Context.
2014-02-11 09:48:51 -08:00
Craig Mautner
1a7d56f319
am 33fa09b1: am 2d6b55aa: am 312ba86b: Change task removal sequence
...
* commit '33fa09b1ffe8d14d146de4b2632103d831ff8988':
Change task removal sequence
2014-02-11 09:48:50 -08:00
Craig Mautner
cc69d4c778
Don't remove Activities and Tasks until animation done
...
Just like stacks and displays, activities and tasks need to stick
around until animations have completed.
Change-Id: I54fe8f6855d60cbc3a25cbc6e762defd5ac50bf5
2014-02-11 09:47:31 -08:00
Narayan Kamath
7f258f970e
am a9d171bd: am 5c770dfb: am b823bd45: Merge "Use long to store pointers in ConsumerIrService"
...
* commit 'a9d171bd5bab29feaef409489ed23d3c490285ce':
Use long to store pointers in ConsumerIrService
2014-02-11 16:40:31 +00:00
Narayan Kamath
a9d171bd5b
am 5c770dfb: am b823bd45: Merge "Use long to store pointers in ConsumerIrService"
...
* commit '5c770dfba2846ee173d147fd974f8e9f073c1534':
Use long to store pointers in ConsumerIrService
2014-02-11 16:34:08 +00:00
Narayan Kamath
b823bd4560
Merge "Use long to store pointers in ConsumerIrService"
2014-02-11 14:29:09 +00:00
Narayan Kamath
091e8d2aef
Fix build.
...
com.android.server.SystemServer was no longer imported
on master.
Change-Id: Ie712aa28940953952aa7a99cbb22f74129649249
2014-02-11 09:40:19 +00:00
Jeff Brown
cab8617b8c
am 25df673b: am 1b51c9cb: Merge "Make SystemService constructor take a Context." into klp-modular-dev
...
* commit '25df673b849de374cf1de40250dfd8a48b7ac28b':
Make SystemService constructor take a Context.
2014-02-11 08:33:50 +00:00
Jeff Brown
25df673b84
am 1b51c9cb: Merge "Make SystemService constructor take a Context." into klp-modular-dev
...
* commit '1b51c9cb96fe2a0818289857a016521eed1ec183':
Make SystemService constructor take a Context.
2014-02-11 08:18:34 +00:00
Jeff Brown
1b51c9cb96
Merge "Make SystemService constructor take a Context." into klp-modular-dev
2014-02-11 04:12:02 +00:00
Jeff Brown
b880d880c6
Make SystemService constructor take a Context.
...
This change simplifies the process of initializing a SystemService
by folding the onCreate() step back into the constructor. It removes
some ambuiguity about what work should happen in the constructor and
should make it possible for services to retain most of their final
fields after refactoring into the new pattern.
Change-Id: I25f41af0321bc01898658ab44b369f9c5d16800b
2014-02-10 20:01:43 -08:00
Craig Mautner
33fa09b1ff
am 2d6b55aa: am 312ba86b: Change task removal sequence
...
* commit '2d6b55aaa9dd03f7d934f7a192989513b1087357':
Change task removal sequence
2014-02-11 02:32:27 +00:00
Craig Mautner
2d6b55aaa9
am 312ba86b: Change task removal sequence
...
* commit '312ba86b476fa1d83864a7d465135cc9a4e94ad8':
Change task removal sequence
2014-02-11 02:20:15 +00:00
Dianne Hackborn
156e7e60f3
am 7f477021: Merge "Maybe fix issue #12957738 : SecurityException in..."
...
* commit '7f477021a1887fd5681d92b3575310125d2ffa90':
Maybe fix issue #12957738 : SecurityException in...
2014-02-10 18:17:56 -08:00
Craig Mautner
312ba86b47
Change task removal sequence
...
- Remove task after removing activity. Removing the task before
removing the activity led to problems when the task was still needed.
- In WindowManager wait for activity manager to remove the task.
Previously was automatically removing the task when the last activity
was removed.
Fixes bug 12957434.
Change-Id: I7f6b1f09a2e2a845f177f337769075c9376f8bdb
2014-02-10 17:55:01 -08:00
Dianne Hackborn
7f477021a1
Merge "Maybe fix issue #12957738 : SecurityException in..."
2014-02-11 01:16:11 +00:00
Michael Wright
f52fd37826
Merge "Revert "Move inputservice over to frameworks/native""
2014-02-10 23:09:45 +00:00
Michael Wright
453fa30ab2
Revert "Move inputservice over to frameworks/native"
...
This reverts commit 89e5c7ebb37fabc4368e87e17a502db62598bd61.
2014-02-10 15:08:26 -08:00
Michael Wright
740dfefcfc
Merge "Move inputservice over to frameworks/native"
2014-02-10 22:42:01 +00:00
Michael Wright
943c05f327
Merge "Remove SkRegion dependency from libinput"
2014-02-10 22:41:25 +00:00
Michael Wright
89e5c7ebb3
Move inputservice over to frameworks/native
...
Remove all of the pieces except the PointerController and SpriteController over
to frameworks/native in preparation for inputflinger. Those two need to stay in
frameworks/base for now because they depend on Skia currently. In the long run
they should be merged into either the InputManager or the WindowManager rather
than as a part of the inputservice / inputflinger.
Change-Id: Iebef71f3030fb3d26a5f338eb66d75bb37c17734
2014-02-10 14:10:27 -08:00
Dianne Hackborn
9358dcca6f
Maybe fix issue #12957738 : SecurityException in...
...
...Multiple Processes: uid 10069 does not have
android.permission.UPDATE_DEVICE_STATS.
Change-Id: Ibabb5b09d52412df8bebdc85a584f89e175b1ec5
2014-02-10 13:47:39 -08:00
Amith Yamasani
9348ac8249
Fix NPE on removing a user
...
Bug: 12957232
Check for null mDeviceOwner.
Change-Id: I107dc24d1a8de121ebd2c1bb56e1af40bb1c55ac
2014-02-10 13:43:18 -08:00
Michael Wright
a407d6a003
Remove SkRegion dependency from libinput
...
This gets us one step closer to removing our dependency on Skia, which is at
least one of the things blocking us from moving the input system out of
f/b.
Change-Id: I755e6267996c93fe700f1056327386923287575a
2014-02-10 12:59:34 -08:00
Craig Mautner
56aa06c424
am 779d204a: am 9ef471f7: Don\'t remove Activities and Tasks until animation done
...
* commit '779d204abe6a3922b572822df5cd775ffd5d77e8':
Don't remove Activities and Tasks until animation done
2014-02-10 12:51:19 +00:00
Christopher Tate
d8efad825d
am 88daefd4: am 379bb6ed: am ff27e6bc: Merge "Use canonical path for /vendor/app"
...
* commit '88daefd40767695f7e8a67d1d52dfaac2ab6bdb6':
Use canonical path for /vendor/app
2014-02-10 12:51:15 +00:00
Dan Sandler
694a022cb6
am 9e07c1c4: am 6b1f3acd: am 6ea720ba: Merge "Make sure to turn off led after pulse()"
...
* commit '9e07c1c4f333171bff6e1cf1c4408e5738bcf127':
Make sure to turn off led after pulse()
2014-02-10 12:50:24 +00:00
Craig Mautner
779d204abe
am 9ef471f7: Don\'t remove Activities and Tasks until animation done
...
* commit '9ef471f7f2f59de032d7cb9c3c7241486109979e':
Don't remove Activities and Tasks until animation done
2014-02-07 23:37:53 +00:00
Christopher Tate
88daefd407
am 379bb6ed: am ff27e6bc: Merge "Use canonical path for /vendor/app"
...
* commit '379bb6ed4ea4de035569b04018f84d7ce95a8036':
Use canonical path for /vendor/app
2014-02-07 23:37:03 +00:00
Christopher Tate
ff27e6bc44
Merge "Use canonical path for /vendor/app"
2014-02-07 23:30:24 +00:00
Dianne Hackborn
68ac5cef63
Merge "Battery stats: more events, fixes."
2014-02-07 21:56:45 +00:00
Dianne Hackborn
eaf2ac464b
Battery stats: more events, fixes.
...
Add new history events for top application package and
foreground application packages.
Doing this involved a fair amount of improvement to history
events. The event code is now separated out to have "start"
and "finish" identifies, and we use that to now keep track
of which events are active. With that, when resetting the
stats, we can spit out all of the currently active events at
the front of the new history.
Also fixed some problems when I re-arranged the history delta
int bits that were conflicting with the packing of the battery
status bits. These packing structures are changed to work
together correctly.
Change-Id: Ic8b815060dd8a50ff4a0a209efc2e1044215cd88
2014-02-07 13:45:01 -08:00
Craig Mautner
9ef471f7f2
Don't remove Activities and Tasks until animation done
...
Just like stacks and displays, activities and tasks need to stick
around until animations have completed.
Change-Id: I54fe8f6855d60cbc3a25cbc6e762defd5ac50bf5
2014-02-07 13:11:47 -08:00
Ashok Bhat
0d552f7d8b
Use long to store pointers in ConsumerIrService
...
Change-Id: I4e6562b7dc09f87ad80b1e862b614a370d37feb5
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
2014-02-07 18:12:23 +00:00
Dan Sandler
9e07c1c4f3
am 6b1f3acd: am 6ea720ba: Merge "Make sure to turn off led after pulse()"
...
* commit '6b1f3acdf0f0806c0b3826d1c4ea43bd6cc6f021':
Make sure to turn off led after pulse()
2014-02-07 16:05:31 +00:00
Dan Sandler
6ea720bacb
Merge "Make sure to turn off led after pulse()"
2014-02-07 15:59:08 +00:00
Craig Mautner
43ef013cbd
am 38f7dcd7: DO NOT MERGE. Test for Configuration differences before changing.
...
* commit '38f7dcd7dcb5d98d86f19f3c4725aea89f9792ff':
DO NOT MERGE. Test for Configuration differences before changing.
2014-02-06 20:29:49 +00:00
Craig Mautner
38f7dcd7dc
DO NOT MERGE. Test for Configuration differences before changing.
...
Changing Configuration first and then testing for changes yields a
result indicating no change.
Fixes bug 12904769.
Change-Id: If7e39e843f15b1143d9877497d595511afabd020
2014-02-06 12:27:20 -08:00
Adam Lesinski
9f97de1335
am a5a93f55: am 7f416631: Merge "Check feature bits before loading optional services" into klp-modular-dev
...
* commit 'a5a93f559d337ad5b79716b05ea43707eb779dc8':
Check feature bits before loading optional services
2014-02-06 20:25:51 +00:00
Adam Lesinski
a5a93f559d
am 7f416631: Merge "Check feature bits before loading optional services" into klp-modular-dev
...
* commit '7f416631413e75a1756bd316a2e1906725d72f24':
Check feature bits before loading optional services
2014-02-06 20:16:30 +00:00
Adam Lesinski
7f41663141
Merge "Check feature bits before loading optional services" into klp-modular-dev
2014-02-06 20:13:21 +00:00
Craig Mautner
d1c2c54211
Test for Configuration differences before changing.
...
Changing Configuration first and then testing for changes yields a
result indicating no change.
Fixes bug 12904769.
Change-Id: If7e39e843f15b1143d9877497d595511afabd020
2014-02-06 10:31:41 -08:00
Jessica Hummel
e33e2ca346
Merge "Extend DeviceOwner concept to accommodate ProfileOwners"
2014-02-06 10:23:00 +00:00
Adam Connors
776c555d95
Extend DeviceOwner concept to accommodate ProfileOwners
...
ProfileOwners, like DeviceOwners, are Device Admins that have
additional priviledges. ProfileOwners however are scoped per
user.
Change-Id: I1e22c85878e0672121e6ebbe97fca38591f992b2
2014-02-06 10:07:19 +00:00
Craig Mautner
af04b113dc
am 14d74b82: am 1bf2b873: Defer detach until animations are complete.
...
* commit '14d74b82363e1a72b967590ee7118b239b276fb4':
Defer detach until animations are complete.
2014-02-06 02:56:44 +00:00
Craig Mautner
643ca1e9a3
am 481b54be: am dc548483: Move activities from DisplayContent to TaskStack
...
* commit '481b54be1acb990bab3933b6248964e351bdcd99':
Move activities from DisplayContent to TaskStack
2014-02-06 02:56:37 +00:00
Craig Mautner
14d74b8236
am 1bf2b873: Defer detach until animations are complete.
...
* commit '1bf2b873470d2ba8a4ac218da73516cc2b20aa76':
Defer detach until animations are complete.
2014-02-06 01:00:35 +00:00
Craig Mautner
481b54be1a
am dc548483: Move activities from DisplayContent to TaskStack
...
* commit 'dc548483ae90ba26ad9e2e2cb79f4673140edb49':
Move activities from DisplayContent to TaskStack
2014-02-06 01:00:32 +00:00