7290 Commits

Author SHA1 Message Date
Ashish Sharma
3ec5415c59 am 2e4a560f: Merge "Add packet counts to uid and iface stats. Needed to add Ethernet overhead to uid_stats (IP level) to compare with interface stats (Ethernet level)."
* commit '2e4a560f294cd8bb278335c3053d5d1d34918214':
  Add packet counts to uid and iface stats. Needed to add Ethernet overhead to uid_stats (IP level) to compare with interface stats (Ethernet level).
2011-09-15 14:43:15 -07:00
Ashish Sharma
2e4a560f29 Merge "Add packet counts to uid and iface stats. Needed to add Ethernet overhead to uid_stats (IP level) to compare with interface stats (Ethernet level)." 2011-09-15 14:30:40 -07:00
Ashish Sharma
baf4c85723 Add packet counts to uid and iface stats.
Needed to add Ethernet overhead to uid_stats (IP level)
to compare with interface stats (Ethernet level).

Change-Id: Ia6324c21a868eea5ad3b67f546c9d10c7fb64172
2011-09-15 12:20:27 -07:00
Jamie Gennis
60951ba027 am 6ba3ff72: Merge "SurfaceFlinger: fix isOpaque check in lockPageFlip"
* commit '6ba3ff724b73afe3de4d01d57656273e6fead1e0':
  SurfaceFlinger: fix isOpaque check in lockPageFlip
2011-09-15 11:08:12 -07:00
Jamie Gennis
6ba3ff724b Merge "SurfaceFlinger: fix isOpaque check in lockPageFlip" 2011-09-15 11:06:45 -07:00
JP Abgrall
9929b03b4f am c35f98ee: Merge "NetworkManagement SocketTagger: Migrate QTagUid support to JNI."
* commit 'c35f98eeae051e05f7df9f6277031278e0aa4899':
  NetworkManagement SocketTagger: Migrate QTagUid support to JNI.
2011-09-15 10:49:44 -07:00
JP Abgrall
98a4f7e7e1 NetworkManagement SocketTagger: Migrate QTagUid support to JNI.
* Instead of javaland trying to write commands to
   /proc/net/xt_qtaguid/ctrl
use the libcutils/qtaguid.c support via JNI.
* Get rid of tagToKernel() handled by qtaguid library.

Requires libcutils changes from c/132538/

Change-Id: I9de5b3fa4a596c56835024c6d376769a0eea7db1
2011-09-15 02:29:03 -07:00
Dianne Hackborn
162915eaa7 am df82905c: Merge "Update the public APIs for finding views by text to optionally use content description."
* commit 'df82905cf3ceb9192dc8087f934081f809d99bcf':
  Update the public APIs for finding views by text to optionally use content description.
2011-09-14 22:35:45 -07:00
Dianne Hackborn
df82905cf3 Merge "Update the public APIs for finding views by text to optionally use content description." 2011-09-14 22:33:54 -07:00
Jeff Sharkey
0205bbe695 am fc0ab4c0: Merge "Network stats flag to force complete poll."
* commit 'fc0ab4c065babdda912d0a1b9fce9ab59140482a':
  Network stats flag to force complete poll.
2011-09-14 21:46:06 -07:00
Jeff Sharkey
fc0ab4c065 Merge "Network stats flag to force complete poll." 2011-09-14 21:44:19 -07:00
Jeff Sharkey
686ce0cd3c am 6f137466: Merge "Change data usage warning notification wording."
* commit '6f13746633e089d3468dbb8620f222ce6c140bd3':
  Change data usage warning notification wording.
2011-09-14 20:29:58 -07:00
Jeff Sharkey
6f13746633 Merge "Change data usage warning notification wording." 2011-09-14 20:27:55 -07:00
Jeff Sharkey
8ca953da93 Change data usage warning notification wording.
Bug: 5308710
Change-Id: Ic807640a031a3edb03897634e638473d5a039ecc
2011-09-14 19:56:11 -07:00
Jeff Sharkey
991d1b1b3f Network stats flag to force complete poll.
Devices currently delay collecting UID stats during common operations
like global alerts to reduce parsing load.  Here we introduce a flag
to always collect UID and iface stats together to aid debugging.

Bug: 5321340
Change-Id: Ia8e1daf1a6f9d5f5cf1f64a04b6b6766ee965ab6
2011-09-14 19:47:05 -07:00
Svetoslav Ganov
ea515aeafa Update the public APIs for finding views by text to optionally use content description.
1. Added flags to the search method to specify whether to match text or
   content description or both.

2. Added test case for the seach by content description.

3. Updated the code in AccessibilityManager service to reflect the latest
   changes there so test automation service works - this is the fake
   service used for UI automation.

Change-Id: I14a6779a920ff0430e78947ea5aaf876c2e66076
2011-09-14 19:40:33 -07:00
Jamie Gennis
11c44ddd9e SurfaceFlinger: fix isOpaque check in lockPageFlip
This change fixes an issue where Layer::isOpaque was being called in
lockPageFlip to get the opaqueness for the new buffer before
mActiveBuffer was updated.

Bug: 5321313
Change-Id: Ibb5d7d3f4e9a2b1448e117a484a0d9f9ca5fc9de
2011-09-14 18:23:37 -07:00
Mathias Agopian
e7d00b703b am 96876d20: Merge "improve sensorservice dumpsys"
* commit '96876d205e2e20b14386010becf9b0dbbffdad2a':
  improve sensorservice dumpsys
2011-09-14 18:22:18 -07:00
Mathias Agopian
96876d205e Merge "improve sensorservice dumpsys" 2011-09-14 18:20:12 -07:00
Dianne Hackborn
7b50e27ad2 am ca7b6568: Merge "Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly"
* commit 'ca7b6568333e1446b8357a89f6bdf757fee29768':
  Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly
2011-09-14 17:59:44 -07:00
Dianne Hackborn
1f903c3b57 Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly
PhoneWindowManager now takes full responsibility for deciding where the
navigation bar goes.  This gets rid of a bunch of race conditions with
determining layout while the nav bar is moving itself at the same time
the window manager is computing a new configuration.

Note that this breaks the "nav bar on left" option.  The current nav
bar code could also be cleaned up some more to completely drive its
behavior based on onSizeChanged() happening during relayout.

Change-Id: I1651d74c3464ba0d588aab3049e099c78420146a
2011-09-14 17:56:40 -07:00
Mathias Agopian
6f4f8e790e improve sensorservice dumpsys
Change-Id: I8b53d5cab884c3aca16d95df5fbf288368d52e8b
2011-09-14 16:43:34 -07:00
Svetoslav Ganov
970875b24d am 4e2134b7: Merge "AccessibilityManagerService not registered for removed packages."
* commit '4e2134b76e64b6c4bab599b2f069624e0556a858':
  AccessibilityManagerService not registered for removed packages.
2011-09-14 16:26:40 -07:00
Svetoslav Ganov
4e2134b76e Merge "AccessibilityManagerService not registered for removed packages." 2011-09-14 16:24:21 -07:00
Irfan Sheriff
cdca7e925a am 62e61d73: Merge "Add support to change IPv6 privacy extensions"
* commit '62e61d73f2f4edc480c1e6ab2110ff54ce699020':
  Add support to change IPv6 privacy extensions
2011-09-14 15:06:42 -07:00
Irfan Sheriff
62e61d73f2 Merge "Add support to change IPv6 privacy extensions" 2011-09-14 15:03:26 -07:00
Irfan Sheriff
7329361cdc Add support to change IPv6 privacy extensions
Bug: 3360737
Change-Id: I9136992d05f7abf15bdfd92aad3a3e0c0fe3bee2
2011-09-14 12:31:56 -07:00
Svetoslav Ganov
d07d60b9bc AccessibilityManagerService not registered for removed packages.
The pakcage monitor in the AccessibilityManagerService was not
watching for packages that are removed. This is needes since
1) we need to remove the package from the enabled accessibility
serivces and clean up after the removed serivice; 2) we need to
disable accessibility if the last access serivices went away.

Change-Id: I06d33b411ce60703e5a2843107323ffc87046c16
2011-09-14 11:41:40 -07:00
Svetoslav Ganov
4a4a70018f am 311fac7e: Merge "Disable accessibility if all accessibility serivces are disbaled."
* commit '311fac7ea58a5fc92ea4a04fab36ee9386759fab':
  Disable accessibility if all accessibility serivces are disbaled.
2011-09-14 11:09:39 -07:00
Svetoslav Ganov
311fac7ea5 Merge "Disable accessibility if all accessibility serivces are disbaled." 2011-09-14 11:07:36 -07:00
Svetoslav Ganov
37fedf8b78 Disable accessibility if all accessibility serivces are disbaled.
Accessibility was kept enabled even if all accessibility services
are disabled (explicitly by the user or removed) which was causing
the system to fire accessibility events that will never be consumed.

Change-Id: Ifb03e786ac0106687252bd1979725ffd724ad1c5
2011-09-14 10:49:08 -07:00
Mike Lockwood
cbc4b25065 am 6b5a7521: Merge "Move Power Manager minimum screen brightness to a framework resource"
* commit '6b5a752130ff35a2029309854b1680dc33bf186f':
  Move Power Manager minimum screen brightness to a framework resource
2011-09-14 07:17:48 -07:00
Mike Lockwood
6b5a752130 Merge "Move Power Manager minimum screen brightness to a framework resource" 2011-09-14 07:12:46 -07:00
Kenny Root
d5fcb0c2b5 am c924fbd6: Merge "Add verifier device identity"
* commit 'c924fbd6933f6a96588b6e78d385082155cfd236':
  Add verifier device identity
2011-09-13 18:28:15 -07:00
Kenny Root
c924fbd693 Merge "Add verifier device identity" 2011-09-13 17:51:08 -07:00
Irfan Sheriff
9c3e293f92 am 651cdfcb: Unhide wifi p2p API
* commit '651cdfcbac6245f570475991588ddc2d30265e8d':
  Unhide wifi p2p API
2011-09-13 16:09:14 -07:00
Irfan Sheriff
651cdfcbac Unhide wifi p2p API
Bug: 5247957
Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
2011-09-13 16:04:00 -07:00
Kenny Root
0aaa0d9317 Add verifier device identity
This adds a special device identifier that is usable only for device
validation. The user will be presented with this number encoded in
easily-transcribable Base32 in the Developer options of Settings.

Change-Id: I4843f55ee90d689a51d0269b22454ca04c1be7ec
2011-09-13 16:02:43 -07:00
Mike Lockwood
382087829a Merge "ActivityManagerService: Disable app crashed dialog on headless builds" into ics-aah 2011-09-13 14:23:32 -07:00
Mike Lockwood
1acfc1d48a ActivityManagerService: Disable app crashed dialog on headless builds
Change-Id: Ife4bd7ea2d660feb4d630be2ca63e0403e953dde
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-09-13 17:21:46 -04:00
Dianne Hackborn
cda44ab452 am 3368a99f: Merge "Fix issue #4280324: Returning to Fullscreen Layout with WebView..."
* commit '3368a99f3cc362d2d823f06a9b1e216696c41ea6':
  Fix issue #4280324: Returning to Fullscreen Layout with WebView...
2011-09-13 14:18:56 -07:00
Dianne Hackborn
3368a99f3c Merge "Fix issue #4280324: Returning to Fullscreen Layout with WebView..." 2011-09-13 14:16:59 -07:00
Mike Lockwood
5010bbda0f Merge "Fix problems dispatching media button events on headless devices" into ics-aah 2011-09-13 13:32:14 -07:00
Mike Lockwood
1d29e2129f Fix problems dispatching media button events on headless devices
Change-Id: Ib0f8ca008c7e1325d5dc6f6534f08960c527eeac
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-09-13 16:29:38 -04:00
Dianne Hackborn
f809870f11 Fix issue #4280324: Returning to Fullscreen Layout with WebView...
...Leads to Shifted Layout

Change-Id: I6cf3fd0dd066f73cd1ec6fce3d994f7e3eead293
2011-09-13 13:26:38 -07:00
Eric Laurent
35bc00d36d am 1fbe7a8e: Merge "Issue 4345021: Audio routed to multiple devices..."
* commit '1fbe7a8e828fd0fe8339d075da08aad701ab6e98':
  Issue 4345021: Audio routed to multiple devices...
2011-09-13 12:59:45 -07:00
Eric Laurent
1fbe7a8e82 Merge "Issue 4345021: Audio routed to multiple devices..." 2011-09-13 12:57:37 -07:00
Eric Laurent
5f37be324f Issue 4345021: Audio routed to multiple devices...
There is a possiblility that the condition on which RecordThread::checkForNewParameters_l()
waits after updating the command completion status is never signalled.
This happens if the thread executing ThreadBase::setParameters() has timed out waiting
for the status (for instance if the audio HAL takes too long to execute the setParameters()
command. Then the RecordThread is stuck forever.

The fix consists in waiting for the condition with a timeout in RecordThread::checkForNewParameters_l().

Change-Id: I7fc671bc2fc43ba4acb65a2beb33ee05742f091e
2011-09-13 12:44:22 -07:00
Mike Lockwood
eb6456b31e Move Power Manager minimum screen brightness to a framework resource
Bug: 5279179

Change-Id: I445e78c774ad08be6582fa8870487a5210465a08
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-09-13 15:24:02 -04:00
Mathias Agopian
513d15aeef am 62bb0cdc: Merge "improve sensorservice_test output"
* commit '62bb0cdc746e850c2d2d5da4f6c7a38f8782f4bc':
  improve sensorservice_test output
2011-09-12 22:18:48 -07:00