143896 Commits

Author SHA1 Message Date
Jeff Davidson
3824db6141 Delete most network scorer tests from coretests.
Anything which tests public API functionality will be moved to a
compatibility test suite.

The only remaining test is NetworkScorerAppManagerTest, which contains
unit tests for an internal helper class that is not (and should not
be) exposed via @SystemApi or otherwise.

Bug: 16355542
Change-Id: I478da97d3a4d09407992af37e45466dc484fa8cf
2014-07-23 09:40:24 -07:00
Jungshik Jang
4630072c78 am 0062e49d: Merge "Fix unknown tag @throw" into lmp-dev
* commit '0062e49d753903cf440353085f2ed31a17c23ab0':
  Fix unknown tag @throw
2014-07-23 14:34:51 +00:00
Chris Wren
3ec0f95def am eb6f138b: Honor the sort and group keys for notification ranking.
* commit 'eb6f138b8156f292acca1026a9df3b9132aea63e':
  Honor the sort and group keys for notification ranking.
2014-07-23 14:23:46 +00:00
Chris Wren
1031c97485 Honor the sort and group keys for notification ranking.
Sort notifications naturally, then move group childen to be next their proxy.
The group proxy is the summary, or if no summary exists, the lowest-ranked
member of the group is chosen as the proxy.

Notifications with a sortKey but no group and placed into a synthetic
group that consists of all notifications from that package and user in
the same priority bucket that also have sortKeys.

Expose a new API for listeners to get the group key for the notificaiton.

Bug: 15190903
Change-Id: I324ba0c394affdabb3588ca2ebafa7cf0acad2af
2014-07-23 09:45:25 -04:00
Chris Wren
0a414d082d am 8980a58d: Merge "Revert "Honor the sort and group keys for notification ranking."" into lmp-dev
* commit '8980a58dec0ac898596c6e1b94bf3e1c2825bec8':
  Revert "Honor the sort and group keys for notification ranking."
2014-07-23 12:51:42 +00:00
Santos Cordon
3acee763dc am ca8e44fb: Merge "Change display Strings to CharSequence (1/3)" into lmp-dev
* commit 'ca8e44fb5ae5eb9206d9d61408b90ade31d33e8f':
  Change display Strings to CharSequence (1/3)
2014-07-23 12:51:37 +00:00
Chris Wren
ec31793788 am df09d4c3: Honor the sort and group keys for notification ranking.
* commit 'df09d4c348f9f2aea10391b27d157d8b71a9e189':
  Honor the sort and group keys for notification ranking.
2014-07-23 12:51:34 +00:00
Narayan Kamath
8aec957108 am 3bd0b010: Merge "Add an internal API to get all asset locales." into lmp-dev
* commit '3bd0b0105cae24e8265df73a2541dc2f0d630bfe':
  Add an internal API to get all asset locales.
2014-07-23 12:51:26 +00:00
Narayan Kamath
6c0e4ebd62 am c0fb18a2: Merge "Remove copy of Locale.adjustLanguageCode." into lmp-dev
* commit 'c0fb18a215467be0f5bdc25fb6d5612349bc989b':
  Remove copy of Locale.adjustLanguageCode.
2014-07-23 12:51:22 +00:00
Bryan Mawhinney
4177112c34 am d5d3525a: Store actions passed to MediaStyle.setShowActionsInCompactView in extras
* commit 'd5d3525a92fd42238b03635d2389509feee88389':
  Store actions passed to MediaStyle.setShowActionsInCompactView in extras
2014-07-23 12:51:06 +00:00
Nicolas Prevot
6cb4f0c98c am ea6f0c52: Fixing cross-user content.
* commit 'ea6f0c5248e4026da863f85ead9a7ee7062c4174':
  Fixing cross-user content.
2014-07-23 12:51:02 +00:00
Jungshik Jang
ee4ed4e305 am da251030: Add startTimerRecording api to IHdmiControlService.
* commit 'da251030221ef58ebd03471aa249f7ad3000c7ff':
  Add startTimerRecording api to IHdmiControlService.
2014-07-23 12:50:58 +00:00
Youngsang Cho
819093b32c am 76f8d671: Block logging watched histories for passthrough inputs
* commit '76f8d6714a64a101e281fbe3a24c2289f9a79a8f':
  Block logging watched histories for passthrough inputs
2014-07-23 12:50:54 +00:00
Youngsang Cho
754eb5c322 am 02d93880: Enable customization of TvInputInfo icon/label
* commit '02d938801ae4b53cce217eadeadc15f29683f267':
  Enable customization of TvInputInfo icon/label
2014-07-23 12:50:49 +00:00
Chris Wren
4a24fd3c7b Honor the sort and group keys for notification ranking.
Sort notifications naturally, then move group childen to be next their proxy.
The group proxy is the summary, or if no summary exists, the lowest-ranked
member of the group is chosen as the proxy.

Notifications with a sortKey but no group and placed into a synthetic
group that consists of all notifications from that package and user in
the same priority bucket that also have sortKeys.

Bug: 15190903
Change-Id: I377ed65b9592079446da4a4189f5ab49d28630ec
2014-07-23 10:36:57 +00:00
Bryan Mawhinney
e191f901d9 Store actions passed to MediaStyle.setShowActionsInCompactView in extras
So that they can be bridged appropriately by Android Wear

Change-Id: I3a21a74991c8067ece1a04fbd0b92dd21438e0fd
2014-07-23 08:49:28 +00:00
Nicolas Prevot
66adae84d7 Fixing cross-user content.
Change-Id: I1f1beb514950f808ed9113357c3172bddcb06d9e
2014-07-23 08:35:21 +00:00
Jungshik Jang
bffb0635aa Add startTimerRecording api to IHdmiControlService.
In order to support timer recording we need separate API,
startTimerRecording. Also added HdmiTimerRecordingSources
which is used to help creating timer recording information
such as timing information and program information.

Besides, in order to distinguish one touch record
and timer recording, rename startRecord with startOneTouchRecording.

Bug: 16160962
Change-Id: I8c3d4034665a2f84ddf07135aee73e17ac17cd82
2014-07-23 16:12:10 +09:00
Sander Alewijnse
0c1dcfd161 Merge "Add Device Policy API to disable screen capture." into lmp-dev 2014-07-23 05:48:23 +00:00
Sander Alewijnse
d2a1eec400 Add Device Policy API to disable screen capture.
WindowManager will set secure flag on SurfaceControl for
all windows of a flagged user to prevent screen capture.
API is consistent with the camera disable API.

Change-Id: Ib180f67f1ad827b6f4aca2af615274256cce58f4
2014-07-23 13:44:28 +00:00
Chris Wren
dedc4a379f Merge "Revert "Honor the sort and group keys for notification ranking."" into lmp-dev 2014-07-23 05:48:23 +00:00
Chris Wren
cf7ed58308 Revert "Honor the sort and group keys for notification ranking."
This reverts commit df09d4c348f9f2aea10391b27d157d8b71a9e189.

Change-Id: Idbc9ed5c5c83cd0cad5a71872bcc203321a11e9e
2014-07-23 12:41:37 +00:00
Narayan Kamath
0c434aed47 Merge "Add an internal API to get all asset locales." into lmp-dev 2014-07-23 05:48:23 +00:00
Narayan Kamath
37197df479 Add an internal API to get all asset locales.
This will allow us to not copy paste this code verbatim into
bundled apps.

bug: 10090157

(cherry picked from commit 9e6d9d4c812d01ac07180c5d6ab64c36fb9b2aa7)

Change-Id: I34690a2b6dad51f1592f37d3c2a8c81345632c2f
2014-07-23 11:17:30 +01:00
Narayan Kamath
4c6ce23816 Remove copy of Locale.adjustLanguageCode.
(cherry picked from commit 1d31a5f8243fd6befb14d8a2ba25d28e006511f8)

Change-Id: I7b30a153a44dc1f99a9ddfe256b770d7305a74b7
2014-07-23 11:09:26 +01:00
Narayan Kamath
c9e2716f7b Merge "Remove copy of Locale.adjustLanguageCode." into lmp-dev 2014-07-23 05:48:23 +00:00
Youngsang Cho
008f6d4e32 Block logging watched histories for passthrough inputs
Added a system API TvContract.isChannelUriForPassthroughTvInput

Change-Id: I933482831ae2a8b4d6000c4d16520387b5b6a13f
2014-07-22 22:16:01 -07:00
Youngsang Cho
9d744068f9 Enable customization of TvInputInfo icon/label
TODO: Apply builder pattern to create instances of TvInputInfo

Bug: 16166859
Change-Id: I37ef35e7e463a5ff6612f822fd784b7f299039c9
2014-07-22 22:16:01 -07:00
Lajos Molnar
5a25445a6c am 3f52465c: MediaFormat: add KEY_TEMPORAL_LAYERING
* commit '3f52465ccfb9fc1e9398340f78e5b6138fd71e9b':
  MediaFormat: add KEY_TEMPORAL_LAYERING
2014-07-23 03:43:45 +00:00
Lajos Molnar
4b902d72db MediaFormat: add KEY_TEMPORAL_LAYERING
Bug: 14562236
Change-Id: I343d2859e48552d7372fec3b77aea868ff1bfc33
2014-07-22 20:36:05 -07:00
John Spurlock
583554b7ed am db514f4d: Shade: Don\'t clip header icons pre-expand.
* commit 'db514f4d0f491bf20c88d3f020eda803768c6a9e':
  Shade: Don't clip header icons pre-expand.
2014-07-23 02:34:48 +00:00
John Spurlock
312b792421 Shade: Don't clip header icons pre-expand.
Bug:16496619
Change-Id: I1d3a391b2203b172bd525396719b671fe5cc3784
2014-07-22 22:28:13 -04:00
Alan Viverette
3c425f74e3 am 560faa81: Merge "Remove dialog icons" into lmp-dev
* commit '560faa81b46cc727f08ea9267d89dba918b06e93':
  Remove dialog icons
2014-07-23 01:45:35 +00:00
Dianne Hackborn
eb477581d6 am dc4a88f7: Merge "Further fix on issue #16013164" into lmp-dev
* commit 'dc4a88f7fbf2d0f887ceced4d8f41f6ad9e8bfdf':
  Further fix on issue #16013164
2014-07-23 01:31:38 +00:00
Dianne Hackborn
f407d2367a am 7aeb54cf: Merge "Finish toast app op." into lmp-dev
* commit '7aeb54cf6c78fb068ba1dd63513ad4a5b9b95ac5':
  Finish toast app op.
2014-07-23 01:31:34 +00:00
Dianne Hackborn
9575ebf299 am 4575f2a9: Merge "Use foreground broadcast to get device admin msg." into lmp-dev
* commit '4575f2a9a51d704113deeab2ea3c87e134074e1d':
  Use foreground broadcast to get device admin msg.
2014-07-23 01:31:28 +00:00
Adam Lesinski
47509fe175 am f0ba6878: Merge "Add test UsageStats App" into lmp-dev
* commit 'f0ba6878405bb774c8bfc8120ca8cd1f8b5b7aac':
  Add test UsageStats App
2014-07-23 01:27:26 +00:00
John Spurlock
fc04b1d862 am 064c40c0: Merge "Wire up CATEGORY_ALARM and CATEGORY_EVENT." into lmp-dev
* commit '064c40c06abf2cb3d33d8a105a6e5e135481ae89':
  Wire up CATEGORY_ALARM and CATEGORY_EVENT.
2014-07-23 01:15:31 +00:00
Jungshik Jang
a87c384f2b Merge "Fix unknown tag @throw" into lmp-dev 2014-07-23 01:10:40 +00:00
Jungshik Jang
a00161675f Fix unknown tag @throw
Change-Id: I8c017a83175c447d02d8eb28f571e31921ae77c6
2014-07-23 23:30:00 +09:00
Craig Mautner
c3acde57fd am 21668519: Refactor window manager screenshot
* commit '216685190d68b7156daa8aa4950e655446d25e05':
  Refactor window manager screenshot
2014-07-23 00:50:22 +00:00
Craig Mautner
368c5adaf7 Refactor window manager screenshot
For readability, and add rotation compensation.

Fixes bug 16142514.

Change-Id: I1156ec2e0f052f6dec56457d56efe95368f60d91
2014-07-23 00:45:58 +00:00
Carlos Valdivia
34f62afaa2 am 26680d5c: Merge "Allow authenticators to rename accounts." into lmp-dev
* commit '26680d5c344a773756975e36b250cd2656e08f60':
  Allow authenticators to rename accounts.
2014-07-23 00:38:58 +00:00
Chris Craik
3a35c79230 am d93bb9e1: Merge "Make setter methods on Outline call setEmpty() based on params" into lmp-dev
* commit 'd93bb9e1ef18d6b91022adaa7e75d8846d64e8b4':
  Make setter methods on Outline call setEmpty() based on params
2014-07-23 00:31:20 +00:00
Sandeep Siddhartha
355a14c2fa am 82d56d82: Merge "Make hotword availability a callback" into lmp-dev
* commit '82d56d8265a5f8101260af2534e3984199c96c8f':
  Make hotword availability a callback
2014-07-23 00:31:16 +00:00
Alan Viverette
83797835f7 am 22086055: Update spinner asset, fix default popup context and elevation
* commit '22086055e66b6f574b56970392ddef5277a049ae':
  Update spinner asset, fix default popup context and elevation
2014-07-23 00:23:46 +00:00
Alan Viverette
77e5037d81 Update spinner asset, fix default popup context and elevation
BUG: 15985882
Change-Id: Ica8c2597c35bd3012da11e315a93bbd1df2f3f38
2014-07-23 00:18:07 +00:00
Yao Chen
b569a58346 am 5d35986f: Merge "Add thumbnail related api." into lmp-dev
* commit '5d35986f734b4b87c8d3b1005b8440ec00a31223':
  Add thumbnail related api.
2014-07-23 00:10:56 +00:00
Winson Chung
05b6d041de am f67f7277: Fixing animation when dismissing certain tasks.
* commit 'f67f72774383b35d0661f60d933c1a9468bac296':
  Fixing animation when dismissing certain tasks.
2014-07-23 00:06:43 +00:00
Chong Zhang
d496790e1d am 2c4813d3: update battery stats for audio/video
* commit '2c4813d3e33b275166d77f6c397920a10b2dd91e':
  update battery stats for audio/video
2014-07-23 00:06:39 +00:00