2320 Commits

Author SHA1 Message Date
Craig Mautner
d4da3853ad am 506d2d2a: am 39225289: Add empty ArrayList check.
* commit '506d2d2a32bff5813b7c1017145efa30673d6181':
  Add empty ArrayList check.
2014-07-22 18:17:23 +00:00
Craig Mautner
f14e5a2fad Add empty ArrayList check.
Fixes bug 15768779.

Change-Id: I3e4c48aa0fff99025e9ba1725e3d1f3523749dbd
2014-07-22 18:09:45 +00:00
destradaa
68ea3933f0 am ca5ddb3f: am 75c07aec: Merge "Add uncertainty for GPS received TOW field. b/16463499" into lmp-dev
* commit 'ca5ddb3f93039552fa98c56bc8c09071ab0a921e':
  Add uncertainty for GPS received TOW field. b/16463499
2014-07-22 17:30:50 +00:00
Geoff Mendal
9115e535a6 am 9d1dd586: am 6e8aa46d: Merge commit \'e959e4a0\' into lmp-dev
* commit '9d1dd586ef1b992eaf6f4c6ec8cd210bcdf6c4f6':
  Revert "Wait for all windows to draw before turning screen on"
2014-07-22 17:26:03 +00:00
Geoff Mendal
af13b025e9 Merge commit 'e959e4a0' into lmp-dev
Conflicts:
	services/core/java/com/android/server/wm/WindowManagerService.java
2014-07-22 10:14:35 -07:00
Justin Koh
e959e4a017 am a63272b4: Merge "Revert "Wait for all windows to draw before turning screen on"" into klp-modular-dev
* commit 'a63272b4b5eff16f4d6fae4730b8a7087563181c':
  Revert "Wait for all windows to draw before turning screen on"
2014-07-22 16:31:06 +00:00
destradaa
c79dd82e55 Merge "Add uncertainty for GPS received TOW field. b/16463499" into lmp-dev 2014-07-22 16:13:36 +00:00
destradaa
81cabb8a7f Add uncertainty for GPS received TOW field.
b/16463499

Change-Id: I5dde8a2737d9345eb7f77edc64ab7286254a65e4
2014-07-22 10:03:28 -07:00
Craig Mautner
2117f2550c am 6b558a18: am 3c36d587: Merge "Convert from elapsed time to absolute time." into lmp-dev
* commit '6b558a183057c352a20d549e355ad54e9446cb38':
  Convert from elapsed time to absolute time.
2014-07-22 14:14:46 +00:00
John Spurlock
ea025088e9 am 8028a5a8: am 752dc6e1: New NotificationListenerService listener flags api.
* commit '8028a5a8a3f17e54fe6a5d28c50683def1473b9c':
  New NotificationListenerService listener flags api.
2014-07-22 13:56:34 +00:00
Dongwon Kang
70aa02ee7f am 1bb343ff: am a792fc8a: Merge "TIF: Revisit types in TvInputInfo and TvContract.Channels." into lmp-dev
* commit '1bb343ff6cb8eace95d909f125954a6763836bdc':
  TIF: Revisit types in TvInputInfo and TvContract.Channels.
2014-07-22 13:56:29 +00:00
Jinsuk Kim
ec25af3fb3 am 0b6aeed0: am 68bc0359: Define a constant for HDMI-CEC logical address used for internal source
* commit '0b6aeed02e25756c85beea03ce74f52b8a89377a':
  Define a constant for HDMI-CEC logical address used for internal source
2014-07-22 13:56:26 +00:00
Jinsuk Kim
b654e98d54 am e3007cba: am 67151b71: Invoke device event listeners when clearing CEC devices
* commit 'e3007cbafdbdef00ee95fbbf0cf59f3d97590a83':
  Invoke device event listeners when clearing CEC devices
2014-07-22 13:56:22 +00:00
Jungshik Jang
6cc2fb2df2 am d21c92f8: am 5ef743d9: Merge "Follow up send message errors of hdmi_cec.h in service side" into lmp-dev
* commit 'd21c92f8cedec95547dc81131b472864b1b02beb':
  Follow up send message errors of hdmi_cec.h in service side
2014-07-22 13:38:41 +00:00
Dianne Hackborn
1221ddbd8e am d8b0edbf: am 8f5105c6: Merge "Add permissions associated with app ops." into lmp-dev
* commit 'd8b0edbfceff19ee0e9f53e80ee4da4dbf4327b6':
  Add permissions associated with app ops.
2014-07-22 13:38:37 +00:00
Yao Chen
1a7eaf808e am 334ab599: am 78bb2dad: Merge "Updated media browsing API & tests." into lmp-dev
* commit '334ab59920a85dfc83553fc89f7b90811fb51f4b':
  Updated media browsing API & tests.
2014-07-22 13:38:33 +00:00
John Spurlock
1fa865f396 New NotificationListenerService listener flags api.
Give activated listeners the ability to request changes to
listener-level or host-level state.

Currently this consists of the ability to suppress notification alerts
(alerts = the haptic / audio feedback of a notification).

Bug:15888672
Change-Id: I045e3b99d1f15e3f96ebaf17d3083a97e02ecb42
2014-07-22 07:24:22 -04:00
Jinsuk Kim
29a5d26207 Define a constant for HDMI-CEC logical address used for internal source
Change-Id: Ic7d6a5378361d7ed8ae4b635312b956b063fc95a
2014-07-22 07:37:45 +00:00
Jinsuk Kim
49b47bbef8 Invoke device event listeners when clearing CEC devices
This updates the client of HdmiControlService so that CEC devices
will disappear when thd CEC control is disabled.

Bug: 16467361

Change-Id: If6fad3be0aa3335aa7f955c0586040250e9c0e06
2014-07-22 07:36:48 +00:00
Jeff Brown
aea54c15e9 am 887a54b7: am e5871d89: Allow dreams to control screen state and brightness.
* commit '887a54b793da79f7a6c012154373ede91b7bf149':
  Allow dreams to control screen state and brightness.
2014-07-22 01:26:52 +00:00
Jeff Brown
970d4132ea Allow dreams to control screen state and brightness.
Added setDozeScreenState() and setDozeScreenBrightness() methods to
DreamService.  The values specified here only take effect once
startDozing is called and can be changed while dozing.

This required some significant rework of the display power controller
but the result seems quite nice and better represents the policy
we want to apply.

Changed the test dream a little bit to make it flash the screen
every minute using the new functions.

Bug: 15903322
Change-Id: I83bcc34503f1b87727d2b2b3c0ef08507f9f0808
2014-07-22 01:18:26 +00:00
Jinsuk Kim
30c6877873 am 6f5652c9: am aec45c28: Revert "Send TV app the intent for the new active source"
* commit '6f5652c9841346df3fa9eaa530590688c1b22a15':
  Revert "Send TV app the intent for the new active source"
2014-07-22 00:00:11 +00:00
Jinsuk Kim
469085e4fe Revert "Send TV app the intent for the new active source"
This reverts commit 9808af71a190844cd5eb493d87870238a31fa408.

Change-Id: I0e019534c07b230173230d064c6d8bc389fafcbc
2014-07-21 23:52:39 +00:00
Jinsuk Kim
815d89000a am 8ea9bdbf: am 9808af71: Send TV app the intent for the new active source
* commit '8ea9bdbf827264315a46cdb11fb718db7a10f655':
  Send TV app the intent for the new active source
2014-07-21 23:28:59 +00:00
Jinsuk Kim
0f68d62a4b Send TV app the intent for the new active source
When signalled by an external CEC device about to become a new active
source, TIF(TvInputHardwareManager) sends an intent for TV app to tune to
the input mapped to the device.

Change-Id: I29b28a4365d1454a8bbe947ddb5df4371960c71a
2014-07-21 23:18:00 +00:00
Amith Yamasani
69c68e1a73 am b0cae189: am f8b67f1f: Rename setApplicationBlocked to setApplicationHidden
* commit 'b0cae1897384f7175ec3b9ee08fd535fff1d6e51':
  Rename setApplicationBlocked to setApplicationHidden
2014-07-21 22:32:25 +00:00
Amith Yamasani
e5bcff624f Rename setApplicationBlocked to setApplicationHidden
This corrects the expected behavior of the app state. Hidden apps
can be installed by the store to be brought out of hidden state.

Bug: 16191518
Change-Id: Id128ce971ceee99ba1dea14ba07ce03bd8d77335
2014-07-21 22:18:40 +00:00
Jeff Sharkey
421a7f7906 am c7a62d72: am a56503ee: Detect bundled app ABI for cluster-style layout.
* commit 'c7a62d728f1546e8feda4f1d22a835593c8d36a3':
  Detect bundled app ABI for cluster-style layout.
2014-07-21 20:36:40 +00:00
Jeff Sharkey
6038625175 Detect bundled app ABI for cluster-style layout.
Now that build system switched to cluster-style layout for bundled
apps, we need to detect primary/secondary ABI based on that layout.

Bug: 16456263
Change-Id: If6daf60ee1815bb6fde560a0c373b4f2bc8bd3a8
2014-07-21 13:28:16 -07:00
destradaa
c025fa146b am 3fafcc8a: am d26d2bf6: Merge "Fix GpsLocationProvider to return GpsStatus and Nmea events. b/16393308" into lmp-dev
* commit '3fafcc8acab04076f697208c2d342d9292007957':
  Fix GpsLocationProvider to return GpsStatus and Nmea events. b/16393308
2014-07-21 20:25:22 +00:00
destradaa
8f370c9454 am a4d0d8c2: am 77e1c1a5: Merge "Update GPS HAL raw measurements support." into lmp-dev
* commit 'a4d0d8c29e68ee4f9bf28399b344ee72eb492baa':
  Update GPS HAL raw measurements support.
2014-07-21 18:25:44 +00:00
Craig Mautner
807badbebc Merge "Convert from elapsed time to absolute time." into lmp-dev 2014-07-21 15:42:19 +00:00
Craig Mautner
494f6bdd9a Convert from elapsed time to absolute time.
Using uptime to determine most recent task doesn't work across
reboots.

Fixes bug 16370277.

Change-Id: Icef3342aba3fc009c307175b7524530c4cb617d2
2014-07-22 06:10:02 +00:00
destradaa
2102dd7255 Update GPS HAL raw measurements support.
Align the GPS framework with the GPS HAL
b/16374800

Remove localTime field from API
b/16241708

Update Property containers for measurements to use bit masks
b/16238371

Change-Id: Id4db16c3153d0020bf2edb5a67f59353662762d0
2014-07-21 10:38:12 -07:00
Craig Mautner
38c1a5f5a9 am b7bb95b0: am 02fd104f: Merge "Skip broadcasting to a receiver if the receiver seems to be dead"
* commit 'b7bb95b0f3cd8b2ccb61cfa75a586fe1df1be123':
  Skip broadcasting to a receiver if the receiver seems to be dead
2014-07-21 15:36:37 +00:00
Dan Sandler
5854500459 am 00c3f554: am 8bfa8dbc: Defend against null ApplicationInfos.
* commit '00c3f554f17f0a82f0feca9013de804426c149de':
  Defend against null ApplicationInfos.
2014-07-21 13:21:57 +00:00
Dan Sandler
09afc2e4ea Defend against null ApplicationInfos.
Bug: 16303792
Change-Id: Id2d7a70f92718ecda8e3ff418c4e109f6982a75f
2014-07-21 13:11:17 +00:00
Wonsik Kim
f8f1c49e7a am 39ac147e: am 20c790cf: Merge "TIF: fix indexOfValue usage" into lmp-dev
* commit '39ac147e42ccaf1fc5450fc81572231a7e6b3449':
  TIF: fix indexOfValue usage
2014-07-21 13:05:03 +00:00
Jungshik Jang
e2879e5977 am 13dc029e: am 7506f4c9: Merge "Add two apis for one touch record." into lmp-dev
* commit '13dc029e32c3a8fbe1e87dfa0387ad303b0e83ba':
  Add two apis for one touch record.
2014-07-21 12:40:15 +00:00
Ji-Hwan Lee
d6dbca92c0 am 1dc7352e: am d0f94173: Merge "TIF: Extend multiple TV input per service for HDMI logical devices" into lmp-dev
* commit '1dc7352eacde37dac5459f0bc82c868e9548b521':
  TIF: Extend multiple TV input per service for HDMI logical devices
2014-07-21 12:40:10 +00:00
Jungshik Jang
35fb483a8f am a86a6f2c: am 9d42d1f3: Merge "Do no send <Feature Abort> as response of <Feature Abort>" into lmp-dev
* commit 'a86a6f2c03959cb5a2d5fbde96fdf42246ab43de':
  Do no send <Feature Abort> as response of <Feature Abort>
2014-07-21 12:40:02 +00:00
Jinsuk Kim
b018fd8d96 am d4a48882: am 2a1ff5ad: Merge "Invoke callback for HdmiControlService.deviceSelect() for internal source" into lmp-dev
* commit 'd4a48882cca68b99cc4336257b831ccdd8ec6e6d':
  Invoke callback for HdmiControlService.deviceSelect() for internal source
2014-07-21 12:39:58 +00:00
Jinsuk Kim
27da640f12 am e51029b9: am 1e6393b8: Merge "TIF: Register IHdmiInputChangeListener to physical input manager" into lmp-dev
* commit 'e51029b9046dfbb15f1e72ad7a20d5959fa79ee9':
  TIF: Register IHdmiInputChangeListener to physical input manager
2014-07-21 12:39:49 +00:00
Jae Seo
a725e79325 am 0e29adb6: am bf1a0ff0: TIF: Add sendAppPrivateCommand()
* commit '0e29adb65b8eea3092370862db329eac195bcd35':
  TIF: Add sendAppPrivateCommand()
2014-07-21 12:39:37 +00:00
Jae Seo
a759b111a1 TIF: Add sendAppPrivateCommand()
Added a way to send a private command from the application to the TV
input. This can be used to provide domain-specific features that are
only known between certain TV inputs and their clients.

Change-Id: I7548311a64147b8ff27562ec680b941e2ec10bc0
2014-07-20 19:16:15 -07:00
Dianne Hackborn
767912d738 am 39285ff1: am 1648dbb4: Merge "Fix issue #16400873: Apps that show ads as new tasks stay in recents..." into lmp-dev
* commit '39285ff113de9cbeb0304942f318f0f48ee697f3':
  Fix issue #16400873: Apps that show ads as new tasks stay in recents...
2014-07-20 23:06:56 +00:00
Jean-Michel Trivi
6e0683f4dd am 50c7e24f: am c741502b: Merge "Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONE" into lmp-dev
* commit '50c7e24f3a10fa4bc15f7a8b2f4bab2ae91459e0':
  Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONE
2014-07-20 22:38:01 +00:00
Wonsik Kim
52d820ab29 am e2d65e08: am 9b44c8b6: Merge "TIF: revise API names" into lmp-dev
* commit 'e2d65e08ad9533ab5d94b52dd61d40cd6643a61f':
  TIF: revise API names
2014-07-20 18:09:10 +00:00
John Spurlock
eaeac08489 am 3897183d: am c297b9b3: Zen mode filtering should use new usage constants.
* commit '3897183d7bd884c4a01b22dccce75df48e93ab4a':
  Zen mode filtering should use new usage constants.
2014-07-20 18:04:06 +00:00
Wonsik Kim
8f199a44fd am 1042ee6b: am b872b220: Merge "TIF: misc fix for TvInputHal" into lmp-dev
* commit '1042ee6be6294ad07ccda31571641996abc88bde':
  TIF: misc fix for TvInputHal
2014-07-20 18:03:49 +00:00