160115 Commits

Author SHA1 Message Date
Jason Monk
ad81bb5ed7 am f40f4af6: Merge "Add announcement of global actions dialog" into lmp-dev
* commit 'f40f4af681bc00572eb7838c094020ac0d0f17bf':
  Add announcement of global actions dialog
2014-09-24 15:00:01 +00:00
Jason Monk
f672628231 am c631f962: Merge "Fix accessibility announcement for QS details" into lmp-dev
* commit 'c631f9629ed936094352a7a2b8f23af3749f3bb6':
  Fix accessibility announcement for QS details
2014-09-24 14:59:57 +00:00
Jason Monk
ed1ae8f87b Merge "Add announcement of global actions dialog" into lmp-dev 2014-09-24 14:57:26 +00:00
Jason Monk
8681c044be Merge "Fix accessibility announcement for QS details" into lmp-dev 2014-09-24 14:50:04 +00:00
Chet Haase
8eb48d26cc Avoid drawing the starting window twice
Logic in WindowState caused a delayed layout on the starting window,
which forced another layout/draw pass, which was unnecessary. Making
the resize call happen sooner means that that request gets lumped in
with a pending layout request, so there's only one resulting draw.

This saves not only the second drawing operation, but also the creation
of an extra buffer in SurfaceFlinger for that second draw request. This
buffer is temporary, but can be quite large on some devices and push
the system over the memory edge in extreme situations. It's difficult
to track this memory usage difference as the buffer resides at a very
low level in the system. But you can see in systrace that the second
allocation (and the second draw) is not happening after the fix.

Issue #17570761 Constrain starting window to only one buffer

Change-Id: I0e0fff7efdc812730706afccbfb020dea3f8d3e2
2014-09-24 07:31:29 -07:00
Derek Sollenberger
1b99187253 Fix memory leak where we close the descriptor instead of the file.
bug: 17541634
Change-Id: I842176213e0547dd737ef6e0b83c320a5cc32219
2014-09-24 09:32:37 -04:00
Christoph Studer
12aeda802e NoMan: Add 3s timeout in matchesCallFilter()
In Priority mode, NoMan can block the telecom Ringer
indefinitely when looking up the caller contact details via
ContactsProvider.

Fix this by introducing a 3s timeout and assume the call
matches the call filter when the timeout is hit.

Bug: 17598245
Change-Id: Ia0893cf203e6ffd943c749719ebb9e0f0958eb01
2014-09-24 14:55:32 +02:00
Jason Monk
30443b14d1 Add announcement of global actions dialog
Rather than saying 'Alert', say 'Alert, ...' describing the contents
of the menu.

Bug: 17559783
Change-Id: I43b1b5ba9ce76b8c205f2d29f2f8ee7569517c19
2014-09-24 08:43:22 -04:00
Robin Lee
49d810cb63 Reset keystore when user is added or removed
Because user IDs are recycled it is not safe to leave this kind of
information around after deleting.

Bug: 17403144
Change-Id: I441f85750cf8818adaf62a1acdb2ba7b4bfc1b7e
2014-09-24 11:51:52 +01:00
Zoltan Szatmary-Ban
c99f204d48 am 209c42d1: am eae7e276: am 7602bc54: Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev
* commit '209c42d1f4bf8c6dc2bf4d6617921e7d679b954f':
  Register ActivityManagerService.PackageMonitor for all users.
2014-09-24 10:13:24 +00:00
Zoltan Szatmary-Ban
c4b190a7f6 am eae7e276: am 7602bc54: Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev
* commit 'eae7e2766d4eca5a5d4bbcf8bf9ac434a0362ed2':
  Register ActivityManagerService.PackageMonitor for all users.
2014-09-24 10:03:14 +00:00
Zoltan Szatmary-Ban
d2a77c2453 am 7602bc54: Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev
* commit '7602bc548c3c85e8958e899593cc1757d849d532':
  Register ActivityManagerService.PackageMonitor for all users.
2014-09-24 09:52:22 +00:00
Zoltan Szatmary-Ban
bdc07b6986 Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev 2014-09-24 09:41:19 +00:00
Ruben Brunk
27a845cf7c camera2: Update CamcorderProfile documentation.
Bug: 17447258

- Update documentation in CamcorderProfile for LEGACY
  mode video handling.

Change-Id: If65b93788a38ffe28caec053f81b9afa538c38a0
2014-09-24 06:59:53 +00:00
Jungshik Jang
4f93191e75 am 9f304a67: am 528c332d: Merge "Enable all actions to have chance to consume incoming message." into lmp-mr1-dev
* commit '9f304a67d45b2e7a0c778db7f4e949ae22c2495e':
  Enable all actions to have chance to consume incoming message.
2014-09-24 05:03:06 +00:00
Jungshik Jang
b449eecbec am 528c332d: Merge "Enable all actions to have chance to consume incoming message." into lmp-mr1-dev
* commit '528c332df0360b11b82fb2235c1fbc61096caefe':
  Enable all actions to have chance to consume incoming message.
2014-09-24 04:53:10 +00:00
Jungshik Jang
85cb8dc2ba Merge "Enable all actions to have chance to consume incoming message." into lmp-mr1-dev 2014-09-24 04:44:44 +00:00
Svetoslav
237806bbc5 Missing pages in print preview when scorolling.
It is possible that two providers for the same page are assigned
to two preview views despite temporariliy while rebinding. We were
however releasing the provider from the view which is being bound
if not for the same page which as a result was cancelling rendering
of this page which is provided to another view via another provider.
Hence, having an empty page. Removed the unnecessary code to release
a provider when binding the view - release is happening only if the
view holder is recycled.

bug:17515670

Change-Id: I197438c16cfdb363f521cd1320f154da54eea5f5
2014-09-23 21:29:48 -07:00
Tsuwei Chen
dd577eab9e am 8f5d6a00: am bc8f28a1: am 035a986b: am a7fd1016: Merge "Use the right format to specify SUPL_MODE value." into lmp-dev
* commit '8f5d6a0053e0847a5159001e6e3f819eb71bf92d':
  Use the right format to specify SUPL_MODE value.
2014-09-24 04:14:08 +00:00
Craig Mautner
b24a051693 am d01bfcbc: am ccedbe39: am 31d7235b: am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit 'd01bfcbcff2c27787d1031d324c1b2f25d24eb26':
  Force layout and animation when display changes
2014-09-24 04:14:03 +00:00
Eric Laurent
0441fb8439 am 2e0cb3c9: am 02e49c71: am b7e8fdce: am ee99d080: Merge "AudioRecord: add HW hotword capture flag" into lmp-dev
* commit '2e0cb3c9c7654ef97aa0d8994452e26752321ca1':
  AudioRecord: add HW hotword capture flag
2014-09-24 04:13:59 +00:00
Lorenzo Colitti
da17d991c9 am 0c419587: am 80f2de2e: am 450ce155: am 895b6726: Merge "Only stop/start clatd if necessary." into lmp-dev
* commit '0c419587c6a63352b3f5ac7811446847ceb6c286':
  Only stop/start clatd if necessary.
2014-09-24 04:13:54 +00:00
Lorenzo Colitti
542fc7be49 am 19733a32: am c17062e5: am 71915080: am 6974f6a9: Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev
* commit '19733a32c87d0597448318ac1665450aed03ba69':
  Block address families with routes, not NetworkAgent side channel
2014-09-24 04:13:50 +00:00
Alan Viverette
7580812bb9 am c9aa291f: am 6afc2eec: am 56c5c2cc: am f65bf6e6: Merge "Explicitly set Settings background to white" into lmp-dev
* commit 'c9aa291fb96c490ded4ba2990e430e0f754a83fb':
  Explicitly set Settings background to white
2014-09-24 04:13:46 +00:00
Dianne Hackborn
e465825225 am 2129bb01: am 657bd7ec: am fa3089f8: am 0d18d08d: Merge "Work on issue #17628623: Need to update default preferred activities for YouTube" into lmp-dev
* commit '2129bb0172857aa70e576324fcd6fa1747b7dea1':
  Work on issue #17628623: Need to update default preferred activities for YouTube
2014-09-24 04:13:42 +00:00
Matthew Williams
e04ea5674b am 23527c9e: am 736a412c: am a58a31ac: am 07b554fc: Merge "Fix lock ordering in JobScheduler" into lmp-dev
* commit '23527c9e5416568c4e3cc0c316cc73fea30ee7df':
  Fix lock ordering in JobScheduler
2014-09-24 04:13:37 +00:00
Jeff Sharkey
93b178d90e am bb44d63b: am 7526e81c: am ff48f1b3: am e50b0a6c: Merge "More ACTION_CHOOSER ClipData migration." into lmp-dev
* commit 'bb44d63be156a24cad4e3ed81500efdc7fe4ca31':
  More ACTION_CHOOSER ClipData migration.
2014-09-24 04:13:32 +00:00
Svetoslav
b977307573 am 35e8b096: am 205840f0: am 097cf25e: am 857f8013: Merge "Fix ANR in print spooler." into lmp-dev
* commit '35e8b096238da4f461f973f479c154b2dd23b307':
  Fix ANR in print spooler.
2014-09-24 04:13:28 +00:00
Svetoslav
e3e2706758 am c99f265c: am 74036092: am 6853ed42: am ea5d75d8: Merge "Print spooler crash on back before first layout is complete." into lmp-dev
* commit 'c99f265c8fefbecedd2048c111fd34125efa8933':
  Print spooler crash on back before first layout is complete.
2014-09-24 04:13:24 +00:00
Michael Wright
d8e5296d1e am a4f9179c: am c574be17: am 33a483a1: am d8e4e4ae: Merge "Add keylayout for Asus Gamepad" into lmp-dev
* commit 'a4f9179ca61a26a44d1cca2048fbe35fadd60d36':
  Add keylayout for Asus Gamepad
2014-09-24 04:13:20 +00:00
Tsuwei Chen
994e954a54 am bc8f28a1: am 035a986b: am a7fd1016: Merge "Use the right format to specify SUPL_MODE value." into lmp-dev
* commit 'bc8f28a188e2968e49685f533d19bec6787c3035':
  Use the right format to specify SUPL_MODE value.
2014-09-24 04:04:56 +00:00
Craig Mautner
739ca1078c am ccedbe39: am 31d7235b: am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit 'ccedbe39bfd572c2bb2d26d5a097157fb57272e1':
  Force layout and animation when display changes
2014-09-24 04:04:52 +00:00
Eric Laurent
7be77c0591 am 02e49c71: am b7e8fdce: am ee99d080: Merge "AudioRecord: add HW hotword capture flag" into lmp-dev
* commit '02e49c7133a60715ad33d8d09b45a1dbda18bfa3':
  AudioRecord: add HW hotword capture flag
2014-09-24 04:04:47 +00:00
Lorenzo Colitti
f05e124c51 am 80f2de2e: am 450ce155: am 895b6726: Merge "Only stop/start clatd if necessary." into lmp-dev
* commit '80f2de2ede3b81c4917b3b25555a48b31355ddde':
  Only stop/start clatd if necessary.
2014-09-24 03:57:38 +00:00
Lorenzo Colitti
03b72d8b83 am c17062e5: am 71915080: am 6974f6a9: Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev
* commit 'c17062e534b46cffdc0f1a49bf6f2ee5df67a08f':
  Block address families with routes, not NetworkAgent side channel
2014-09-24 03:57:34 +00:00
Alan Viverette
dafd2f5416 am 6afc2eec: am 56c5c2cc: am f65bf6e6: Merge "Explicitly set Settings background to white" into lmp-dev
* commit '6afc2eec1070da1dc9f6ca48506337a057788bb8':
  Explicitly set Settings background to white
2014-09-24 03:57:30 +00:00
Dianne Hackborn
7bc05fc2dc am 657bd7ec: am fa3089f8: am 0d18d08d: Merge "Work on issue #17628623: Need to update default preferred activities for YouTube" into lmp-dev
* commit '657bd7ec0f0dc96c4db0e1e44149659ded7e8052':
  Work on issue #17628623: Need to update default preferred activities for YouTube
2014-09-24 03:57:26 +00:00
Matthew Williams
82c61a100c am 736a412c: am a58a31ac: am 07b554fc: Merge "Fix lock ordering in JobScheduler" into lmp-dev
* commit '736a412c994851acce7ad0b1c694b7e4bc6cf255':
  Fix lock ordering in JobScheduler
2014-09-24 03:57:22 +00:00
Jeff Sharkey
fada3f1346 am 7526e81c: am ff48f1b3: am e50b0a6c: Merge "More ACTION_CHOOSER ClipData migration." into lmp-dev
* commit '7526e81ceb38281f077d7d6e6f619b409505d342':
  More ACTION_CHOOSER ClipData migration.
2014-09-24 03:57:18 +00:00
Svetoslav
0787fa8b56 am 205840f0: am 097cf25e: am 857f8013: Merge "Fix ANR in print spooler." into lmp-dev
* commit '205840f0d0612f4a1fcfaa18f77d8848cdd9d58d':
  Fix ANR in print spooler.
2014-09-24 03:57:14 +00:00
Svetoslav
ac21efee32 am 74036092: am 6853ed42: am ea5d75d8: Merge "Print spooler crash on back before first layout is complete." into lmp-dev
* commit '74036092c2dc44199eaada9228cab8716acd01cf':
  Print spooler crash on back before first layout is complete.
2014-09-24 03:57:10 +00:00
Michael Wright
a64b336dc1 am c574be17: am 33a483a1: am d8e4e4ae: Merge "Add keylayout for Asus Gamepad" into lmp-dev
* commit 'c574be1765e47d4bc8473e98826fd51658a12b7d':
  Add keylayout for Asus Gamepad
2014-09-24 03:57:06 +00:00
Tsuwei Chen
a55a919319 am 035a986b: am a7fd1016: Merge "Use the right format to specify SUPL_MODE value." into lmp-dev
* commit '035a986b080945bdd1b36995020f396cc6f9eed4':
  Use the right format to specify SUPL_MODE value.
2014-09-24 03:53:14 +00:00
Craig Mautner
c7850e5ca9 am 31d7235b: am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit '31d7235bde390190b7751df744871b6dad2c87e8':
  Force layout and animation when display changes
2014-09-24 03:53:09 +00:00
Eric Laurent
c7fc0d632f am b7e8fdce: am ee99d080: Merge "AudioRecord: add HW hotword capture flag" into lmp-dev
* commit 'b7e8fdcedb9e9f62cd91ec53384f9ab1571e3835':
  AudioRecord: add HW hotword capture flag
2014-09-24 03:53:05 +00:00
Lorenzo Colitti
188f7f2e02 am 450ce155: am 895b6726: Merge "Only stop/start clatd if necessary." into lmp-dev
* commit '450ce15537aa2c57bdbd9dae939fd13e70c8c488':
  Only stop/start clatd if necessary.
2014-09-24 03:29:14 +00:00
Lorenzo Colitti
34eae0f4ce am 71915080: am 6974f6a9: Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev
* commit '7191508022f6f5babcd1aa789f973d365b8fa1c5':
  Block address families with routes, not NetworkAgent side channel
2014-09-24 03:29:10 +00:00
Alan Viverette
bc1e057f2e am 56c5c2cc: am f65bf6e6: Merge "Explicitly set Settings background to white" into lmp-dev
* commit '56c5c2cc92e3fd56353773b6a26b1e27bd8c817d':
  Explicitly set Settings background to white
2014-09-24 03:29:06 +00:00
Dianne Hackborn
b5ae7858ee am fa3089f8: am 0d18d08d: Merge "Work on issue #17628623: Need to update default preferred activities for YouTube" into lmp-dev
* commit 'fa3089f8e7bd35890518021f4b51190e60c429fb':
  Work on issue #17628623: Need to update default preferred activities for YouTube
2014-09-24 03:28:05 +00:00
Matthew Williams
12096490d9 am a58a31ac: am 07b554fc: Merge "Fix lock ordering in JobScheduler" into lmp-dev
* commit 'a58a31acbbd2bb4a971cb82530495051dcf1d7d8':
  Fix lock ordering in JobScheduler
2014-09-24 03:28:01 +00:00