OSDN Git Service

android-x86/frameworks-base.git
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

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

Change-Id: I612ec60f0d931d3fd94c7b116614d3ddd5cf7ca0

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 agoAbility to getStack by windowingMode/activityType in WM.
Wale Ogunwale [Wed, 20 Sep 2017 22:37:35 +0000 (15:37 -0700)]
Ability to getStack by windowingMode/activityType in WM.

Another step away from using static stack ids for things.

Test: Existing tests pass.
Test: go/wm-smoke
Bug: 64146578
Change-Id: I419eca4968ea97bfa6ff71f6e1deaa247abd0328

6 years agoMerge "Moved ActivityDisplay to its own class file."
Wale Ogunwale [Sat, 23 Sep 2017 16:03:48 +0000 (16:03 +0000)]
Merge "Moved ActivityDisplay to its own class file."

6 years agoMoved ActivityDisplay to its own class file.
Wale Ogunwale [Tue, 19 Sep 2017 22:13:01 +0000 (15:13 -0700)]
Moved ActivityDisplay to its own class file.

Clean-up before the next windowing mode refactor.
Also:
- Change the return type of ActivityStack.shouldBeVisible from int
to boolean since it is now binary.
- Removed ActivityStack.mRecentTasks. Changed call points to use
the reference in ActivityStackSuperior.
- Removed ActivityStack.mStacks and ActivityStackSuperior.mStack.
Changed call points to use reference in ActivityDisplay.
- Removed a few unused methods and variables.

Fixes: 66452053
Test: Existing tests pass.
Change-Id: Id9f4c668cdfc638820ad1777db85ac4d2619b85a

6 years agoFix a timestamp bug.
Yao Chen [Fri, 22 Sep 2017 06:39:12 +0000 (23:39 -0700)]
Fix a timestamp bug.

Test: manual
Change-Id: I8067fa8029c0b5702cae09202f8f9f7e443e902d

6 years agoMerge "Fixing method asymmetry in Parcel"
TreeHugger Robot [Sat, 23 Sep 2017 04:18:46 +0000 (04:18 +0000)]
Merge "Fixing method asymmetry in Parcel"

6 years agoMerge "clang-format existing code in statsd."
TreeHugger Robot [Sat, 23 Sep 2017 04:17:46 +0000 (04:17 +0000)]
Merge "clang-format existing code in statsd."

6 years agoMerge "Logs how long it took to show the Autofill UI after a field was focused."
TreeHugger Robot [Sat, 23 Sep 2017 03:32:37 +0000 (03:32 +0000)]
Merge "Logs how long it took to show the Autofill UI after a field was focused."

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

Change-Id: I245a6ff2fb5220bf0ffcca475ea2ec0ffa597bd8

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 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

Change-Id: Ia17f8b30d6eef0141b020085985b9ebacff7a455

6 years agoclang-format existing code in statsd.
Yao Chen [Fri, 22 Sep 2017 23:26:54 +0000 (16:26 -0700)]
clang-format existing code in statsd.

Added .clang-format, because there isn't an official .clang-format file for Android framework code.

before we upload changes, do:

clang-format -style=file -i [file list]

to format the files that you touched.

Test: formatting only. NO code changes.
Change-Id: I90e87f1ee6618da8ea9bc2221c609c415a4046a8

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

Change-Id: I952357aa76aca5bb6f90d427ddf3d4d5d38f06fe

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:26:36 +0000 (21:26 +0000)]
Merge "Add metrics (and moar logging) for when a service disables itself." into oc-mr1-dev am: 6f50d16338
am: cbbc364ec0

Change-Id: Iba0a0e66168a5716aa7cfc2f068fa922d19b02e9

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

Change-Id: I7a77d5b16226fd1bea9f37623af8226255742dc6

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 changes from topic "avrcp_cherry_picks" am: b4e17814f0 am: 898bc38860 am: 8c95e...
Myles Watson [Fri, 22 Sep 2017 20:48:03 +0000 (20:48 +0000)]
Merge changes from topic "avrcp_cherry_picks" am: b4e17814f0 am: 898bc38860 am: 8c95e9be38
am: 1f4ee781bc

Change-Id: Id457833fd93065074d8d338d577e91da857ba41b

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

Change-Id: I45e7a2151e948f3f04497f704e779dd0e221af03

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 "Added jni and SurfaceControl methods for native setColor"
Chavi Weingarten [Fri, 22 Sep 2017 20:33:46 +0000 (20:33 +0000)]
Merge "Added jni and SurfaceControl methods for native setColor"

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 agoMerge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666 am: 928b7cb...
Christopher Schuster [Fri, 22 Sep 2017 20:15:29 +0000 (20:15 +0000)]
Merge "fixed handling of data URI schemes in Intent.toUri" am: c3d3cf5666 am: 928b7cba47 am: 067cfb369d
am: ef34f7b35d

Change-Id: I9c5a3706850706053d26ecdadf602ab2fafe3e8d

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

Change-Id: I61898fdbe7db5cbef1863fc1604625501d11c4ec

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 "hwuitest: added hwui test for TV application" into oc-mr1-dev am: 88dd458c9a
Dake Gu [Fri, 22 Sep 2017 19:55:42 +0000 (19:55 +0000)]
Merge "hwuitest: added hwui test for TV application" into oc-mr1-dev am: 88dd458c9a
am: 9a98142be3

Change-Id: I1f90d7c4a1e028bbe967aa5fbe47c8f0c24f5a35

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 "Make StrictMode constants visible for testing"
Kurt Nelson [Fri, 22 Sep 2017 19:35:18 +0000 (19:35 +0000)]
Merge "Make StrictMode constants visible for testing"

6 years agoMerge "WifiManager: Change documentation of #getConfiguredNetworks"
Roshan Pius [Fri, 22 Sep 2017 19:29:50 +0000 (19:29 +0000)]
Merge "WifiManager: Change documentation of #getConfiguredNetworks"

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 agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Fri, 22 Sep 2017 18:49:21 +0000 (18:49 +0000)]
Merge "Import translations. DO NOT MERGE"

6 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Fri, 22 Sep 2017 18:33:05 +0000 (18:33 +0000)]
Merge "Import translations. DO NOT MERGE"

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 "incidentd: Adding Notification Listener and Disabling Effects Data to Notifica...
Kweku Adams [Fri, 22 Sep 2017 18:08:00 +0000 (18:08 +0000)]
Merge "incidentd: Adding Notification Listener and Disabling Effects Data to NotificationManager proto output."

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 agoMerge "Add new methods to PkgMgrWrapper for testing"
Jeffrey Huang [Fri, 22 Sep 2017 17:01:48 +0000 (17:01 +0000)]
Merge "Add new methods to PkgMgrWrapper for testing"

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 am: 8617e4ec9e
Julia Reynolds [Fri, 22 Sep 2017 15:26:41 +0000 (15:26 +0000)]
Bump the importance of foreground service notis am: 8617e4ec9e
am: dcaae9dbd0

Change-Id: I05d29d9d230f75c579f163c61c44d05c700a446a

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 "Implement Closeable on LocalServerSocket."
Jake Wharton [Fri, 22 Sep 2017 14:37:42 +0000 (14:37 +0000)]
Merge "Implement Closeable on LocalServerSocket."

6 years agoMerge "Pass text direction from StaticLayout to Layout"
TreeHugger Robot [Fri, 22 Sep 2017 14:28:00 +0000 (14:28 +0000)]
Merge "Pass text direction from StaticLayout to Layout"

6 years agoMerge "[Keyboard shortcuts] - fix NPE related to assist component"
TreeHugger Robot [Fri, 22 Sep 2017 12:04:47 +0000 (12:04 +0000)]
Merge "[Keyboard shortcuts] - fix NPE related to assist component"

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

Change-Id: I77143a608c7823dddd33a06d77936f7404a46f3d

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 agoFixing method asymmetry in Parcel
Sunny Goyal [Fri, 22 Sep 2017 04:39:20 +0000 (21:39 -0700)]
Fixing method asymmetry in Parcel

Test: manually
Change-Id: I2a8321023b40cc74b7026eb0fb32a9cc5f5543a9

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

Change-Id: I84b96c7be4815fc102ffede2c6262ef5037814e7

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 am: 71acf7074f
Ruben Brunk [Fri, 22 Sep 2017 01:30:45 +0000 (01:30 +0000)]
Merge "Bump up OOM priority of bound VrListenerService." into oc-mr1-dev am: 71acf7074f
am: 2ce9f2f9c3

Change-Id: I433ae71f378526f712b55503941b6188301d2a90

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

Change-Id: I9acc47d1db8d98aa779b0fcbb2ffeb9b4189eadd

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:40:54 +0000 (00:40 +0000)]
Merge "Swipe for notifications should work when navigation occludes keyguard" into oc-mr1-dev am: 3e3e05c933
am: 8933600f0b

Change-Id: I532513507f687df1051fd29f2d6a6204dd063f1e

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."
TreeHugger Robot [Thu, 21 Sep 2017 23:44:49 +0000 (23:44 +0000)]
Merge "Remove debug logging from PowerManagerService."

6 years agoMerge "Fixing permanent lockout output for FingerprintService."
TreeHugger Robot [Thu, 21 Sep 2017 23:41:59 +0000 (23:41 +0000)]
Merge "Fixing permanent lockout output for FingerprintService."

6 years agoAdd new methods to PkgMgrWrapper for testing
jeffreyhuang [Thu, 21 Sep 2017 23:35:42 +0000 (16:35 -0700)]
Add new methods to PkgMgrWrapper for testing

 - add setApplicationEnabledSetting
 - add getApplicationEnabledSetting

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: I9defa642c0f0b3acb0e4f6cf1fd6adcf8c58424f

6 years agoMerge "Fix alpha fading in System UI"
TreeHugger Robot [Thu, 21 Sep 2017 23:21:42 +0000 (23:21 +0000)]
Merge "Fix alpha fading in System UI"

6 years agoMerge "Adding new method to get installed packages."
TreeHugger Robot [Thu, 21 Sep 2017 23:08:57 +0000 (23:08 +0000)]
Merge "Adding new method to get installed packages."

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

Change-Id: Ia02be206d460c1e84c860f64aebc396f004f940f

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 "Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a73...
Andre Eisenbach [Thu, 21 Sep 2017 22:24:16 +0000 (22:24 +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
am: 7a488f8990

Change-Id: I211baa99d834d83ac49510038c3ed81885af7320

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 "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1...
Andre Eisenbach [Thu, 21 Sep 2017 22:15:45 +0000 (22:15 +0000)]
Merge "Improve AVRCP quality and state handling (2/2)" into oc-dev am: 5c54a732f1 am: 60315cab7a am: 9cc57140cc
am: 341b0d9015

Change-Id: I750cc781849106636105802836417d57bd17819a

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 "Switch version gate for fallback linespacing to P"
TreeHugger Robot [Thu, 21 Sep 2017 22:08:02 +0000 (22:08 +0000)]
Merge "Switch version gate for fallback linespacing to P"

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 "Only call negative listener when SaveUI is dismissed by tapping button." into...
Felipe Leme [Thu, 21 Sep 2017 22:01:56 +0000 (22:01 +0000)]
Merge "Only call negative listener when SaveUI is dismissed by tapping button." into oc-mr1-dev am: e8041834b1
am: 855495d733

Change-Id: I7a9987a3dbdad402b128f808876ff7f7ae59b5e2

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

Change-Id: Ideb508436828aff5667777a526aeef4da1d51fab