Commit Graph

301953 Commits

Author SHA1 Message Date
Neil Fuller
28c9cd63d0 Merge "Track BufferIterator changes in libcore" am: 021e8ff2af am: 4ff3c27817
am: 228793a0c9

Change-Id: I86aa0f62941802a7f26957d475575bf9c92ba2ca
2016-12-12 17:45:15 +00:00
Neil Fuller
228793a0c9 Merge "Track BufferIterator changes in libcore" am: 021e8ff2af
am: 4ff3c27817

Change-Id: Ifc4c1ada0299b430a74d98d05b9331182adf0933
2016-12-12 17:39:20 +00:00
TreeHugger Robot
8600928705 Merge "Make HWUI makefile include external/skia/src/utils" 2016-12-12 17:35:46 +00:00
Neil Fuller
4ff3c27817 Merge "Track BufferIterator changes in libcore"
am: 021e8ff2af

Change-Id: Id6cb26d1af8a3e35af52ae0f070fdab8a38c8e69
2016-12-12 17:33:43 +00:00
Tyler Gunn
cb9ce2b3c8 Merge "Add reason code used to tell dialer when call failed due to WFC being off." into nyc-mr2-dev am: fd66641943
am: f6246c087d

Change-Id: I7b1b65a7c39145b172a945a3858c64c6506d6398
2016-12-12 17:27:03 +00:00
Tyler Gunn
5f4fa1d324 Add reason code used to tell dialer when call failed due to WFC being off. am: 6adbd2bf5f
am: 9507a1a716

Change-Id: I135bb3c266ce1f0136ef3a9413942bf9d8fa1fe7
2016-12-12 17:26:07 +00:00
Fyodor Kupolov
d44708e263 Merge "[DO NOT MERGE] Switch to using UMS.mUserStates" into nyc-mr2-dev am: 3c5965d339
am: ba9883173a  -s ours

Change-Id: I0f598cd310707627b9758465fc5b8eca58eb5367
2016-12-12 17:23:36 +00:00
Neil Fuller
021e8ff2af Merge "Track BufferIterator changes in libcore" 2016-12-12 17:23:18 +00:00
Fyodor Kupolov
ba4aacecf0 [DO NOT MERGE] Switch to using UMS.mUserStates am: 7a1e682794
am: ea3345d6a6  -s ours

Change-Id: I1e2c20c6b6c4f40fcf7cb69b4571838f2fbceef8
2016-12-12 17:22:26 +00:00
Tyler Gunn
f6246c087d Merge "Add reason code used to tell dialer when call failed due to WFC being off." into nyc-mr2-dev
am: fd66641943

Change-Id: I65f758ab203fa539af90ed21e53abc7c1074c5ea
2016-12-12 17:17:30 +00:00
Tyler Gunn
9507a1a716 Add reason code used to tell dialer when call failed due to WFC being off.
am: 6adbd2bf5f

Change-Id: Id175a279bed0e80115abf1b2043a0fc1472d49f1
2016-12-12 17:17:21 +00:00
Jeff Sharkey
447a3ac16b Catch all exceptions from installd, log codes.
Now that installd is throwing both SecurityException and
IllegalArgumentException, it's time that we turned all these
into InstallerException.

Also extend ServiceSpecificException to include the contained
errorCode value when printing.

Test: builds, boots, apps install/uninstall fine
Bug: 13758960, 30944031
Change-Id: Ic9c1e99ae87f4442402ef528bf352c7978572c85
2016-12-12 10:16:32 -07:00
Fyodor Kupolov
ba9883173a Merge "[DO NOT MERGE] Switch to using UMS.mUserStates" into nyc-mr2-dev
am: 3c5965d339

Change-Id: I6b9b69d289f46398599df25c13a14bec52e5dd6e
2016-12-12 17:15:50 +00:00
Fyodor Kupolov
ea3345d6a6 [DO NOT MERGE] Switch to using UMS.mUserStates
am: 7a1e682794

Change-Id: I666e7fe9602198b450c324b36d1ecebde8f1aedb
2016-12-12 17:15:44 +00:00
Tyler Gunn
fd66641943 Merge "Add reason code used to tell dialer when call failed due to WFC being off." into nyc-mr2-dev 2016-12-12 17:09:39 +00:00
TreeHugger Robot
3c5965d339 Merge "[DO NOT MERGE] Switch to using UMS.mUserStates" into nyc-mr2-dev 2016-12-12 17:05:10 +00:00
Jason Monk
d2274f848c Fix animations for app QS tiles.
Use correct context for third party tile drawable creation, also
fix comparison so that AVDs don't animate multiple times.

Change-Id: Ifcf7b818304d6677eacf080ed8c22893c91fdf73
Fixes: 32779384
Test: Install app with animated app QS tile.
2016-12-12 12:02:16 -05:00
TreeHugger Robot
d3e2ba3017 Merge "Fix blink of final position in activity transitions." 2016-12-12 16:41:43 +00:00
Leon Scroggins III
82c581dac3 Make HWUI makefile include external/skia/src/utils
Test: none. No new code; this just makes it explicit that HWUI is
depending on headers in Skia's src/utils directory.

This is needed for SkTextureCompressor.h, which itself is pulled in
transitively through SkGlyphCache.h. Adding this here means that Skia
need not list src/utils as an exported include dir.

Change-Id: I3f2b022504486b7a640236fb98a497b599b42a6b
2016-12-12 16:15:49 +00:00
Todd Kennedy
7bc3a70966 Scope package manager queries for ephemeral apps
Ephemeral apps can only see their own components or those components
exposed via the "visibleToEphemeral" XML attribute.

Normal apps can only see other normal apps. There is no way to expose
ephemeral components to normal apps.

Bug: 33458220
Test: Manually install ephemeral/normal apps and ensure they can only see appropriate components
Change-Id: I6ae65fd2a6ddc9aa9691f02cd55d4953048966b0
2016-12-12 08:01:25 -08:00
Derek Sollenberger
dcc3630100 Remove Rasterizer and its subclasses from the public API.
Test: compile
Bug: 14650725
Change-Id: I99e1942d4d1b85f4efdcb3faf3fee1aa6c839b7e
2016-12-12 10:53:58 -05:00
Charles He
00f9a1a473 Merge "Add @GuardedBy annotation to PersistentDataBlockService#mIsWritable." 2016-12-12 13:30:41 +00:00
Martijn Coenen
1298711674 HwBinder: Remove use of IHw class.
Note that this is somewhat of a hack, until we properly
solve b/33440494.

Bug: 33440494
Bug: 33173166
Test: mma, hidl_test, hidl_test_java
Change-Id: I7db8eb11c8c9c624f2f5ed11bef6c32f155b5a76
2016-12-12 13:46:07 +01:00
Jerome Gaillard
71fc5791fd Merge "Implement NativeInterpolatorFactoryHelper_Delegate method" 2016-12-12 12:37:39 +00:00
Charles He
f6f1d62748 Add @GuardedBy annotation to PersistentDataBlockService#mIsWritable.
Change-Id: I1024f2a56badde5c123d025d6fe02f42559cbcb1
Test: manual
Bug: 30352311
2016-12-12 11:24:19 +00:00
Erik Kline
fa496209d0 Merge "Stop setting net.dns{1234} system properties." am: 7552e2de9d am: c715ea8458 am: 54c56de832
am: 841cb621fd

Change-Id: I63216568d2ec5606fdfe108d0263714238dc1886
2016-12-12 08:48:21 +00:00
Erik Kline
841cb621fd Merge "Stop setting net.dns{1234} system properties." am: 7552e2de9d am: c715ea8458
am: 54c56de832

Change-Id: I38d6608f64076ffa3300255eb66c51c32e590b0f
2016-12-12 08:41:47 +00:00
Erik Kline
54c56de832 Merge "Stop setting net.dns{1234} system properties." am: 7552e2de9d
am: c715ea8458

Change-Id: I7d400352de4bc11204cd1ec8c9aeda5381cd4931
2016-12-12 08:35:20 +00:00
Erik Kline
c715ea8458 Merge "Stop setting net.dns{1234} system properties."
am: 7552e2de9d

Change-Id: I9b31b281896995943ce8217c3230867db380a841
2016-12-12 08:29:14 +00:00
Treehugger Robot
7552e2de9d Merge "Stop setting net.dns{1234} system properties." 2016-12-12 08:16:35 +00:00
Sungsoo
8fb6addcbe MediaBrowser: Introduce the search API
Bug: 28210241
Test: passed cts test (MediaBrowserServiceTest and MediaBrowserTest)
Change-Id: I73c58f5385637c626da1503d27e518b4f0c9ea80
2016-12-12 11:27:33 +09:00
pkanwar
ffd4583e17 Add notification delay for when the user needs cannot
register to a network and needs to be notified. Merged from NYC.

BUG: 28572539
Test: n/a
Change-Id: I4eae9bacda9c159446f75f5bee73659af960e1a7
2016-12-11 17:47:00 -08:00
Jeff Sharkey
d202a96073 Merge "Remove DEXOPT_OTA flag." am: 8584db972c am: 3dae5ca9d6 am: 91fca0f0ce
am: 4be6b800b4

Change-Id: I5adb5d7bc53d01e08675a5c05387546ae78763c9
2016-12-10 23:35:55 +00:00
Jeff Sharkey
c5b5694202 Merge commit '7797e545239e81a9216994527badcc98178ebfcc' into dec10
Change-Id: I430a39241bd2d278eaf1e01b89be3ad368789f6d
2016-12-10 16:29:23 -07:00
Jeff Sharkey
4be6b800b4 Merge "Remove DEXOPT_OTA flag." am: 8584db972c am: 3dae5ca9d6
am: 91fca0f0ce

Change-Id: I7722af5c9fee1947c86c404239014d3dd500b80a
2016-12-10 23:23:28 +00:00
Jeff Sharkey
91fca0f0ce Merge "Remove DEXOPT_OTA flag." am: 8584db972c
am: 3dae5ca9d6

Change-Id: I260245cc751aeea170e849f2520d1ab700ff503b
2016-12-10 23:18:04 +00:00
Jeff Sharkey
7797e54523 Merge "Final push of installd to Binder; goodbye socket!" am: 1950377f91 am: 104fd011b2
am: 9ff67746e6

Change-Id: Idc2b65f975b80c4768280515bd35727644fb5711
2016-12-10 23:13:30 +00:00
Jeff Sharkey
9ff67746e6 Merge "Final push of installd to Binder; goodbye socket!" am: 1950377f91
am: 104fd011b2

Change-Id: I4b2ae2329e8842def8682199c5ee8544c22c2be4
2016-12-10 23:07:59 +00:00
Jeff Sharkey
3dae5ca9d6 Merge "Remove DEXOPT_OTA flag."
am: 8584db972c

Change-Id: I706f3d92b15f169f0ec877e95bac224bb90c2033
2016-12-10 23:06:56 +00:00
Jeff Sharkey
104fd011b2 Merge "Final push of installd to Binder; goodbye socket!"
am: 1950377f91

Change-Id: If10d4f4aafa68b78ddd9a98e8699fe008bbda49b
2016-12-10 23:01:59 +00:00
Jeff Sharkey
8584db972c Merge "Remove DEXOPT_OTA flag." 2016-12-10 22:57:22 +00:00
Jeff Sharkey
1950377f91 Merge "Final push of installd to Binder; goodbye socket!" 2016-12-10 22:54:52 +00:00
TreeHugger Robot
3e51510960 Merge "Extend "media" shell command for volume control" 2016-12-10 21:22:52 +00:00
Jean-Michel Trivi
be47e19355 Extend "media" shell command for volume control
Add option to the "media" command to set or adjust the volume.
Run "adb shell media" for options and examples.

Test: adb shell media

Change-Id: I434f9cd33a9fefb2cd21a3415ec8b2e0a569482e
2016-12-10 11:44:26 -08:00
TreeHugger Robot
a6c72cb0ba Merge "Disabling presubmit tests until they fixed" 2016-12-10 05:30:16 +00:00
Adam Lesinski
abcb9f3e76 Parcel/unparcel charge_full state from BatteryProperties
Test: None
Change-Id: I3c13372f7ed0a33a971bda549708e72ca8f6de18
2016-12-09 19:28:21 -08:00
Chris Craik
2cbbd8d3ab Add Outline/RenderNode perf tests
Bug: 33460152
Test: benchmark CL. Ran new benchmarks.

Change-Id: I6ad5fb3b72c731ef0fb57654191c4b9ac3f6922d
2016-12-09 19:15:53 -08:00
Selim Cinek
55ca7508e6 Merge "Fixed a bug where both icons were visible initially" 2016-12-10 02:17:26 +00:00
Michael Rosenfeld
e70c9095b0 Merge "Copy preload2.jar to build artifacts" am: 64583c332a am: dc017c4e49 am: 6952303c28
am: cc3b7793a5

Change-Id: I1461c4c4f93c6cba60b23d0b4d57d32a69ce1848
2016-12-10 01:16:46 +00:00
Michael Rosenfeld
cc3b7793a5 Merge "Copy preload2.jar to build artifacts" am: 64583c332a am: dc017c4e49
am: 6952303c28

Change-Id: I66fa8374ec9257e43b7fea02ef13ce51c2f628fc
2016-12-10 01:11:46 +00:00