OSDN Git Service

android-x86/frameworks-base.git
7 years agoMerge "Fixing issue with old tasks being visible in Overview" into nyc-mr1-dev
Winson Chung [Fri, 2 Sep 2016 21:49:09 +0000 (21:49 +0000)]
Merge "Fixing issue with old tasks being visible in Overview" into nyc-mr1-dev

7 years agoMerge "switch all API builds to use template-sdk instead of (soon to be deleted)...
Scott Main [Fri, 2 Sep 2016 21:44:49 +0000 (21:44 +0000)]
Merge "switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build." into nyc-dev am: 915b566ef0
am: 7e7a1bbe47

Change-Id: I288cb4d509113fc9dc212e6b78b5119e499f0114

7 years agoswitch all API builds to use template-sdk instead of (soon to be deleted) templates...
smain@google.com [Fri, 2 Sep 2016 21:43:49 +0000 (21:43 +0000)]
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build. am: 534bfe1a4a
am: 63f29277bc

Change-Id: I7311c26d821b9450eb78c911fef2aee359f859b8

7 years agoMerge "switch all API builds to use template-sdk instead of (soon to be deleted)...
Scott Main [Fri, 2 Sep 2016 21:36:21 +0000 (21:36 +0000)]
Merge "switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build." into nyc-dev
am: 915b566ef0

Change-Id: Id9917788f79f73a7a7f4caa1d45508ae50c00337

7 years agoswitch all API builds to use template-sdk instead of (soon to be deleted) templates...
smain@google.com [Fri, 2 Sep 2016 21:36:07 +0000 (21:36 +0000)]
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build.
am: 534bfe1a4a

Change-Id: I9833fe119f6e5fef4cd74439c71d6a40fb5d5db9

7 years agoMerge "switch all API builds to use template-sdk instead of (soon to be deleted)...
Scott Main [Fri, 2 Sep 2016 21:27:19 +0000 (21:27 +0000)]
Merge "switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build." into nyc-dev

7 years agoExclude sdk files from metadata. am: 355f33a1d9
Dirk Dougherty [Fri, 2 Sep 2016 17:07:24 +0000 (17:07 +0000)]
Exclude sdk files from metadata. am: 355f33a1d9
am: d468597a79

Change-Id: I80242dc75f6dd5768326691fc33d8c701f688e81

7 years agoExclude sdk files from metadata.
Dirk Dougherty [Fri, 2 Sep 2016 17:00:37 +0000 (17:00 +0000)]
Exclude sdk files from metadata.
am: 355f33a1d9

Change-Id: I4f99fd37bde61dfc813662e0e6d05412b3aef26c

7 years agoMerge "Remove redundant code" into nyc-mr1-dev
Tenghui Zhu [Fri, 2 Sep 2016 16:40:58 +0000 (16:40 +0000)]
Merge "Remove redundant code" into nyc-mr1-dev

7 years agoMerge "Fix EGLImage memory leak" into nyc-mr1-dev
John Reck [Fri, 2 Sep 2016 15:07:23 +0000 (15:07 +0000)]
Merge "Fix EGLImage memory leak" into nyc-mr1-dev

7 years agoswitch all API builds to use template-sdk instead of (soon to be deleted) templates...
smain@google.com [Fri, 2 Sep 2016 02:52:17 +0000 (19:52 -0700)]
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev.
also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build.

Change-Id: Iebd9791305479c5dc406ba3b81eaf076855bc632

7 years agoMerge "Fix typos in JavaDoc for InputConnection" into nyc-mr1-dev
TreeHugger Robot [Fri, 2 Sep 2016 00:16:01 +0000 (00:16 +0000)]
Merge "Fix typos in JavaDoc for InputConnection" into nyc-mr1-dev

7 years agoMerge "Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 23:12:13 +0000 (23:12 +0000)]
Merge "Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText" into nyc-mr1-dev

7 years agoMerge "White-list grandfathered sync adapters" into nyc-mr1-dev
Svetoslav Ganov [Thu, 1 Sep 2016 23:07:54 +0000 (23:07 +0000)]
Merge "White-list grandfathered sync adapters" into nyc-mr1-dev

7 years agoFix typos in JavaDoc for InputConnection
Yohei Yukawa [Thu, 1 Sep 2016 22:42:29 +0000 (15:42 -0700)]
Fix typos in JavaDoc for InputConnection

This CL fixes typos in JavaDoc for InputConnection.

This CL slso updates the content regarding a new API that was added in
API 25 [1][2].

 [1]: Iaadf934a997ffcd6000a516cc3c1873db56e60ad
      152944f4909c47917473293b258d266435c6ab35
 [2]: Ica1ba3154795c1bf44e140dfe639b299f83cd8af
      adebb52588b098a1af678d4e33a234ef1ce783b2

Bug: 31249896
Change-Id: Icafedb15943a84f8e5b03ef9eb3a50627d508bdd

7 years agoWhite-list grandfathered sync adapters
Svet Ganov [Thu, 1 Sep 2016 17:24:11 +0000 (10:24 -0700)]
White-list grandfathered sync adapters

Sync adapters were able to access the synced account without the accounts
permission which circumvents our permission model. Therefore, we require
sync adapters that don't have access to the account to get user consent.
This can be noisy, therefore we will white-list sync adapters installed
before we started checking for account access because they already know
the account (they run before) which is the genie is out of the bottle.

bug:31162498

Change-Id: I815e521778892ec592d53d086273743f1711bd17

7 years agoExclude sdk files from metadata.
Dirk Dougherty [Thu, 1 Sep 2016 21:07:47 +0000 (14:07 -0700)]
Exclude sdk files from metadata.

Change-Id: I16f89a3bfae32a0fa54037e328fc784133e5d9b0
Bug-Id: 31244539

7 years agoCanada AGNSS settings update
Wyatt Riley [Thu, 1 Sep 2016 21:16:23 +0000 (21:16 +0000)]
Canada AGNSS settings update
am: ff374d4def

Change-Id: Ieafa6e4ebcf326038c97d1e9d0dc1acff43531ab

7 years agoMerge "Wait on frame work fences when frames are dropped" into nyc-mr1-dev
Chris Craik [Thu, 1 Sep 2016 21:11:02 +0000 (21:11 +0000)]
Merge "Wait on frame work fences when frames are dropped" into nyc-mr1-dev

7 years agoFix EGLImage memory leak
John Reck [Thu, 1 Sep 2016 20:59:47 +0000 (13:59 -0700)]
Fix EGLImage memory leak

Bug: 31247709
Change-Id: I9e36206b0d7bdb75b84cd53b70f7746ca34a3469

7 years agoCanada AGNSS settings update
Wyatt Riley [Thu, 1 Sep 2016 20:24:06 +0000 (13:24 -0700)]
Canada AGNSS settings update

Esp. LPP.  See also some overlay changes.

Change-Id: I0a694cf25df12c51e7d01ec4d8f2ab419786de00

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 18:32:59 +0000 (18:32 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoAdd branded VPN messages to go along with branded icons
Jason Monk [Thu, 1 Sep 2016 14:45:08 +0000 (10:45 -0400)]
Add branded VPN messages to go along with branded icons

Change-Id: Id2089d50581a958ebab6af1d5b172ec61b1aced3
Fixes: 31019697

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 06:44:31 +0000 (06:44 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 06:38:34 +0000 (06:38 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agodocs: Typo fix in multi-window docs am: 0b423e5eae
Andrew Solovay [Thu, 1 Sep 2016 05:13:32 +0000 (05:13 +0000)]
docs: Typo fix in multi-window docs am: 0b423e5eae
am: 2570531cf4

Change-Id: I7748a6b6361a507e1f5f900c9ea222d3f93ae942

7 years agodocs: Typo fix in multi-window docs
Andrew Solovay [Thu, 1 Sep 2016 04:57:12 +0000 (04:57 +0000)]
docs: Typo fix in multi-window docs
am: 0b423e5eae

Change-Id: I18fe652d972196630006517bacc26b7441efe9ed

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 1 Sep 2016 04:29:36 +0000 (21:29 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ied5e250ee2377aefe56c6f2282712c28b60104e5
Auto-generated-cl: translation import

7 years agoMerge "Also show attached windows during FLAG_SHOW_WHEN_LOCKED animations" into nyc...
TreeHugger Robot [Thu, 1 Sep 2016 04:16:52 +0000 (04:16 +0000)]
Merge "Also show attached windows during FLAG_SHOW_WHEN_LOCKED animations" into nyc-mr1-dev

7 years agodocs: Typo fix in multi-window docs
Andrew Solovay [Mon, 29 Aug 2016 18:48:50 +0000 (11:48 -0700)]
docs: Typo fix in multi-window docs

Referred to the "android:resizableActivity" property; should
have been "android:resizeableactivity". English prose, however,
consistently uses the (preferred) spelling "resizable".

See first comment for stage location.

bug: 30566808
Change-Id: I2570ff9269b4d2dc8b11f1c98817e50726be78fc

7 years agoMerge "docs: Fixing formatting problem" into nyc-dev am: 9499478c80
Andrew Solovay [Thu, 1 Sep 2016 02:36:04 +0000 (02:36 +0000)]
Merge "docs: Fixing formatting problem" into nyc-dev am: 9499478c80
am: d3f59086a7

Change-Id: I9b897a54cf1dfc178f6f10ee34cc253f12b017b0

7 years agodocs: Fixing formatting problem am: 6f29c2091c
Andrew Solovay [Thu, 1 Sep 2016 02:36:02 +0000 (02:36 +0000)]
docs: Fixing formatting problem am: 6f29c2091c
am: 28343328c2

Change-Id: Id86e79f3e7654126f59ca87f7fb08aeec3a85324

7 years agoMerge "docs: Fixing formatting problem" into nyc-dev
Andrew Solovay [Thu, 1 Sep 2016 02:26:28 +0000 (02:26 +0000)]
Merge "docs: Fixing formatting problem" into nyc-dev
am: 9499478c80

Change-Id: I893084adf8c6609b451da79ae69c5460619c6f7b

7 years agodocs: Fixing formatting problem
Andrew Solovay [Thu, 1 Sep 2016 02:26:24 +0000 (02:26 +0000)]
docs: Fixing formatting problem
am: 6f29c2091c

Change-Id: I07d721faba05a3eb8b846bea260ee22da08d28e0

7 years agoMerge "docs: Fixing formatting problem" into nyc-dev
Andrew Solovay [Thu, 1 Sep 2016 02:21:46 +0000 (02:21 +0000)]
Merge "docs: Fixing formatting problem" into nyc-dev

7 years agodocs: fixing gpu debugger redirect b/31227713 am: 780395fd85
Cheryl Potter [Thu, 1 Sep 2016 02:20:01 +0000 (02:20 +0000)]
docs: fixing gpu debugger redirect b/31227713 am: 780395fd85
am: 72bbe47e9e

Change-Id: Ibb63cad47b7f28f57b37b8226db9ebed85713eaa

7 years agodocs: fixing gpu debugger redirect b/31227713
Cheryl Potter [Thu, 1 Sep 2016 02:13:34 +0000 (02:13 +0000)]
docs: fixing gpu debugger redirect b/31227713
am: 780395fd85

Change-Id: Ia285191b97afd5448ed44783d9fbf01c01927744

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 1 Sep 2016 02:10:31 +0000 (19:10 -0700)]
Import translations. DO NOT MERGE

Change-Id: Id6b5139d8588dc5f871ff4f2e68462e752804341
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 1 Sep 2016 01:57:26 +0000 (18:57 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ib1dd6f18dc1f5bb0869d57f00c8c5be905f6bcb6
Auto-generated-cl: translation import

7 years agodocs: fixing gpu debugger redirect
Cheryl Potter [Thu, 1 Sep 2016 00:43:37 +0000 (17:43 -0700)]
docs: fixing gpu debugger redirect
b/31227713

Change-Id: Ia0e7e4d26940dc98ab735df3068dc2dda22b1f58

7 years agoMerge "Clear calling identity" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 00:41:47 +0000 (00:41 +0000)]
Merge "Clear calling identity" into nyc-mr1-dev

7 years agoMerge "docs: Add redirects for new help buttons (Create Java Class, GPU Debugger...
Android Build Merger (Role) [Thu, 1 Sep 2016 00:39:40 +0000 (00:39 +0000)]
Merge "docs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more) b/31158856 b/31157097 b/31158502 am: 3f2d7d8e22 am: 8d58464e56" into nyc-mr1-dev

7 years agoMerge "Do not log surface destroy by default" into nyc-mr1-dev
TreeHugger Robot [Thu, 1 Sep 2016 00:39:34 +0000 (00:39 +0000)]
Merge "Do not log surface destroy by default" into nyc-mr1-dev

7 years agodocs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more)...
Cheryl Potter [Thu, 1 Sep 2016 00:39:14 +0000 (00:39 +0000)]
docs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more) b/31158856 b/31157097 b/31158502 am: 3f2d7d8e22
am: 8d58464e56

Change-Id: Ibafd847b03f44befdef59e7d3f578fc07b9f4265

7 years agoWait on frame work fences when frames are dropped
Chris Craik [Thu, 1 Sep 2016 00:32:46 +0000 (17:32 -0700)]
Wait on frame work fences when frames are dropped

bug:30895941

Prevents a race where frame work could interleave between frames,
causing SurfaceView position updates to be delivered out of order.

Change-Id: I01e4cc557b69dcf33e877a0e16c0d115ec95e4cc

7 years agodocs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more)...
Cheryl Potter [Thu, 1 Sep 2016 00:30:55 +0000 (00:30 +0000)]
docs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more) b/31158856 b/31157097 b/31158502
am: 3f2d7d8e22

Change-Id: I06fc6611cf1a802e4971385d6b105a223b6c9301

7 years agoMerge "Handle null Surface in createVirtualDisplay" into nyc-mr1-dev
Pablo Ceballos [Thu, 1 Sep 2016 00:06:30 +0000 (00:06 +0000)]
Merge "Handle null Surface in createVirtualDisplay" into nyc-mr1-dev

7 years agoMerge "Allow package verifier and uninstaller to do silent uninstalls." into nyc...
Sudheer Shanka [Wed, 31 Aug 2016 23:23:43 +0000 (23:23 +0000)]
Merge "Allow package verifier and uninstaller to do silent uninstalls." into nyc-mr1-dev

7 years agoMerge "DO NOT MERGE. Block adoptable storage when using FBE." into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 23:17:33 +0000 (23:17 +0000)]
Merge "DO NOT MERGE. Block adoptable storage when using FBE." into nyc-mr1-dev

7 years agoMerge "DO NOT MERGE. Update lockscreen message when user unlocked." into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 23:14:19 +0000 (23:14 +0000)]
Merge "DO NOT MERGE. Update lockscreen message when user unlocked." into nyc-mr1-dev

7 years agoMerge "DO NOT MERGE. Clarify FileObserver docs for null value." into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 23:13:01 +0000 (23:13 +0000)]
Merge "DO NOT MERGE. Clarify FileObserver docs for null value." into nyc-mr1-dev

7 years agoDo not log surface destroy by default
Chong Zhang [Wed, 31 Aug 2016 23:05:27 +0000 (16:05 -0700)]
Do not log surface destroy by default

Put it back under SHOW_TRANSACTIONS, this was for assist debugging
some early surface destroy issues but should be no longer needed.

Change-Id: I0806ac0ad2c9de3d0ccf9af995ced25c9a2f7668

7 years agodocs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more)
Cheryl Potter [Wed, 31 Aug 2016 21:31:50 +0000 (14:31 -0700)]
docs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more)
b/31158856
b/31157097
b/31158502

Change-Id: Id3178127e0267936c58f47cd7da7348202051fa3

7 years agoClear calling identity
Todd Kennedy [Wed, 31 Aug 2016 22:54:48 +0000 (15:54 -0700)]
Clear calling identity

Before getting the package uid, need to clear the calling identity

Change-Id: Id917288f5457baa7672d0355889a498bc9a92cb3
Fixes: 31058820
Test: cts-tradefed run commandAndExit cts --skip-connectivity-check --skip-device-info --disable-reboot -m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.MixedManagedProfileOwnerTest#testPackageInstallUserRestrictions

7 years agoMerge "throw if >1 verifier found" into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 22:56:58 +0000 (22:56 +0000)]
Merge "throw if >1 verifier found" into nyc-mr1-dev

7 years agoHandle null Surface in createVirtualDisplay
Pablo Ceballos [Wed, 31 Aug 2016 22:00:17 +0000 (15:00 -0700)]
Handle null Surface in createVirtualDisplay

One can pass a null Surface to createVirtualDisplay and then set the
Surface after creation. Properly handle the isSingleBuffered check for
this case.

Bug 31219726

Change-Id: I14ebaca58912fdb4989e0ba0f4c251df31e24617

7 years agoDO NOT MERGE. Clarify FileObserver docs for null value.
Jeff Sharkey [Tue, 23 Aug 2016 16:24:56 +0000 (10:24 -0600)]
DO NOT MERGE. Clarify FileObserver docs for null value.

Change-Id: I7dc0b0d26220d6eb82f956a9860cfb6aeccfd12f
Test: none
Bug: 30511606
(cherry picked from commit 902316d5533632321a945651b1d044c4e23bf742)

7 years agoDO NOT MERGE. Block adoptable storage when using FBE.
Jeff Sharkey [Tue, 23 Aug 2016 19:53:53 +0000 (13:53 -0600)]
DO NOT MERGE. Block adoptable storage when using FBE.

For adoptable storage and FBE to coexist we need a new dm-biocrypt
kernel feature which isn't ready yet.  So for now, prevent devices
from being adopted on FBE devices.

Bug: 30770036
Test: none
Change-Id: I51d54d2a8976ed02a03b107545aa094cf68df5d0
(cherry picked from commit 3b7f4b69b7701c57f0eaf0822f93a25fd4d8fa9d)

7 years agoDO NOT MERGE. Update lockscreen message when user unlocked.
Jeff Sharkey [Tue, 23 Aug 2016 22:32:03 +0000 (16:32 -0600)]
DO NOT MERGE. Update lockscreen message when user unlocked.

If a user doesn't have credentials, we start the unlock process
automatically, but that races with the UI binding process.  Fix by
rebinding the UI once we hear the user is unlocked.

Change-Id: Id678b97aa6120ba78088fb6cf4c2a65d129e98a3
Test: none
Bug: 30840626
(cherry picked from commit 181001379fed124ab9fcb2a5fccedf68c48fa5a7)

7 years agoRemove redundant code
Teng-Hui Zhu [Mon, 22 Aug 2016 22:18:11 +0000 (15:18 -0700)]
Remove redundant code

This can save both system image size and run time memory usage.
Every byte counts. :)

b/30956516

Change-Id: I1af0455fe488e3122f6cf8e8fca5a5a43a4614f2

7 years agoMerge "Revert "Adds a section for unaccounted data."" into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 21:17:18 +0000 (21:17 +0000)]
Merge "Revert "Adds a section for unaccounted data."" into nyc-mr1-dev

7 years agoMerge "Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped" into nyc...
Adrian Roos [Wed, 31 Aug 2016 20:37:11 +0000 (20:37 +0000)]
Merge "Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped" into nyc-dr1-dev
am: f06bb5c0f9

Change-Id: I796b2c67f367797f7b0b9f03714d194be33de53d

7 years agoWallpaper: Fix letterboxing if wallpaper is scaled but not cropped
Adrian Roos [Wed, 31 Aug 2016 20:37:09 +0000 (20:37 +0000)]
Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped
am: 5c97ff23a3

Change-Id: I873b469fa9ca12e14f5465cd6af8d69c92176e43

7 years agoMerge "Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped" into nyc...
TreeHugger Robot [Wed, 31 Aug 2016 20:31:53 +0000 (20:31 +0000)]
Merge "Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped" into nyc-dr1-dev

7 years agoMerge "AGNSS LPP settings for Telus & Bell" into nyc-dr1-dev
Wyatt Riley [Wed, 31 Aug 2016 20:01:36 +0000 (20:01 +0000)]
Merge "AGNSS LPP settings for Telus & Bell" into nyc-dr1-dev
am: 3554ce0e18

Change-Id: I9f7153d4c613bb3f42ee3a83cdd6a4def8ea8eda

7 years agoAGNSS LPP settings for Telus & Bell
Wyatt Riley [Wed, 31 Aug 2016 20:01:33 +0000 (20:01 +0000)]
AGNSS LPP settings for Telus & Bell
am: 5dadc4dbb4

Change-Id: I35db85ad57be1c0cec34e833a2c67ccb34c3df60

7 years agoMerge "AGNSS LPP settings for Telus & Bell" into nyc-dr1-dev
Wyatt Riley [Wed, 31 Aug 2016 19:56:54 +0000 (19:56 +0000)]
Merge "AGNSS LPP settings for Telus & Bell" into nyc-dr1-dev

7 years agoMerge "PopupWindow: Gravity fixes." into nyc-mr1-dev
Rob Carr [Wed, 31 Aug 2016 19:21:50 +0000 (19:21 +0000)]
Merge "PopupWindow: Gravity fixes." into nyc-mr1-dev

7 years agoWallpaper: Fix letterboxing if wallpaper is scaled but not cropped
Adrian Roos [Wed, 31 Aug 2016 17:25:38 +0000 (10:25 -0700)]
Wallpaper: Fix letterboxing if wallpaper is scaled but not cropped

Fixes a bug where the wrong part of an image was decoded if
the image needed to be scaled but not cropped.

Change-Id: I011e59d85b526097ef1daabd63805c7cdc74c17b
Fixes: 31112957

7 years agoMerge "Custom LPP AGPS config for Rogers" into nyc-dr1-dev
Wyatt Riley [Wed, 31 Aug 2016 18:58:30 +0000 (18:58 +0000)]
Merge "Custom LPP AGPS config for Rogers" into nyc-dr1-dev
am: e13df588a4

Change-Id: I461a69d477f540424b40ed76cba11bfaabbcabb8

7 years agoCustom LPP AGPS config for Rogers
Wyatt Riley [Wed, 31 Aug 2016 18:58:28 +0000 (18:58 +0000)]
Custom LPP AGPS config for Rogers
am: 2ebd1f6b75

Change-Id: I75b8742817794ee30e65388549d6c05270acdc5b

7 years agoMerge "Custom LPP AGPS config for Rogers" into nyc-dr1-dev
Wyatt Riley [Wed, 31 Aug 2016 18:52:40 +0000 (18:52 +0000)]
Merge "Custom LPP AGPS config for Rogers" into nyc-dr1-dev

7 years agoAGNSS LPP settings for Telus & Bell
Wyatt Riley [Wed, 31 Aug 2016 17:59:59 +0000 (10:59 -0700)]
AGNSS LPP settings for Telus & Bell

Similar to Rogers settings
Mcc/Mnc values selected from mcclist.com, intersected with
existing config.xml files

Bug: 31187109
Bug: 31186773
Change-Id: Iba3ebc873828b6f59765674817bc86f6337e618c

7 years agoMerge "Remove wtf log when optional apps are not found." into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 17:54:23 +0000 (17:54 +0000)]
Merge "Remove wtf log when optional apps are not found." into nyc-mr1-dev

7 years agoMerge "Rename PROPERTY_SHOW_CALLBACK_NUMBER" into nyc-mr1-dev
Hall Liu [Wed, 31 Aug 2016 17:38:51 +0000 (17:38 +0000)]
Merge "Rename PROPERTY_SHOW_CALLBACK_NUMBER" into nyc-mr1-dev

7 years agoMerge "Fine tune code coverage filters for SystemUI tests." into nyc-mr1-dev
Allen Hair [Wed, 31 Aug 2016 17:36:35 +0000 (17:36 +0000)]
Merge "Fine tune code coverage filters for SystemUI tests." into nyc-mr1-dev

7 years agoMerge "Properly close fd backing a MemoryIntArray" into nyc-dev am: 84763eb770
Svetoslav Ganov [Wed, 31 Aug 2016 17:35:24 +0000 (17:35 +0000)]
Merge "Properly close fd backing a MemoryIntArray" into nyc-dev am: 84763eb770
am: eb59bf4e5d

Change-Id: If69979ac18d2e4ad7be7934bb06376fca86895c7

7 years agoProperly close fd backing a MemoryIntArray am: e257d6e167
Svetoslav Ganov [Wed, 31 Aug 2016 17:35:22 +0000 (17:35 +0000)]
Properly close fd backing a MemoryIntArray am: e257d6e167
am: 916f703b90

Change-Id: I2159849e86b073eaa5f787ff6d8f10dbf6790568

7 years agoMerge "Properly close fd backing a MemoryIntArray" into nyc-dev
Svetoslav Ganov [Wed, 31 Aug 2016 17:29:16 +0000 (17:29 +0000)]
Merge "Properly close fd backing a MemoryIntArray" into nyc-dev
am: 84763eb770

Change-Id: I8731aba97e11c4f0143aafd77764dcbaeeb1b1d2

7 years agoProperly close fd backing a MemoryIntArray
Svetoslav Ganov [Wed, 31 Aug 2016 17:29:13 +0000 (17:29 +0000)]
Properly close fd backing a MemoryIntArray
am: e257d6e167

Change-Id: I8b8dd8470eba5ad71b7356f1ad44ef49a2c61bff

7 years agoMerge "Properly close fd backing a MemoryIntArray" into nyc-dev
Svetoslav Ganov [Wed, 31 Aug 2016 17:25:28 +0000 (17:25 +0000)]
Merge "Properly close fd backing a MemoryIntArray" into nyc-dev

7 years agoRevert "Adds a section for unaccounted data."
Felipe Leme [Wed, 31 Aug 2016 17:09:29 +0000 (17:09 +0000)]
Revert "Adds a section for unaccounted data."

This reverts commit 54dc9edc528f80eb11bd8160cd2222276467f6d3.

Change-Id: Ie679f486ef703983b24a030172ff0879b4349483

7 years agoMerge "Call Debug.getPss without a lock held" into nyc-mr1-dev
Amith Yamasani [Wed, 31 Aug 2016 17:09:15 +0000 (17:09 +0000)]
Merge "Call Debug.getPss without a lock held" into nyc-mr1-dev

7 years agoProperly close fd backing a MemoryIntArray
Svetoslav Ganov [Mon, 29 Aug 2016 18:14:05 +0000 (11:14 -0700)]
Properly close fd backing a MemoryIntArray

Use ParcelFileDescriptor only as an IPC transport
to make sure MemoryIntArray manges its backing fd.

Bug:30310689

Change-Id: Ib3cc13ef4ae2a744e5f7a96099570e0431847bce
(cherry picked from commit fe2462f3a60b34ee6b7d8764d92ae58fc0cd7dfd)

7 years agoRemove wtf log when optional apps are not found.
Felipe Leme [Wed, 31 Aug 2016 15:47:50 +0000 (08:47 -0700)]
Remove wtf log when optional apps are not found.

Test: none
Change-Id: I9f94c2ab47eb78d05754c85aafc13e1e238ead04
Fixes: 31177447

7 years agoMerge "Add a whitelist of sockets on fork." into nyc-mr1-dev
Narayan Kamath [Wed, 31 Aug 2016 08:16:29 +0000 (08:16 +0000)]
Merge "Add a whitelist of sockets on fork." into nyc-mr1-dev

7 years agoMerge "replace the N Preview landing page with the redirect to the package index...
Scott Main [Wed, 31 Aug 2016 03:48:32 +0000 (03:48 +0000)]
Merge "replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0)" into nyc-dev am: a06f40bd05
am: 1c30ff407e

Change-Id: I9645152198f31e22d560ec0dbd4c4b2fff67c4e1

7 years agoreplace the N Preview landing page with the redirect to the package index also update...
smain@google.com [Wed, 31 Aug 2016 03:48:28 +0000 (03:48 +0000)]
replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0) am: dde8deb950
am: c9ec419c9c

Change-Id: If44d4e5bfb6141b0ea7e4a6c8b1a4cad5aa95547

7 years agoMerge "replace the N Preview landing page with the redirect to the package index...
Scott Main [Wed, 31 Aug 2016 03:40:39 +0000 (03:40 +0000)]
Merge "replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0)" into nyc-dev
am: a06f40bd05

Change-Id: I7397fe1ec81cc6ed594df221b88ee77cbdd4f2e4

7 years agoreplace the N Preview landing page with the redirect to the package index also update...
smain@google.com [Wed, 31 Aug 2016 03:40:37 +0000 (03:40 +0000)]
replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0)
am: dde8deb950

Change-Id: Ide293756b6b7a75a434ff9ed3cf15cd40fbd3452

7 years agoMerge "replace the N Preview landing page with the redirect to the package index...
Scott Main [Wed, 31 Aug 2016 03:06:08 +0000 (03:06 +0000)]
Merge "replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0)" into nyc-dev

7 years agoMerge "Adds a section for unaccounted data." into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 03:04:44 +0000 (03:04 +0000)]
Merge "Adds a section for unaccounted data." into nyc-mr1-dev

7 years agoAlso show attached windows during FLAG_SHOW_WHEN_LOCKED animations
Jorim Jaggi [Wed, 31 Aug 2016 02:55:32 +0000 (19:55 -0700)]
Also show attached windows during FLAG_SHOW_WHEN_LOCKED animations

Since appShowWhenLocked is already null during the animation, we
also need to show the window if it's attached to a
FLAG_SHOW_WHEN_LOCKED window

Test: Test animation occluded -> lockscreen with an app that
has a SurfaceView
Fixes: 30829255

Change-Id: I0e0012bbe5679cd0894ce4d94902ff8b24823b51

7 years agoMerge "Fix QS CTS failure caused by tile backup" into nyc-dr1-dev
Mike Tsao [Wed, 31 Aug 2016 01:36:57 +0000 (01:36 +0000)]
Merge "Fix QS CTS failure caused by tile backup" into nyc-dr1-dev
am: 59b5c1030c

Change-Id: I515842522195d9b57a89532615157343d462cf78

7 years agoFix QS CTS failure caused by tile backup
Jason Monk [Wed, 31 Aug 2016 01:36:54 +0000 (01:36 +0000)]
Fix QS CTS failure caused by tile backup
am: 34f6cbc288

Change-Id: Ic82ccc386b8ab81797e748893b831601c34c12ce

7 years agoMerge "Fix QS CTS failure caused by tile backup" into nyc-dr1-dev
Mike Tsao [Wed, 31 Aug 2016 01:30:01 +0000 (01:30 +0000)]
Merge "Fix QS CTS failure caused by tile backup" into nyc-dr1-dev

7 years agoMerge "Properly close fd backing a MemoryIntArray" into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 00:49:40 +0000 (00:49 +0000)]
Merge "Properly close fd backing a MemoryIntArray" into nyc-mr1-dev

7 years agoMerge "TextureView: clean up displaylists" into nyc-mr1-dev
TreeHugger Robot [Wed, 31 Aug 2016 00:26:43 +0000 (00:26 +0000)]
Merge "TextureView: clean up displaylists" into nyc-mr1-dev

7 years agoMerge "Fix bug that apps are not unminimizing if recent tasks are empty" into nyc...
TreeHugger Robot [Wed, 31 Aug 2016 00:08:43 +0000 (00:08 +0000)]
Merge "Fix bug that apps are not unminimizing if recent tasks are empty" into nyc-mr1-dev

7 years agoFine tune code coverage filters for SystemUI tests.
Allen Hair [Mon, 29 Aug 2016 19:21:02 +0000 (12:21 -0700)]
Fine tune code coverage filters for SystemUI tests.

Bug: 28269038
Change-Id: Iece993a76b39873170c4ae0b2d1cd2dd5445e3c2