Commit Graph

246497 Commits

Author SHA1 Message Date
Ivan Podogov
d49b1ee0de Set the sensor batch size for accelerometer listener.
For the Wear devices it is important to set the batch size here,
because otherwise all sensor-related services (like gesture detection
or gaze/ungaze detection start to consume ~10x CPU time).

Bug: 28995481
Change-Id: I30f9e5f7ea5aee8fdd80734588386e64b874e1dc
2016-05-27 13:47:20 +01:00
Calin Juravle
126f78011d Don't create or check permissions on profiles during app startup
The impact is small but the IO work can be perform at different
moments. Profile creation is done during app install and
permission check postpone until the first profile write.

Bug: 28785119
Bug: 28625993
Change-Id: Ib364f21f07a78c78e03851fa12142319ea1f931b
2016-05-27 12:02:12 +01:00
Lorenzo Colitti
4664b09778 Merge "Restore DHCP client logging." into nyc-dev
am: 0f8529236e

* commit '0f8529236eaafdda20c730214b05fe8580a380fa':
  Restore DHCP client logging.

Change-Id: Ib7dd947192f749f8d5e9fc6e1b366a11a83caefa
2016-05-27 10:00:00 +00:00
TreeHugger Robot
0f8529236e Merge "Restore DHCP client logging." into nyc-dev 2016-05-27 09:53:49 +00:00
Jaewan Kim
a9e0621f33 PIP: Improve PIP control row's focus change animation in Recents
This includes following changes for performance
1. Passes the key events directly between the windows instead of using
   dummy Views and OnFocusChangeListener to prevent main thread from
   handling unnecessary focus changes.
2. Limits the window size for PIP controls to reduce unnecessary draw.

Here's the test result. Test is performed with paused PIP video
1. 5 visible recents task
  Focus down: 48.14 fps -> 85.396 fps (+77.39%)
  Focus up: 24.67 fps -> 45.33 fps (+83.77%)
2. 3 visible recents task
  Focus down: 51.98 fps -> 132.72 fps (+155.34%)
  Focus up: 30.91 fps -> 53.38 fps (+72.69%)

Bug: 28042495
Change-Id: I363232176975b160e122748c9997ef4b46b73a28
2016-05-27 08:41:48 +00:00
Roozbeh Pournader
0ad4dccf88 Support ellipsizing LocaleHelper.getDisplayLocaleList()
Add an extra parameter to LocaleHelper.getDisplayLocaleList()
specifying the maximum number of locales to output, as callers
probably won't need the whole list.

Bug: 28872122
Change-Id: Ief136bc1af2841e76ed4d8e65932a9a30821eae3
2016-05-27 06:46:26 +00:00
Lorenzo Colitti
e67ec4eb01 Restore DHCP client logging.
Bug: 28955598
Change-Id: I2e2684a787061612471830e4d840ce422091bafb
2016-05-27 14:14:03 +09:00
Bart Sears
c51e725644 Revert "Remove ActivityManager calls with PM.mInstallLock held"
This reverts commit ac06a4907b.

Change-Id: I27bedbd221a8d416b9040a96063e66a1ca69fe2e
2016-05-27 04:18:50 +00:00
sreevanis
75fea11133 Merge "Added android:tools specification on navigation and actions page." into mnc-io-docs am: 4ca0c8052c am: fe33c063a9
am: 4b058ae5b7

* commit '4b058ae5b7519664efab552f9ce91a5fcf254a36':
  Added android:tools specification on navigation and actions page.

Change-Id: I36eddfe3419d165ef536e0ada8b684ce4a4e3ba4
2016-05-27 04:00:02 +00:00
Winson
2e494ecc21 Merge "Prevent setting the launch task id when docking." into nyc-dev
am: 386a947616

* commit '386a9476160ecd8d7d647d1a305126ec0917e0ab':
  Prevent setting the launch task id when docking.

Change-Id: Ifbf11755b04dc3e0be9c9a2c170d5aa178b3c4df
2016-05-27 03:59:59 +00:00
Wale Ogunwale
b3c7e1c4f2 Merge "Only make Recents activity invisible if not focused on TV devices." into nyc-dev
am: 20237bc68f

* commit '20237bc68fa32422fe256f75e331a4a3bdc3fd24':
  Only make Recents activity invisible if not focused on TV devices.

Change-Id: I98ed5ae3e4fd84033dca361d148d344fb28bc05a
2016-05-27 03:59:53 +00:00
Sreevani Sreejith
4b058ae5b7 Merge "Added android:tools specification on navigation and actions page." into mnc-io-docs am: 4ca0c8052c
am: fe33c063a9

* commit 'fe33c063a9542722e067331907ba42b12dc130c3':
  Added android:tools specification on navigation and actions page.

Change-Id: Iaef5dee8c0af55ec1698c831f3f1ff93739d4def
2016-05-27 03:47:33 +00:00
sreevanis
fe33c063a9 Merge "Added android:tools specification on navigation and actions page." into mnc-io-docs
am: 4ca0c8052c

* commit '4ca0c8052c950f9f8a654ed5c0a112765295f1fd':
  Added android:tools specification on navigation and actions page.

Change-Id: Ied53973a54a95d2590ed394ebcba0789017687da
2016-05-27 03:43:12 +00:00
Sreevani Sreejith
4ca0c8052c Merge "Added android:tools specification on navigation and actions page." into mnc-io-docs 2016-05-27 03:38:19 +00:00
Adam Lesinski
fc7c27b215 Merge "Fix issue where max idle time > total idle time" into nyc-dev
am: 89046edb4d

* commit '89046edb4d64fe1c7662103cce3a82b69e05cfe4':
  Fix issue where max idle time > total idle time

Change-Id: I22908fb8f1c8ee7325687cebf646c3a03f6e1ea7
2016-05-27 03:34:58 +00:00
Adrian Roos
59fd8dce39 Merge "Fix spurious crashes in StatusBarIconView" into nyc-dev
am: 7fe83ab54e

* commit '7fe83ab54ebe52f9226ea3dbd5cfe9050996f7a3':
  Fix spurious crashes in StatusBarIconView

Change-Id: I46404e3903f17a5e2602502b5ac6554a255e30a8
2016-05-27 03:34:53 +00:00
Roozbeh Pournader
51a8c19fb2 Merge "Ellipsize Preference summaries" into nyc-dev
am: 0ca3829d4c

* commit '0ca3829d4c36c96099cd1d008036c252daf90b8e':
  Ellipsize Preference summaries

Change-Id: I2a787ec44b833cf03a9069b99bc79da957c562b2
2016-05-27 03:34:47 +00:00
Wale Ogunwale
06fac4f77b Merge "Protect against NPE while to updating service connection activities." into nyc-dev
am: cef12198a7

* commit 'cef12198a729209fc8bfb2b2483fb3730f0fd428':
  Protect against NPE while to updating service connection activities.

Change-Id: Ibeac7bcf9d2f85ac39d9b029cd429ae538ad8a99
2016-05-27 03:34:42 +00:00
Robert Carr
c67c7c0799 Merge "Ensure surfaces only resize during relayout." into nyc-dev
am: 58f1167ecf

* commit '58f1167ecf03c4cdce7e881ccf7c0e0506c14613':
  Ensure surfaces only resize during relayout.

Change-Id: Id7820d7ef5f8dfed7f67bc9ad524de3205c1f3f1
2016-05-27 03:34:33 +00:00
Garfield, Tan
f846d8518b Merge "Fix an assertion to avoid crash on deletions in Recent root." into nyc-dev
am: 7a91029bff

* commit '7a91029bff3d31e56f12ae1c070ba78043e49e0a':
  Fix an assertion to avoid crash on deletions in Recent root.

Change-Id: Ibae8befa4b424b3da4bd43edb74afc28c5e30f96
2016-05-27 03:31:40 +00:00
Robin Lee
8d27936438 Merge "Move VPN restriction check into setup dialog" into nyc-dev
am: 32ceb9c801

* commit '32ceb9c801a86f901ec8230eec301c30e1deff3b':
  Move VPN restriction check into setup dialog

Change-Id: I214e3196b6aca565ff0f45bbca1f92d6d97fc4d2
2016-05-27 03:31:34 +00:00
Jorim Jaggi
03d0a3aeff Merge "Handle trampoline activites in different tasks" into nyc-dev
am: 0d35765ca3

* commit '0d35765ca343ae7b04df7a93c233e5b6860eec22':
  Handle trampoline activites in different tasks

Change-Id: I0f930e67f9cf179d7b819df9969979b12be0b929
2016-05-27 03:31:26 +00:00
Michael Wright
c37fb8aa6e Merge "Finalize resource IDs for N." into nyc-dev
am: 7bbab7e440

* commit '7bbab7e440c4968a5710d31f86168a4c8de66af9':
  Finalize resource IDs for N.

Change-Id: Ied7ef4d95a5ef5ad8100db724a6bc71f916f9f22
2016-05-27 03:31:15 +00:00
Bert McMeen
d76cc5d107 Merge "Merge "docs: Refinements for testing" into mnc-io-docs am: 9da0730d66 am: feb0b87230" into nyc-dev
am: 3dba0fbd53

* commit '3dba0fbd5388c367d00543331bc2125dd2871786':
  docs: Refinements for testing

Change-Id: I8f5bb3e78336a89074c2214dfa5fa270d37cc751
2016-05-27 03:31:03 +00:00
TreeHugger Robot
386a947616 Merge "Prevent setting the launch task id when docking." into nyc-dev 2016-05-27 03:30:47 +00:00
sreevanis
88c6e6da0a Merge "Updated link to material design page. am: ff05383baf am: ee44b14cd4" into nyc-dev
am: 3106e71ddc

* commit '3106e71ddc6ace7bc15b50e4a91ed98ed428bee2':
  Updated link to material design page.

Change-Id: Ifc6c2b1460ed0006cc83a531f41342e4a67419ef
2016-05-27 03:28:20 +00:00
John Reck
fa33b23ee8 Merge "Change overdraw test to use windowbackground" into nyc-dev
am: 34979a3af6

* commit '34979a3af6dbb6e3e33a83e5cb939ea3c8c000c7':
  Change overdraw test to use windowbackground

Change-Id: I33e81c72d55fb03cf40dfe173b4b14ffab09f880
2016-05-27 03:28:09 +00:00
Kevin Hufnagle
302e608b73 Merge "resolve merge conflicts of 7f7eec3 to nyc-dev" into nyc-dev
am: 8d063a396f

* commit '8d063a396fbce3fae74c423a181a36272ee91231':
  Cherry pick: docs: Edited "Features Reference" section in "<uses-feature>" page.

Change-Id: I5459f1583202ccf9567e67382a1098f3a92fc0fd
2016-05-27 03:27:58 +00:00
Selim Cinek
828d701667 Merge "Fixed the relative time spoken with accessibility" into nyc-dev
am: 38b5946fae

* commit '38b5946fae50d4e9e8f32c985983d03a4437910d':
  Fixed the relative time spoken with accessibility

Change-Id: I51bbe71d2b86cfb8f050882b072092a015573fdb
2016-05-27 03:27:43 +00:00
Christopher Tate
d61bd47a0d Merge "Use backstop timeouts on asynchronous countdown during preflight" into nyc-dev
am: 210f2ff198

* commit '210f2ff19808ce6b261a84596bf141909ecb381c':
  Use backstop timeouts on asynchronous countdown during preflight

Change-Id: Id282e332a226ca4c9c2f38aef4c1f24e3003321b
2016-05-27 03:27:29 +00:00
Jorim Jaggi
ff0298540b Fix toast with accessibility and app pinning
am: cf984c56ad

* commit 'cf984c56adf88ab9d85b9a6ca71d800c2a937e6c':
  Fix toast with accessibility and app pinning

Change-Id: I0c1ed9d86d6f372227a12b8f5de7f4ab0b9fd37a
2016-05-27 03:24:20 +00:00
George Mount
8453136b8e Merge "Fix Activity Transition mess-up." into nyc-dev
am: bd34103c5d

* commit 'bd34103c5defbfd180be6a387eb5aa82d4b97eac':
  Fix Activity Transition mess-up.

Change-Id: I62457d504583e1865ceeace2918d81b4ef223b12
2016-05-27 03:24:06 +00:00
Wyatt Riley
4e6cd80198 Merge "Prevent use of a null sCallbackObj by Hardware FLP" into nyc-dev
am: 793ac34219

* commit '793ac342196c57f6b89ad9d1425fc420fbb44bb5':
  Prevent use of a null sCallbackObj by Hardware FLP

Change-Id: I3681a3433f21112659840fb4431f0f616305ee3c
2016-05-27 03:23:44 +00:00
Alan Viverette
d93090d916 Merge "Prevent callbacks during DrawableContainer child initialization" into nyc-dev
am: 0f1ae5fa0f

* commit '0f1ae5fa0f405bc3ec040fe512f7fad86577ce9f':
  Prevent callbacks during DrawableContainer child initialization

Change-Id: Ica1a228184231c5d33564968605e0a0e21a1dd0b
2016-05-27 03:22:53 +00:00
Winson
a474cf8a90 Merge "Fixing crash in SysUI due to invalid group." into nyc-dev
am: 814358a24f

* commit '814358a24f7bf045cdd8261f15aefff59936287b':
  Fixing crash in SysUI due to invalid group.

Change-Id: Ib194b1041b5931483857ee57c0573277e942ec31
2016-05-27 03:22:01 +00:00
Android Build Merger (Role)
56f7a36c46 Merge "Merge "Time to #NameAndroidN!" into nyc-dev am: 45caebe035" into nyc-mr1-dev 2016-05-27 03:14:19 +00:00
Android Build Merger (Role)
4e8b6bfe69 Merge "Merge "Delay PACKAGE_RESTARTED until after data cleared." into nyc-dev am: d6ee899397" into nyc-mr1-dev 2016-05-27 03:14:10 +00:00
Android Build Merger (Role)
37b78dcdd7 Merge "Merge "Careful process validation for unaware providers." into nyc-dev am: 678dba737b" into nyc-mr1-dev 2016-05-27 03:14:03 +00:00
Android Build Merger (Role)
e351f281ef Merge "Defer calling the stack task removed callbacks. am: 6c8217ab30" into nyc-mr1-dev 2016-05-27 03:13:56 +00:00
Android Build Merger (Role)
0ce1648f01 Merge changes from topic 'am-e4ceb878ab564c70a4e1726ee7c0709a' into nyc-mr1-dev
* changes:
  Merge "Suppress unlock notifications on non-FBE devices." into nyc-dev am: a39d888651
  Merge "Replace caribou wallpaper without the stars b/28339724" into nyc-dev am: b3d4ad2205
2016-05-27 03:13:47 +00:00
Android Build Merger (Role)
b5cb2ff00a Merge "Merge "docs: Removing CLI steps in getting started docs" into mnc-io-docs am: 8e08dbe8f8 am: 400aed3556 am: 28bdf2907a" into nyc-mr1-dev 2016-05-27 03:13:32 +00:00
Dan Sandler
f64660d551 Merge "Time to #NameAndroidN!" into nyc-dev
am: 45caebe035

* commit '45caebe035a67db18d06c4f4e4f124246fb5321d':
  Time to #NameAndroidN!

Change-Id: Iecedefbae64d4a6ffb67971be0f9da5eb746b1ed
2016-05-27 03:12:50 +00:00
Jeff Sharkey
4e79d8b235 Merge "Delay PACKAGE_RESTARTED until after data cleared." into nyc-dev
am: d6ee899397

* commit 'd6ee8993973050befff3a5f10f273ef9e8a050e2':
  Delay PACKAGE_RESTARTED until after data cleared.

Change-Id: I8bb3f31a6de42da81a44c9aaf121769ed96b6a3b
2016-05-27 03:12:31 +00:00
Jeff Sharkey
27deabaf61 Merge "Careful process validation for unaware providers." into nyc-dev
am: 678dba737b

* commit '678dba737bed94eb5eeeed63db74aa811ee896cb':
  Careful process validation for unaware providers.

Change-Id: I7856be9d44587869ee73533072aaf26d8a7908ab
2016-05-27 03:12:15 +00:00
Winson
1713d40af9 Defer calling the stack task removed callbacks.
am: 6c8217ab30

* commit '6c8217ab3072fa65851316a922b482506b3c2a4c':
  Defer calling the stack task removed callbacks.

Change-Id: Icf53cc0628c98293b3a2d4ab28d95e54ee93f248
2016-05-27 03:11:47 +00:00
Jeff Sharkey
e9baebb268 Merge "Suppress unlock notifications on non-FBE devices." into nyc-dev
am: a39d888651

* commit 'a39d888651493d20f3814cd88a39a521450b3eac':
  Suppress unlock notifications on non-FBE devices.

Change-Id: I9e17a23b0f3127ac5ae0f08cbf0a6c306aaba9d5
2016-05-27 03:11:06 +00:00
Hyunyoung Song
49d1590d9a Merge "Replace caribou wallpaper without the stars b/28339724" into nyc-dev
am: b3d4ad2205

* commit 'b3d4ad220598beffb30ac4cd44741ff19da2c57a':
  Replace caribou wallpaper without the stars b/28339724

Change-Id: I8062526bf7ba313e924621cf6a16ceb738e72d72
2016-05-27 03:08:58 +00:00
TreeHugger Robot
0f760e0815 Merge "Properly check if BT is off when shutting down radios" into nyc-mr1-dev 2016-05-27 03:08:38 +00:00
Eric Schmidt
9cea0f9a71 Merge "docs: Removing CLI steps in getting started docs" into mnc-io-docs am: 8e08dbe8f8 am: 400aed3556
am: 28bdf2907a

* commit '28bdf2907aa5448f455475fde399870c22c4180a':
  docs: Removing CLI steps in getting started docs

Change-Id: Iaf0135b79c79cb299055096091bc1519527ab1b7
2016-05-27 03:08:38 +00:00
Julia Reynolds
c2813e2501 Merge "Unlocked access of mServices is bad." into nyc-dev
am: d9599faf6b

* commit 'd9599faf6b872fb5e1db72f7239b21d05050bd47':
  Unlocked access of mServices is bad.

Change-Id: I84a2e07aa57e5e25ac1190b4dbfa4005c6d1e572
2016-05-27 03:06:10 +00:00