OSDN Git Service

android-x86/frameworks-base.git
6 years agoMerge "LockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices...
Kevin Chyn [Mon, 25 Sep 2017 23:44:40 +0000 (23:44 +0000)]
Merge "LockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices" into oc-mr1-dev
am: fec9d20ed7

Change-Id: I06205cc9f5b5826071ba74995fa852bb1439c678

6 years agoMerge "LockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices...
Kevin Chyn [Mon, 25 Sep 2017 23:01:40 +0000 (23:01 +0000)]
Merge "LockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices" into oc-mr1-dev

6 years agoMerge "Revert "Add preopt profile logic for compiling during first boot"" into oc...
Mathieu Chartier [Mon, 25 Sep 2017 23:01:38 +0000 (23:01 +0000)]
Merge "Revert "Add preopt profile logic for compiling during first boot"" into oc-mr1-dev
am: 213b5c742f

Change-Id: Id1f67d4cdf7780cf97bb29b23cf42d1f2b985d7e

6 years agoMerge "Revert "Add preopt profile logic for compiling during first boot"" into oc...
Mathieu Chartier [Mon, 25 Sep 2017 22:52:31 +0000 (22:52 +0000)]
Merge "Revert "Add preopt profile logic for compiling during first boot"" into oc-mr1-dev

6 years agoRevert "Add preopt profile logic for compiling during first boot"
Mathieu Chartier [Mon, 25 Sep 2017 18:39:30 +0000 (11:39 -0700)]
Revert "Add preopt profile logic for compiling during first boot"

Test: flash build and forrest
Bug: 66903791

This reverts commit 20ad4b92a7528f24adf6e4f6d23d9d3a02a8792a.

Change-Id: I2c0f22f2a7c04221ed7b1562e516be98d27c7a50

6 years agoMerge "Hide autofill popup if anchor removed" into oc-mr1-dev
Svet Ganov [Mon, 25 Sep 2017 22:30:07 +0000 (22:30 +0000)]
Merge "Hide autofill popup if anchor removed" into oc-mr1-dev
am: 8e5e30c5eb

Change-Id: Idd876a073c90f1b87f23e09b1993dc723eb6bdd5

6 years agoMerge "Hide autofill popup if anchor removed" into oc-mr1-dev
TreeHugger Robot [Mon, 25 Sep 2017 22:24:25 +0000 (22:24 +0000)]
Merge "Hide autofill popup if anchor removed" into oc-mr1-dev

6 years agoMerge "FRP: Add config flag for disabling credential FRP" into oc-mr1-dev
Adrian Roos [Mon, 25 Sep 2017 18:38:23 +0000 (18:38 +0000)]
Merge "FRP: Add config flag for disabling credential FRP" into oc-mr1-dev
am: 73c93f02f7

Change-Id: I647bfc52892b305eb59f446812e142b609172bd4

6 years agoMerge "FRP: Add config flag for disabling credential FRP" into oc-mr1-dev
Adrian Roos [Mon, 25 Sep 2017 18:33:01 +0000 (18:33 +0000)]
Merge "FRP: Add config flag for disabling credential FRP" into oc-mr1-dev

6 years agoMerge "Fixed that telephony registry service reference incorrectly assigned" into...
Jack Yu [Mon, 25 Sep 2017 17:29:59 +0000 (17:29 +0000)]
Merge "Fixed that telephony registry service reference incorrectly assigned" into oc-mr1-dev
am: baf1201b43

Change-Id: I1470e1195ac34282b0fffc6fd9d594601294cb01

6 years agoMerge "Fixed that telephony registry service reference incorrectly assigned" into...
TreeHugger Robot [Mon, 25 Sep 2017 17:23:08 +0000 (17:23 +0000)]
Merge "Fixed that telephony registry service reference incorrectly assigned" into oc-mr1-dev

6 years agoMerge "Fixing session abandon logging bug" into oc-mr1-dev
Jan Althaus [Mon, 25 Sep 2017 15:54:16 +0000 (15:54 +0000)]
Merge "Fixing session abandon logging bug" into oc-mr1-dev
am: 4fce88dd4d

Change-Id: I76efdf2d4878e72c2610d7f40fef98e39dfca7a1

6 years agoMerge "Fixing session abandon logging bug" into oc-mr1-dev
TreeHugger Robot [Mon, 25 Sep 2017 15:42:49 +0000 (15:42 +0000)]
Merge "Fixing session abandon logging bug" into oc-mr1-dev

6 years agoMerge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev
Jan Althaus [Mon, 25 Sep 2017 15:36:35 +0000 (15:36 +0000)]
Merge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev
am: e95197a664

Change-Id: Ic48503564647c588d076f7ceefeeef38dcf3ae6c

6 years agoMerge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev
TreeHugger Robot [Mon, 25 Sep 2017 15:19:01 +0000 (15:19 +0000)]
Merge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev

6 years agoFRP: Add config flag for disabling credential FRP
Adrian Roos [Tue, 5 Sep 2017 15:01:42 +0000 (17:01 +0200)]
FRP: Add config flag for disabling credential FRP

Bug: 65258606
Test: Verify FRP still works when not disabled
Change-Id: I78e308b6eaba73c794615b1eebdbfacb334ae72f

6 years agoFixing session abandon logging bug
Jan Althaus [Fri, 22 Sep 2017 16:26:06 +0000 (18:26 +0200)]
Fixing session abandon logging bug

Previously, making two selections quickly one after the other could lead
to the first session missing the terminal event, and the second one getting
terminated prematurely - getting marked incorrectly as abandoned.

Bug: 64914512
Test: Manually tested that logs are correct.
Change-Id: Icd75dcabe707b591f30629b9b9b42c5459ed7dda

6 years agoFixed bug in handling of OTHER as terminal
Jan Althaus [Fri, 22 Sep 2017 17:55:17 +0000 (19:55 +0200)]
Fixed bug in handling of OTHER as terminal

This bug resulted in a tap on a non-default action mode item to get logged
as OTHER, followed by ABANDON.

Bug: 64914512
Test: Manually tested that logs are correct.
Change-Id: I3cdba7ccff896939e22c567843f335c54d4a97f3

6 years agoMerge "Select correct system audio route in updateAudioRoutes" into oc-mr1-dev
Sungsoo Lim [Mon, 25 Sep 2017 07:16:48 +0000 (07:16 +0000)]
Merge "Select correct system audio route in updateAudioRoutes" into oc-mr1-dev
am: 43d5d86cda

Change-Id: I5bab35f229bbedeba548a43e078a500f5cd2a4b0

6 years agoMerge "Select correct system audio route in updateAudioRoutes" into oc-mr1-dev
TreeHugger Robot [Mon, 25 Sep 2017 07:06:42 +0000 (07:06 +0000)]
Merge "Select correct system audio route in updateAudioRoutes" into oc-mr1-dev

6 years agoSelect correct system audio route in updateAudioRoutes
Sungsoo Lim [Mon, 18 Sep 2017 05:28:38 +0000 (14:28 +0900)]
Select correct system audio route in updateAudioRoutes

While update audio routes, MediaRouter had an access to the variable
of MediaRouterService.mGlobalBluetoothA2dpOn, which was updated in
the callback of AudioRoutesObserver.dispatchAudioRoutesChanged().
However, since updateAudioRoutes() was also called by the same
callback, mGlobalBluetoothA2dpOn could be used in updateAudioRoutes()
before its value was updated.

Bug: 65629167
Test: passed MediaRouterTest
Test: Manually confirmed that the issue is fixed with this CL
Change-Id: Id0034996a51a6d8d1e8bd9d2c6ca386aabbb8baf
Merged-In: Id0034996a51a6d8d1e8bd9d2c6ca386aabbb8baf

6 years agoMerge "Logs how long it took to show the Autofill UI after a field was focused."...
Felipe Leme [Sun, 24 Sep 2017 07:41:51 +0000 (07:41 +0000)]
Merge "Logs how long it took to show the Autofill UI after a field was focused." into oc-mr1-dev
am: f6704f882a

Change-Id: Id946eb01b726214ccc99864d261a35b0ef3a2fb2

6 years agoMerge "Logs how long it took to show the Autofill UI after a field was focused."...
TreeHugger Robot [Sun, 24 Sep 2017 05:42:38 +0000 (05:42 +0000)]
Merge "Logs how long it took to show the Autofill UI after a field was focused." into oc-mr1-dev

6 years agoHide autofill popup if anchor removed
Svet Ganov [Sat, 23 Sep 2017 00:19:04 +0000 (17:19 -0700)]
Hide autofill popup if anchor removed

Test: Manual
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases

bug:64601372

Change-Id: Ic55dabb99cd5015d318ab3be1231b6aa5c67294e

6 years agoMerge "Add preopt profile logic for compiling during first boot" into oc-mr1-dev
Mathieu Chartier [Sat, 23 Sep 2017 00:55:35 +0000 (00:55 +0000)]
Merge "Add preopt profile logic for compiling during first boot" into oc-mr1-dev
am: 28e0dd177a

Change-Id: Ifebd7bd374075e8d11dab483474cd47ed60eb486

6 years agoMerge "Add preopt profile logic for compiling during first boot" into oc-mr1-dev
Mathieu Chartier [Sat, 23 Sep 2017 00:49:17 +0000 (00:49 +0000)]
Merge "Add preopt profile logic for compiling during first boot" into oc-mr1-dev

6 years agoLogs how long it took to show the Autofill UI after a field was focused.
Felipe Leme [Fri, 22 Sep 2017 16:23:02 +0000 (09:23 -0700)]
Logs how long it took to show the Autofill UI after a field was focused.

Test: adb shell logcat -b events | grep sysui_
Test: adb dumpsys autofill
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases

Bug: 65376559
Bug: 66508098

Merged-In: Ia17f8b30d6eef0141b020085985b9ebacff7a455
Change-Id: Ia17f8b30d6eef0141b020085985b9ebacff7a455

6 years agoMerge "Speculative fix for missing target crash" into oc-mr1-dev
Chris Craik [Fri, 22 Sep 2017 22:58:43 +0000 (22:58 +0000)]
Merge "Speculative fix for missing target crash" into oc-mr1-dev
am: a6aafa33ec

Change-Id: I30c5f2f7b27fb4f35991082bcff5c8995fbcdd75

6 years agoMerge "Speculative fix for missing target crash" into oc-mr1-dev
TreeHugger Robot [Fri, 22 Sep 2017 22:41:59 +0000 (22:41 +0000)]
Merge "Speculative fix for missing target crash" into oc-mr1-dev

6 years agoMerge "Add metrics (and moar logging) for when a service disables itself." into oc...
Felipe Leme [Fri, 22 Sep 2017 21:11:08 +0000 (21:11 +0000)]
Merge "Add metrics (and moar logging) for when a service disables itself." into oc-mr1-dev
am: 6f50d16338

Change-Id: Ia7e1893b74bf043d39300b04dc3cc85b18f40d11

6 years agoMerge "Add metrics (and moar logging) for when a service disables itself." into oc...
TreeHugger Robot [Fri, 22 Sep 2017 21:04:02 +0000 (21:04 +0000)]
Merge "Add metrics (and moar logging) for when a service disables itself." into oc-mr1-dev

6 years agoMerge "Remove isHighEndGfx check" into oc-mr1-dev
Zhi An Ng [Fri, 22 Sep 2017 20:37:02 +0000 (20:37 +0000)]
Merge "Remove isHighEndGfx check" into oc-mr1-dev
am: 848fa6c253

Change-Id: I5eb3772ad2d0c894f17e620960ea1ff3715bb499

6 years agoMerge changes from topic "avrcp_cherry_picks" am: b4e17814f0 am: 898bc38860
Myles Watson [Fri, 22 Sep 2017 20:28:33 +0000 (20:28 +0000)]
Merge changes from topic "avrcp_cherry_picks" am: b4e17814f0 am: 898bc38860
am: 8c95e9be38

Change-Id: Ic8c5ef847872b786ad62caf05080bfeb53d5c466

6 years agoAdd equal overloads to some MediaDescription and MediaQueue objects (2/3) am: 905d8ab...
Ajay Panicker [Fri, 22 Sep 2017 20:27:21 +0000 (20:27 +0000)]
Add equal overloads to some MediaDescription and MediaQueue objects (2/3) am: 905d8ab843 am: 12bec46613
am: 5e91f05167

Change-Id: I43ba93fcebc3eb228241712ebecd620d8812cd84

6 years agoMerge "Remove isHighEndGfx check" into oc-mr1-dev
Zhi An Ng [Fri, 22 Sep 2017 20:17:15 +0000 (20:17 +0000)]
Merge "Remove isHighEndGfx check" into oc-mr1-dev

6 years agoLockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices
Kevin Chyn [Fri, 22 Sep 2017 16:44:17 +0000 (09:44 -0700)]
LockSettingsStrongAuth shouldn't get fingerprintservice on unsupported devices

Fixes: 65838275

Test: tested on ryu and walleye, no logs when system starts and everything
works fine

Change-Id: I7d53214a021e9094618162109f3c38c0e029bda3

6 years agoMerge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666 am: 928b7cba47
Christopher Schuster [Fri, 22 Sep 2017 20:00:45 +0000 (20:00 +0000)]
Merge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666 am: 928b7cba47
am: 067cfb369d

Change-Id: I811b1b7e0b62d4143292a94fd4b5478f74cdec24

6 years agoMerge "Add systrace for VectorDrawable inflation and draw" into oc-mr1-dev
Tenghui Zhu [Fri, 22 Sep 2017 19:49:58 +0000 (19:49 +0000)]
Merge "Add systrace for VectorDrawable inflation and draw" into oc-mr1-dev
am: dbe5afd90d

Change-Id: I906a1762d0f768fdb1cac2147a29ae9e0ab8ffe2

6 years agoMerge "Add systrace for VectorDrawable inflation and draw" into oc-mr1-dev
Tenghui Zhu [Fri, 22 Sep 2017 19:45:17 +0000 (19:45 +0000)]
Merge "Add systrace for VectorDrawable inflation and draw" into oc-mr1-dev

6 years agoAdd systrace for VectorDrawable inflation and draw
ztenghui [Wed, 13 Sep 2017 17:32:50 +0000 (10:32 -0700)]
Add systrace for VectorDrawable inflation and draw

We didn't trace the draw from cache.
Here we add trace for draw into bitmap, which is normally heavy.

fix: 65060698
Bug: 65060698
Test: run test app and get systrace and check

Change-Id: Ia81127c4aa285b3277e9c9edbdf356d85cb28b5e
(cherry picked from commit cf0c41dbc221c2619212c7e25e6d90a9c4d05b05)

6 years agoMerge "hwuitest: added hwui test for TV application" into oc-mr1-dev
Dake Gu [Fri, 22 Sep 2017 19:35:35 +0000 (19:35 +0000)]
Merge "hwuitest: added hwui test for TV application" into oc-mr1-dev
am: 88dd458c9a

Change-Id: I8aa8b1c90f18aaac3342b0652979834fadccc167

6 years agoMerge "hwuitest: added hwui test for TV application" into oc-mr1-dev
Dake Gu [Fri, 22 Sep 2017 19:26:42 +0000 (19:26 +0000)]
Merge "hwuitest: added hwui test for TV application" into oc-mr1-dev

6 years agoAdd preopt profile logic for compiling during first boot
Mathieu Chartier [Fri, 15 Sep 2017 02:22:39 +0000 (19:22 -0700)]
Add preopt profile logic for compiling during first boot

Allows pushing profiles on device that are used to optimize apps
during first boot.

Added logic to copy profiles to reference location for compressed APKs.

Bug: 38032017
Bug: 64503246
Test: adb shell rm -rf /data/app/*
Test: adb shell rm /data/system/package*
Test: adb shell stop && adb shell start
Test: look at apps in /data/app to make sure they are profile compiled

Change-Id: I30452098a19a65a331d098107d37498e5b10c10f

6 years agoMerge changes from topic "avrcp_cherry_picks" am: b4e17814f0
Myles Watson [Fri, 22 Sep 2017 18:06:47 +0000 (18:06 +0000)]
Merge changes from topic "avrcp_cherry_picks" am: b4e17814f0
am: 898bc38860

Change-Id: Iee7beb952d58e7c117fa2fc50537988c7ad8b443

6 years agoAdd equal overloads to some MediaDescription and MediaQueue objects (2/3) am: 905d8ab843
Ajay Panicker [Fri, 22 Sep 2017 18:05:41 +0000 (18:05 +0000)]
Add equal overloads to some MediaDescription and MediaQueue objects (2/3) am: 905d8ab843
am: 12bec46613

Change-Id: I88f9d4c23f4757fe50bbb36ef376e7460a28f1ca

6 years agoMerge changes from topic "avrcp_cherry_picks"
Myles Watson [Fri, 22 Sep 2017 17:15:58 +0000 (17:15 +0000)]
Merge changes from topic "avrcp_cherry_picks"
am: b4e17814f0

Change-Id: Id15dddaeb7082031fdd03ca9e0f9f54c83abb142

6 years agoAdd equal overloads to some MediaDescription and MediaQueue objects (2/3)
Ajay Panicker [Fri, 22 Sep 2017 17:14:36 +0000 (17:14 +0000)]
Add equal overloads to some MediaDescription and MediaQueue objects (2/3)
am: 905d8ab843

Change-Id: I8f47786d4e0c392b008cdce80aed05ca7b1573b1

6 years agoFixed that telephony registry service reference incorrectly assigned
Jack Yu [Fri, 22 Sep 2017 06:48:29 +0000 (23:48 -0700)]
Fixed that telephony registry service reference incorrectly assigned

The reference to telephony registry service was assigned
prior telephony registry service was ready. Fixed by
casting the binder every time when we use it.

Test: Manual
Bug: 65593241
Change-Id: Ib234cdfd93130f7af44ef79271b106fffb8ebad5

6 years agoSpeculative fix for missing target crash
Chris Craik [Fri, 22 Sep 2017 16:31:05 +0000 (09:31 -0700)]
Speculative fix for missing target crash

Bug: 66451158
Test: manual app usage

Change-Id: I2db3aa73edcb80da25ead64205011705f0beef91

6 years agoMerge changes from topic "avrcp_cherry_picks"
Myles Watson [Fri, 22 Sep 2017 16:37:33 +0000 (16:37 +0000)]
Merge changes from topic "avrcp_cherry_picks"

* changes:
  Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (1/2)
  Add equal overloads to some MediaDescription and MediaQueue objects (2/3)

6 years agoBluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (1/2)
Ajay Panicker [Fri, 1 Sep 2017 18:58:38 +0000 (11:58 -0700)]
Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (1/2)

This is requied for the 2012 Mazda 3 carkit as the carkit refuses to send
AVRCP commands other than passthrough commands when the version is anything
else. AVRCP 1.3 is compatible with most carkits on the market and can be
used to get most carkits working at the cost of losing many features.

Bug: 37943083
Test: Set AVRCP 1.3 in developer options and see that SDP and the AVRCP
      capabilites have updated to reflect this.
      TestTracker: 105915/3975

Change-Id: I637b695e5cd8baa5f054ca0dda81372080a96269

6 years agoAdd equal overloads to some MediaDescription and MediaQueue objects (2/3)
Ajay Panicker [Fri, 21 Jul 2017 20:29:57 +0000 (13:29 -0700)]
Add equal overloads to some MediaDescription and MediaQueue objects (2/3)

Bug: 64686424
Test: Connect to carkit and see that NowPlayingChanged only gets sent when
      the queue changes, run cts test
Change-Id: I58c9dd0bf976485a2efefd042cd667ee433e07e1
(cherry picked from commit 6edb68bea68d5f324384f3e9e411118eb8dfc781)

6 years agoRemove isHighEndGfx check
Ng Zhi An [Fri, 22 Sep 2017 16:15:29 +0000 (09:15 -0700)]
Remove isHighEndGfx check

We want the nav bar to be translucent, having a solid black
bar on small gobo devices looks heavy.
The memory impact of removing this check has been accessed
in the referenced bug and is minimal.

Change-Id: Iaa967623fc2252ada268a7045f014a791fe83c29
Fixes: 65024600
Test: runtest frameworks-services

6 years agoAdd metrics (and moar logging) for when a service disables itself.
Felipe Leme [Wed, 20 Sep 2017 20:55:28 +0000 (13:55 -0700)]
Add metrics (and moar logging) for when a service disables itself.

Test: adb shell logcat -b events | grep sysui_
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases

Bug: 65376559
Bug: 65856399

Change-Id: Ieb54bb0a58ecd51da663170a12817d33188ac9f0

6 years agoBump the importance of foreground service notis
Julia Reynolds [Fri, 22 Sep 2017 15:19:38 +0000 (15:19 +0000)]
Bump the importance of foreground service notis
am: 8617e4ec9e

Change-Id: Id950d5b10a53bc5f4d7a73b6dcc6876cc3bcd104

6 years agoMerge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666
Christopher Schuster [Fri, 22 Sep 2017 15:11:08 +0000 (15:11 +0000)]
Merge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666
am: 928b7cba47

Change-Id: I1c41d3eb7ac815b8cf04879fbeee70a66d5a2a3e

6 years agoBump the importance of foreground service notis
Julia Reynolds [Mon, 18 Sep 2017 20:52:37 +0000 (16:52 -0400)]
Bump the importance of foreground service notis

Unless the user has chosen an importance.

Change-Id: Ibe82c91c6a98a75fc623784300f3f906879e8a80
Fixes: 65640487
Test: runtest systemui-notification

6 years agoMerge "fixed handling of data URI schemes in Intent.toUri"
Christopher Schuster [Fri, 22 Sep 2017 15:02:03 +0000 (15:02 +0000)]
Merge "fixed handling of data URI schemes in Intent.toUri"
am: c3d3cf5666

Change-Id: Id4b8ef16f7a428e6c3d8b382387cf575d05926ad

6 years agoMerge "Move non-public intent out of the public namespace" into oc-mr1-dev
Neil Fuller [Fri, 22 Sep 2017 10:31:43 +0000 (10:31 +0000)]
Merge "Move non-public intent out of the public namespace" into oc-mr1-dev
am: 3f1ba67f1e

Change-Id: Ie93db5b1770cc05ba476b97b829a8f8e1925f673

6 years agoMerge "Move non-public intent out of the public namespace" into oc-mr1-dev
TreeHugger Robot [Fri, 22 Sep 2017 10:24:43 +0000 (10:24 +0000)]
Merge "Move non-public intent out of the public namespace" into oc-mr1-dev

6 years agoMerge "fixed handling of data URI schemes in Intent.toUri"
Treehugger Robot [Fri, 22 Sep 2017 09:04:16 +0000 (09:04 +0000)]
Merge "fixed handling of data URI schemes in Intent.toUri"

6 years agoMerge "Add checking values not to save illegal value to appwidgets.xml" am: 941d4b213...
Takamasa Kuramitsu [Fri, 22 Sep 2017 02:49:30 +0000 (02:49 +0000)]
Merge "Add checking values not to save illegal value to appwidgets.xml" am: 941d4b2135 am: 1807cb4a88
am: 3583e1f079

Change-Id: Ic1c8ccd34433201b73066d9fb016aa03b1cefa4a

6 years agoMerge "Add checking values not to save illegal value to appwidgets.xml" am: 941d4b2135
Takamasa Kuramitsu [Fri, 22 Sep 2017 02:43:24 +0000 (02:43 +0000)]
Merge "Add checking values not to save illegal value to appwidgets.xml" am: 941d4b2135
am: 1807cb4a88

Change-Id: I6e02c6dead092e8727f8ef76eaf689ef0cfec376

6 years agoMerge "Add checking values not to save illegal value to appwidgets.xml"
Takamasa Kuramitsu [Fri, 22 Sep 2017 02:37:24 +0000 (02:37 +0000)]
Merge "Add checking values not to save illegal value to appwidgets.xml"
am: 941d4b2135

Change-Id: I4d74a5deb0a48e4b61dcfacb3f19f735afe5d95e

6 years agoMerge "Add checking values not to save illegal value to appwidgets.xml"
Treehugger Robot [Fri, 22 Sep 2017 02:17:47 +0000 (02:17 +0000)]
Merge "Add checking values not to save illegal value to appwidgets.xml"

6 years agoMerge "Bump up OOM priority of bound VrListenerService." into oc-mr1-dev
Ruben Brunk [Fri, 22 Sep 2017 01:11:51 +0000 (01:11 +0000)]
Merge "Bump up OOM priority of bound VrListenerService." into oc-mr1-dev
am: 71acf7074f

Change-Id: I96afa04e3482663ad28316d928390d94c2015673

6 years agoMerge "Implement ConnectivityService TODO and fix many race conditions" into oc-mr1-dev
Hugo Benichi [Fri, 22 Sep 2017 01:07:33 +0000 (01:07 +0000)]
Merge "Implement ConnectivityService TODO and fix many race conditions" into oc-mr1-dev
am: 49b8850cd1

Change-Id: I5729967b3009cb541e586df8117fca3cee860feb

6 years agoMerge "Bump up OOM priority of bound VrListenerService." into oc-mr1-dev
TreeHugger Robot [Fri, 22 Sep 2017 00:59:29 +0000 (00:59 +0000)]
Merge "Bump up OOM priority of bound VrListenerService." into oc-mr1-dev

6 years agoMerge "Implement ConnectivityService TODO and fix many race conditions" into oc-mr1-dev
Hugo Benichi [Fri, 22 Sep 2017 00:50:39 +0000 (00:50 +0000)]
Merge "Implement ConnectivityService TODO and fix many race conditions" into oc-mr1-dev

6 years agoMerge "Swipe for notifications should work when navigation occludes keyguard" into...
Kevin Chyn [Fri, 22 Sep 2017 00:25:51 +0000 (00:25 +0000)]
Merge "Swipe for notifications should work when navigation occludes keyguard" into oc-mr1-dev
am: 3e3e05c933

Change-Id: I9322641eec548fb74dafffdb5250c94d3933a3e7

6 years agoMerge "Swipe for notifications should work when navigation occludes keyguard" into...
Kevin Chyn [Fri, 22 Sep 2017 00:07:16 +0000 (00:07 +0000)]
Merge "Swipe for notifications should work when navigation occludes keyguard" into oc-mr1-dev

6 years agoMerge "Remove debug logging from PowerManagerService." into oc-mr1-dev
Santos Cordon [Thu, 21 Sep 2017 22:39:10 +0000 (22:39 +0000)]
Merge "Remove debug logging from PowerManagerService." into oc-mr1-dev
am: 73e6ff1925

Change-Id: I095f84243b1e9d9e75ffd8747fb69942d12a3ee5

6 years agoMerge "Remove debug logging from PowerManagerService." into oc-mr1-dev
Santos Cordon [Thu, 21 Sep 2017 22:23:48 +0000 (22:23 +0000)]
Merge "Remove debug logging from PowerManagerService." into oc-mr1-dev

6 years agoMerge "Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a73...
Android Build Merger (Role) [Thu, 21 Sep 2017 22:11:44 +0000 (22:11 +0000)]
Merge "Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1 am: 60315cab7a am: 79b94a58a4" into oc-mr1-dev-plus-aosp

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1...
Andre Eisenbach [Thu, 21 Sep 2017 22:07:29 +0000 (22:07 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1 am: 60315cab7a
am: 79b94a58a4

Change-Id: I4aa1a4878f5fcf170894d2427c7d320176145c08

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1...
Andre Eisenbach [Thu, 21 Sep 2017 22:03:12 +0000 (22:03 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1 am: 60315cab7a
am: 9cc57140cc

Change-Id: I623425d7c482fd47f71978eed46e4de825c86afd

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1
Andre Eisenbach [Thu, 21 Sep 2017 21:52:43 +0000 (21:52 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1
am: 60315cab7a

Change-Id: I951c387b9f3d2c2df5eccb6b3d5e50206b0db84e

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1
Andre Eisenbach [Thu, 21 Sep 2017 21:52:39 +0000 (21:52 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1
am: 60315cab7a

Change-Id: I88d00765cd8e9a3f8b31135f3b63f9a25012dac1

6 years agoMerge "Only call negative listener when SaveUI is dismissed by tapping button." into...
Felipe Leme [Thu, 21 Sep 2017 21:51:14 +0000 (21:51 +0000)]
Merge "Only call negative listener when SaveUI is dismissed by tapping button." into oc-mr1-dev
am: e8041834b1

Change-Id: I3e2bfcf5f2e00e542b0a4516f2c1eebd4f378218

6 years agoMerge "Camera: Add more documentation about thrown exceptions." into oc-mr1-dev
Eino-Ville Talvala [Thu, 21 Sep 2017 21:44:19 +0000 (21:44 +0000)]
Merge "Camera: Add more documentation about thrown exceptions." into oc-mr1-dev
am: a120e6b604

Change-Id: Ie82286ec2e597affc50ea817e29de9caeac11bb2

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev
Andre Eisenbach [Thu, 21 Sep 2017 21:40:45 +0000 (21:40 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev
am: 5c54a732f1

Change-Id: I62bacf450c64f98e44e15e0a1ec7a4f13f2982c4

6 years agoMerge "Only call negative listener when SaveUI is dismissed by tapping button." into...
TreeHugger Robot [Thu, 21 Sep 2017 20:44:50 +0000 (20:44 +0000)]
Merge "Only call negative listener when SaveUI is dismissed by tapping button." into oc-mr1-dev

6 years agoMerge "Camera: Add more documentation about thrown exceptions." into oc-mr1-dev
TreeHugger Robot [Thu, 21 Sep 2017 19:50:33 +0000 (19:50 +0000)]
Merge "Camera: Add more documentation about thrown exceptions." into oc-mr1-dev

6 years agoMerge "Import translations. DO NOT MERGE" into oc-mr1-dev
Bill Yi [Thu, 21 Sep 2017 18:51:09 +0000 (18:51 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev
am: 20f3c4508c  -s ours

Change-Id: Ie8b664833fa4b20844e1fb2b4edd2d8478d399b4

6 years agoMerge "Import translations. DO NOT MERGE" into oc-mr1-dev
TreeHugger Robot [Thu, 21 Sep 2017 18:42:51 +0000 (18:42 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev

6 years agoSwipe for notifications should work when navigation occludes keyguard
Kevin Chyn [Thu, 21 Sep 2017 18:41:01 +0000 (11:41 -0700)]
Swipe for notifications should work when navigation occludes keyguard

Fixes: 65780650

Test: 1) Enable FP swipe
2) Start navigation
3) Turn off screen
4) Turn on screen
5) Swipe for notifications should work while maps is on top of keyguard

Change-Id: I5d8c75db940bfdfa4e29643c1ba89a119ec6a954

6 years agoMerge "Improve AVRCP quality and state handling (2/2)" into oc-dev
Andre Eisenbach [Thu, 21 Sep 2017 18:15:27 +0000 (18:15 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev

6 years agoRemove debug logging from PowerManagerService.
Santos Cordon [Wed, 20 Sep 2017 22:25:44 +0000 (15:25 -0700)]
Remove debug logging from PowerManagerService.

Previously set to true accidentally.
Bug: 66209945
Test: Manual

Change-Id: Ie34ff30b43107897cbffc6258cb6c3e867d5da2e

6 years agoMerge "Remove finished sessions on ACTION_CLOSE_SYSTEM_DIALOGS." into oc-mr1-dev
Felipe Leme [Thu, 21 Sep 2017 17:05:24 +0000 (17:05 +0000)]
Merge "Remove finished sessions on ACTION_CLOSE_SYSTEM_DIALOGS." into oc-mr1-dev
am: 56e5c3944b

Change-Id: I53e1d77508d3d502f31ecc4f907dc0b26fadbf7b

6 years agoMerge "Remove finished sessions on ACTION_CLOSE_SYSTEM_DIALOGS." into oc-mr1-dev
TreeHugger Robot [Thu, 21 Sep 2017 16:54:44 +0000 (16:54 +0000)]
Merge "Remove finished sessions on ACTION_CLOSE_SYSTEM_DIALOGS." into oc-mr1-dev

6 years agoMerge "Ensure profile-specific PiP notification is shown." into oc-mr1-dev
Winson Chung [Thu, 21 Sep 2017 16:46:20 +0000 (16:46 +0000)]
Merge "Ensure profile-specific PiP notification is shown." into oc-mr1-dev
am: 66f2d56556

Change-Id: I9145bce7131e695a696e50b3e46e5c4a30a8e669

6 years agoMerge "Ensure profile-specific PiP notification is shown." into oc-mr1-dev
Winson Chung [Thu, 21 Sep 2017 16:38:16 +0000 (16:38 +0000)]
Merge "Ensure profile-specific PiP notification is shown." into oc-mr1-dev

6 years agoImport translations. DO NOT MERGE am: de5eefa935 -s ours am: 9d008286c7 -s ours...
Bill Yi [Thu, 21 Sep 2017 16:32:35 +0000 (16:32 +0000)]
Import translations. DO NOT MERGE am: de5eefa935  -s ours am: 9d008286c7  -s ours am: b4e9b3f651  -s ours am: 7139a4dd5e  -s ours
am: 1270fa196a  -s ours

Change-Id: I98245b3c39a0e25fafd042b5f8d528d385aaf892

6 years agoImport translations. DO NOT MERGE am: de5eefa935 -s ours am: 9d008286c7 -s ours...
Bill Yi [Thu, 21 Sep 2017 16:29:28 +0000 (16:29 +0000)]
Import translations. DO NOT MERGE am: de5eefa935  -s ours am: 9d008286c7  -s ours am: b4e9b3f651  -s ours am: 7139a4dd5e  -s ours
am: 341759f995  -s ours

Change-Id: Ibf2a76d8459c88f24f1ef59f96e2a89e46ff89e8

6 years agoMerge "Import translations. DO NOT MERGE am: 50e19c566e -s ours am: e708378dc9 ...
Android Build Merger (Role) [Thu, 21 Sep 2017 16:22:38 +0000 (16:22 +0000)]
Merge "Import translations. DO NOT MERGE am: 50e19c566e  -s ours am: e708378dc9  -s ours am: 05d82e887a  -s ours" into oc-mr1-dev-plus-aosp

6 years agoImport translations. DO NOT MERGE am: de5eefa935 -s ours am: 9d008286c7 -s ours...
Bill Yi [Thu, 21 Sep 2017 16:19:42 +0000 (16:19 +0000)]
Import translations. DO NOT MERGE am: de5eefa935  -s ours am: 9d008286c7  -s ours am: b4e9b3f651  -s ours
am: 7139a4dd5e  -s ours

Change-Id: I9a8c5a42038743f46b46b26b26d383799a102bde

6 years agoImport translations. DO NOT MERGE am: de5eefa935 -s ours am: 9d008286c7 -s ours...
Bill Yi [Thu, 21 Sep 2017 16:19:40 +0000 (16:19 +0000)]
Import translations. DO NOT MERGE am: de5eefa935  -s ours am: 9d008286c7  -s ours am: b4e9b3f651  -s ours
am: 7139a4dd5e  -s ours

Change-Id: I7192304b8aaad74dfab22571892b66e8c84a9736

6 years agoImport translations. DO NOT MERGE am: 50e19c566e -s ours am: e708378dc9 -s ours
Bill Yi [Thu, 21 Sep 2017 16:19:07 +0000 (16:19 +0000)]
Import translations. DO NOT MERGE am: 50e19c566e  -s ours am: e708378dc9  -s ours
am: 05d82e887a  -s ours

Change-Id: Ie960ff87958349e40171a1205dc67794fcf27826

6 years agoImport translations. DO NOT MERGE am: 50e19c566e -s ours am: e708378dc9 -s ours
Bill Yi [Thu, 21 Sep 2017 16:18:01 +0000 (16:18 +0000)]
Import translations. DO NOT MERGE am: 50e19c566e  -s ours am: e708378dc9  -s ours
am: e7f7be9e14  -s ours

Change-Id: I7e88ec07c8fd6b0b595f675fd4f0f2e77cbcca77

6 years agoImport translations. DO NOT MERGE am: de5eefa935 -s ours am: 9d008286c7 -s ours
Bill Yi [Thu, 21 Sep 2017 16:13:13 +0000 (16:13 +0000)]
Import translations. DO NOT MERGE am: de5eefa935  -s ours am: 9d008286c7  -s ours
am: b4e9b3f651  -s ours

Change-Id: I8b727efb19b68f7adfc1f3eda4240e70551b8102