OSDN Git Service

android-x86/frameworks-base.git
6 years agoMerge "Now track "active time" in procstats."
TreeHugger Robot [Tue, 10 Jul 2018 01:12:22 +0000 (01:12 +0000)]
Merge "Now track "active time" in procstats."

6 years agoMerge "Fix readImmediately for CTS" into pi-dev am: ec328eea49
Hall Liu [Tue, 10 Jul 2018 01:01:01 +0000 (18:01 -0700)]
Merge "Fix readImmediately for CTS" into pi-dev am: ec328eea49
am: df1ac1700e

Change-Id: Ia80975223bf06bf6d8a04403a6ab11274ff22d6c

6 years agoMerge "Fix readImmediately for CTS" into pi-dev
Hall Liu [Tue, 10 Jul 2018 00:44:16 +0000 (17:44 -0700)]
Merge "Fix readImmediately for CTS" into pi-dev
am: ec328eea49

Change-Id: Ife6c64a03a3ac46430198db05ec6c9ac87524900

6 years agoMerge "Dump swipe up setting with OverviewProxyService"
TreeHugger Robot [Tue, 10 Jul 2018 00:29:01 +0000 (00:29 +0000)]
Merge "Dump swipe up setting with OverviewProxyService"

6 years agoMerge "Update SubscriptionInfo o use strings for mccmnc"
Hall Liu [Tue, 10 Jul 2018 00:08:14 +0000 (00:08 +0000)]
Merge "Update SubscriptionInfo o use strings for mccmnc"

6 years agoMerge "Auto-dark mode prototype"
TreeHugger Robot [Tue, 10 Jul 2018 00:02:26 +0000 (00:02 +0000)]
Merge "Auto-dark mode prototype"

6 years agoMerge "Remove CSV support" am: 0faecf7b89 am: 9fada2364f
Haibo Huang [Mon, 9 Jul 2018 22:56:22 +0000 (15:56 -0700)]
Merge "Remove CSV support" am: 0faecf7b89 am: 9fada2364f
am: 6fc2f09b35

Change-Id: I28d0bae71507247125daadf39313a9dab5b284fd

6 years agoMerge "Fix readImmediately for CTS" into pi-dev
TreeHugger Robot [Mon, 9 Jul 2018 22:47:29 +0000 (22:47 +0000)]
Merge "Fix readImmediately for CTS" into pi-dev

6 years agoMerge "Remove CSV support" am: 0faecf7b89
Haibo Huang [Mon, 9 Jul 2018 22:44:54 +0000 (15:44 -0700)]
Merge "Remove CSV support" am: 0faecf7b89
am: 9fada2364f

Change-Id: Ibf1fe01c8e69407decf760307ad3747f1c3cb317

6 years agoMerge "Add boolean to check never occurring zen schedule rule validity"
TreeHugger Robot [Mon, 9 Jul 2018 22:28:55 +0000 (22:28 +0000)]
Merge "Add boolean to check never occurring zen schedule rule validity"

6 years agoMerge "Remove CSV support"
Haibo Huang [Mon, 9 Jul 2018 21:41:03 +0000 (14:41 -0700)]
Merge "Remove CSV support"
am: 0faecf7b89

Change-Id: I02e8b74299afda2642567e3fcf9a41653cb7b888

6 years agoDump swipe up setting with OverviewProxyService
Winson Chung [Mon, 9 Jul 2018 21:30:54 +0000 (14:30 -0700)]
Dump swipe up setting with OverviewProxyService

- Rename some vars slightly to make it easer to understand when reading the
  dump

Bug: 111272828
Test: adb shell dumpsys activity service com.android.systemui
Change-Id: I3a913478abebb62058a978b52f50a1a03e587994

6 years agoMerge "TvInputManager: fix leaking Context when failed create Session"
Dake Gu [Mon, 9 Jul 2018 21:34:21 +0000 (21:34 +0000)]
Merge "TvInputManager: fix leaking Context when failed create Session"

6 years agoUpdate SubscriptionInfo o use strings for mccmnc
Hall Liu [Sat, 9 Jun 2018 01:14:21 +0000 (18:14 -0700)]
Update SubscriptionInfo o use strings for mccmnc

Add methods to get mcc/mnc as strings so that the leading-zero
ambiguity is resolved.

Test: manual (db update), unit tests
Bug: 35064313
Change-Id: I45c0bfefb7ffe98e3eab8e68d0e1170881ae9f4c

6 years agoMerge "Remove CSV support"
Haibo Huang [Mon, 9 Jul 2018 20:32:31 +0000 (20:32 +0000)]
Merge "Remove CSV support"

6 years agoMerge "Disable DND status change notification on watches."
Nick James [Mon, 9 Jul 2018 20:21:37 +0000 (20:21 +0000)]
Merge "Disable DND status change notification on watches."

6 years agoNow track "active time" in procstats.
Dianne Hackborn [Mon, 9 Jul 2018 16:09:05 +0000 (09:09 -0700)]
Now track "active time" in procstats.

Associations now keep track of the time they are
actively involved in impacting their target application.
This is based on the procstate propagating through the
association being the same as the procstate of its target
process...  so it may count as active when there is
another reason for that process to be in the same state.

To do this, we now maintain a set of "tracking
associations" -- these are in-use associations that
we know we need to be tracking to determine whether
they are active.  This list is built based on whether
we at all consider an association during an oom_adj
computation, and at the end of that walked to determine
which of those associations are currently active.

Also add tracking of associations through external
provider references, with a tag name now needing to be
passed through so we can mark up the reason for the
external reference.

Test: manual
Bug: 110957691
Change-Id: I426a499834e20a9d7f2b439faf9cb398d9792fa2

6 years agoMerge "Add experiment flag to control binder call stats."
Olivier Gaillard [Mon, 9 Jul 2018 19:09:47 +0000 (19:09 +0000)]
Merge "Add experiment flag to control binder call stats."

6 years agoMerge "Move BinderProxy serialization into Java."
Martijn Coenen [Mon, 9 Jul 2018 18:12:06 +0000 (18:12 +0000)]
Merge "Move BinderProxy serialization into Java."

6 years agoMove BinderProxy serialization into Java.
Martijn Coenen [Thu, 5 Jul 2018 12:58:59 +0000 (14:58 +0200)]
Move BinderProxy serialization into Java.

The BinderProxy class is not thread-safe, and all calls into
it were serialized by holding gProxyLock from JNI code. More
recently, we've been wanting to access BinderProxy from Java
code directly, and having the lock in native complicated things.

This change removes the lock in native code and adds it in the
Java layer. A benefit of this change is that it reduces the
scope of where a lock is held. On the flip side, we no longer
have a cached BinderProxyNativeData object lying around. This
means we now allocate/free a BinderProxyNativeData even if we
already have a Java object lying around for the native object,
which can happen quite frequently. But we deem the impact of
this to be acceptable.

Bug: 109888955
Test: sailfish builds, boots, proxy warnings still show
Change-Id: If2f4dbe5486ec7af0ef8ea42d24ac3a4330cc05a

6 years agoFix janky wakeup animation am: c4cf07a16f
Jorim Jaggi [Mon, 9 Jul 2018 18:04:52 +0000 (11:04 -0700)]
Fix janky wakeup animation am: c4cf07a16f
am: ad08a8b21d

Change-Id: I3e9c1c9b5983534708ea2a092ed5b7523487f0bf

6 years agoFix janky wakeup animation
Jorim Jaggi [Mon, 9 Jul 2018 17:55:53 +0000 (10:55 -0700)]
Fix janky wakeup animation
am: c4cf07a16f

Change-Id: I198ed0d6d5385ba54f548def2680a02a400ee0c2

6 years agoMerge "[QS] Use DateFormat with night tile time"
TreeHugger Robot [Mon, 9 Jul 2018 17:38:36 +0000 (17:38 +0000)]
Merge "[QS] Use DateFormat with night tile time"

6 years agoDisable DND status change notification on watches.
Nick [Tue, 3 Jul 2018 18:32:39 +0000 (11:32 -0700)]
Disable DND status change notification on watches.

Added a check to the showZenUpgradeNotification logic to detect the
presence of a watch.
Reupload of ag/4436427 which was reverted (ag/4466787) because I forgot to get
approvals from main Android team.

Bug: 74178001
Test: Flashed image to watch, saw expected behavior
Change-Id: If88df0fe2f3ecd0d6e075d56747ba32213bb2131

6 years agoAuto-dark mode prototype
John Reck [Tue, 3 Jul 2018 01:33:32 +0000 (18:33 -0700)]
Auto-dark mode prototype

Experimental force_dark prototype mode. Enabled
by setting debug.hwui.force_dark to true.

Test: verified nothing changes without prop being set

Change-Id: Ib02f3f1a9c591cab1f312b827451f04c782c2f41

6 years agoFix janky wakeup animation
Jorim Jaggi [Thu, 5 Jul 2018 16:28:12 +0000 (18:28 +0200)]
Fix janky wakeup animation

Previous wake-up animation was totally broken before, as multiple
animations were running with different interpolators and different
durations, creating a really jaring experience for the front-door
of the phone, which users see hundreds of times a day.

Instead, we use a single animator to drive everything, and pass in
both the interpolated and the linear value so the right value can
be used in whichever place.

Test: Wakeup/sleep phone with different numbers of notifications
Fixes: 110980608
Change-Id: If1758404a4c49fcd7dc9fa3c93bb18e42a586632

6 years agoWM: Add debug information proto definition from other branch
Adrian Roos [Fri, 6 Jul 2018 09:39:54 +0000 (02:39 -0700)]
WM: Add debug information proto definition from other branch

To make sure that the proto definitions stay in sync across branches,
we merge them to master even though the logic for this does not exist
here.

Bug: 111062294
Test: make droid
Change-Id: I2521cfde6cdc04644666eff753226d6d008d378f

6 years agoMerge "Fix Power menu background vanish"
Wesley Wang [Mon, 9 Jul 2018 06:05:12 +0000 (06:05 +0000)]
Merge "Fix Power menu background vanish"

6 years agoFix Power menu background vanish
Wesley.CW Wang [Wed, 4 Jul 2018 09:35:00 +0000 (17:35 +0800)]
Fix Power menu background vanish

 - Separated button & origin button use same HardwareBgDrawable caused
power menu background vanish when keyboard showing.
 - Let separated button use mSeparatedViewBackground & origin button use
 mListBackground to fix this bug.
 - Rename View mChild to mList.

Test: Manually, long press power key to launch power menu when keyboard
showing, power menu background should display normally.
Bug: 111101759

Change-Id: Ic08cabc63daebc4001c8eda751857d11cb0e6352

6 years agoMerge "Revert "Add UrlSpanFactory to Linkify""
TreeHugger Robot [Sun, 8 Jul 2018 00:10:34 +0000 (00:10 +0000)]
Merge "Revert "Add UrlSpanFactory to Linkify""

6 years agoRevert "Add UrlSpanFactory to Linkify"
Ian Pedowitz [Sat, 7 Jul 2018 22:02:29 +0000 (22:02 +0000)]
Revert "Add UrlSpanFactory to Linkify"

This reverts commit ad4883bb1b2a3e5e0c3a6345ee0ab05e4c1e4a43.

Reason for revert: b/111218263

Bug: 28536972
Bug: 32613009
Bug: 29150779
Change-Id: Idc1621d472d742929f56d10d72b077b774b9e56e

6 years agoMerge "Update OWNERS file"
TreeHugger Robot [Sat, 7 Jul 2018 02:22:38 +0000 (02:22 +0000)]
Merge "Update OWNERS file"

6 years agoMerge "Add UrlSpanFactory to Linkify"
Siyamed Sinir [Sat, 7 Jul 2018 00:57:35 +0000 (00:57 +0000)]
Merge "Add UrlSpanFactory to Linkify"

6 years agoMerge "docs: Typo fixes"
Andrew Solovay [Sat, 7 Jul 2018 00:55:34 +0000 (00:55 +0000)]
Merge "docs: Typo fixes"

6 years agoRemove CSV support
Haibo Huang [Fri, 6 Jul 2018 23:55:27 +0000 (16:55 -0700)]
Remove CSV support

CSV is deprecated upstream. See:
https://github.com/google/benchmark/commit/7b8d0249d8d66040ce9ffe6b94cc8421ef3e61d8

Test: m checkbuild
Change-Id: I4b85535d4296c6f0d1f0eec95b40c065b3143134

6 years ago[automerger skipped] Merge "Hide windows even when AOD is off" into pi-dev am: 5c75b5b60e
Lucas Dupin [Fri, 6 Jul 2018 22:34:20 +0000 (15:34 -0700)]
[automerger skipped] Merge "Hide windows even when AOD is off" into pi-dev am: 5c75b5b60e
am: 4b6d16696f  -s ours

Change-Id: I61f9373e217095ad224415ad17cc1061d0fc8dbf

6 years agoMerge "Hide windows even when AOD is off" into pi-dev
Lucas Dupin [Fri, 6 Jul 2018 22:23:30 +0000 (15:23 -0700)]
Merge "Hide windows even when AOD is off" into pi-dev
am: 5c75b5b60e

Change-Id: If72e024f9d3d31ef774588b5cac5f1b553608717

6 years agoMerge "Hide windows even when AOD is off" into pi-dev
TreeHugger Robot [Fri, 6 Jul 2018 22:10:50 +0000 (22:10 +0000)]
Merge "Hide windows even when AOD is off" into pi-dev

6 years agodocs: Typo fixes
Andrew Solovay [Fri, 29 Jun 2018 22:08:11 +0000 (15:08 -0700)]
docs: Typo fixes

Misc. typo fixes, just to XML comments (for Javadocs).

Staged to:

http://go/dac-stage/reference/android/view/ViewGroup.html#attr_android:persistentDrawingCache

Test: make ds-docs
Bug: 37140564
Bug: 38269885
Change-Id: I1f61353166d1c4d63501dd930e6d76abe47a8b47

6 years agoMerge "Type Allocation Code & Manufacturer Code" am: ff801e5fd7 am: 50f29d8ecf
Jordan Liu [Fri, 6 Jul 2018 19:25:08 +0000 (12:25 -0700)]
Merge "Type Allocation Code & Manufacturer Code" am: ff801e5fd7 am: 50f29d8ecf
am: bf4acfb71b

Change-Id: I8d4cb6a658f2e9d09b9904c722218ef594fb694a

6 years agoMerge "Type Allocation Code & Manufacturer Code" am: ff801e5fd7
Jordan Liu [Fri, 6 Jul 2018 19:15:49 +0000 (12:15 -0700)]
Merge "Type Allocation Code & Manufacturer Code" am: ff801e5fd7
am: 50f29d8ecf

Change-Id: Ia5ee66c5f99ddd0700bc971ba895c73594e9a517

6 years agoMerge "Type Allocation Code & Manufacturer Code"
Jordan Liu [Fri, 6 Jul 2018 19:06:39 +0000 (12:06 -0700)]
Merge "Type Allocation Code & Manufacturer Code"
am: ff801e5fd7

Change-Id: I95b5fd3d2fb977db3f37dcf23c2125c521c1ccd1

6 years agoTvInputManager: fix leaking Context when failed create Session
Dake Gu [Tue, 3 Jul 2018 22:21:03 +0000 (15:21 -0700)]
TvInputManager: fix leaking Context when failed create Session

If TvInputManagerService fails and returns null token, TvInputManager
does not create a Session object, so the onSessionReleased() will not
be executed. mSessionCallbackRecordMap does not clear the entry
in this case.

Bug: 110959874
Test: Create a TVView, call tune() with invalid id, run adb shell
      dumpsys meminfo and check activity count is not leaking.
Change-Id: Id0c81a99cb222bac98778e5d494ebd8665cf950f

6 years agoMerge "Type Allocation Code & Manufacturer Code"
Jordan Liu [Fri, 6 Jul 2018 17:51:42 +0000 (17:51 +0000)]
Merge "Type Allocation Code & Manufacturer Code"

6 years agoUpate BatteryStats version after fixing mMinLearnedBatteryCapacity
zhouwenjie [Fri, 6 Jul 2018 17:23:00 +0000 (10:23 -0700)]
Upate BatteryStats version after fixing mMinLearnedBatteryCapacity
calculation.

Bug: 111132682
Test: manual
Change-Id: Ie2964bbc8480c8758b7b54e25ec9e95a329a2285

6 years agoMerge "Transforms uid to packages for the raw data"
TreeHugger Robot [Fri, 6 Jul 2018 17:17:15 +0000 (17:17 +0000)]
Merge "Transforms uid to packages for the raw data"

6 years agoresolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp...
Neil Fuller [Fri, 6 Jul 2018 17:05:44 +0000 (10:05 -0700)]
resolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp-master am: 3147288c3b
am: f53c7a2ae5

Change-Id: Id591cb0be593fd6e0e742c8e323f5a9cae21c30b

6 years agoresolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp...
Neil Fuller [Fri, 6 Jul 2018 16:59:52 +0000 (09:59 -0700)]
resolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp-master
am: 3147288c3b

Change-Id: Ie04ef5cd3277271304c3564ee6e41d8c24dee74c

6 years agoAdd boolean to check never occurring zen schedule rule validity
Beverly [Fri, 6 Jul 2018 16:02:38 +0000 (12:02 -0400)]
Add boolean to check never occurring zen schedule rule validity

Bug: 111167252
Test: manual
Change-Id: If105898ae4299b1b24dfeb8476f8c35ff4b33ba4

6 years agoMerge "MediaPlayer2: merge EventHandler with TaskHandler"
TreeHugger Robot [Fri, 6 Jul 2018 15:47:23 +0000 (15:47 +0000)]
Merge "MediaPlayer2: merge EventHandler with TaskHandler"

6 years agoresolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp...
Neil Fuller [Fri, 6 Jul 2018 15:32:44 +0000 (16:32 +0100)]
resolve merge conflicts of 7980b19bc8fa1fb0c4b4b3abea891d6e245b3edd to stage-aosp-master

BUG: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: Ica0d3578c6e3fcd17b350f63b4acd471774ac014

6 years agoTransforms uid to packages for the raw data
Olivier Gaillard [Fri, 6 Jul 2018 14:21:13 +0000 (15:21 +0100)]
Transforms uid to packages for the raw data

Test: manual

Change-Id: I8d6ef245bb42a1f1c058dc43e23e82f2a8b70264

6 years agoMerge "Track changes in libcore to remove a constructor"
Treehugger Robot [Fri, 6 Jul 2018 13:58:29 +0000 (13:58 +0000)]
Merge "Track changes in libcore to remove a constructor"

6 years agoMerge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 08:58:28 +0000 (01:58 -0700)]
Merge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am: cec93100ea am: 7557661787 am: 199b3ee0d8 am: 6dc57344d6
am: 4fc0ab5d7f

Change-Id: I207cbc6261c814170a1018cf3403df55d7144321

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped...
Bill Yi [Fri, 6 Jul 2018 08:48:02 +0000 (01:48 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped: 33cf864720 am: c6d9bee144  -s ours am: bf6bbefe57  -s ours am: c1a9ad2a19  -s ours am: 648f0b4c44  -s ours
am: 1beddd17c3  -s ours

Change-Id: I498947d7b1119c44028c66f38f2b453518ae1f07

6 years agoMerge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 08:41:27 +0000 (01:41 -0700)]
Merge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am: 72e16b1754 am: af687adf49 am: f9a749eb82 am: b5334fff17
am: 6275ee519c

Change-Id: Ic94c73ecf0c37fab0c651c4c3fcf9f08866d2925

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped...
Bill Yi [Fri, 6 Jul 2018 08:31:10 +0000 (01:31 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped: 39c48a1168 am: a05627322f  -s ours am: a8276b8de4  -s ours am: 1080ba61c3  -s ours am: 0ae92cd7fa  -s ours
am: 611fb78256  -s ours

Change-Id: I31cfb9f9fbf6b877409aff2add037e66a92e4e24

6 years agoMerge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 08:25:24 +0000 (01:25 -0700)]
Merge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am: cec93100ea am: 7557661787 am: 199b3ee0d8
am: 6dc57344d6

Change-Id: I9444a409941d6a8c99fea77647c882c234130e81

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped...
Bill Yi [Fri, 6 Jul 2018 08:15:58 +0000 (01:15 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped: 33cf864720 am: c6d9bee144  -s ours am: bf6bbefe57  -s ours am: c1a9ad2a19  -s ours
am: 648f0b4c44  -s ours

Change-Id: I215661853a8dbeba6c09f509e549cd1e89b01357

6 years agoMerge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:58:10 +0000 (00:58 -0700)]
Merge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am: 6005492cb2 am: 851e826783 am: e2a7c24f03 am: d91868aee5
am: 539952c444

Change-Id: Icac62977b9436b668d92698523a0973a44576a73

6 years agoMerge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:57:55 +0000 (00:57 -0700)]
Merge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am: 72e16b1754 am: af687adf49 am: f9a749eb82
am: b5334fff17

Change-Id: I2e7f90604338e5d7d8139244167c540a617d8507

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped...
Bill Yi [Fri, 6 Jul 2018 07:48:40 +0000 (00:48 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped: 39c48a1168 am: a05627322f  -s ours am: a8276b8de4  -s ours am: 1080ba61c3  -s ours
am: 0ae92cd7fa  -s ours

Change-Id: Id975cb72fd89e421060606ae98a5f652bbb2b384

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped...
Bill Yi [Fri, 6 Jul 2018 07:47:24 +0000 (00:47 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped: 4740838b56 am: 8700285134  -s ours am: f2ea6f55d9  -s ours am: 9bf5cb9b7f  -s ours am: 8dfe2e787c  -s ours
am: dff3f6a527  -s ours

Change-Id: I4d4913306c013728d1018e40485eef6318825607

6 years agoMerge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:42:28 +0000 (00:42 -0700)]
Merge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am: 6005492cb2 am: 851e826783 am: e2a7c24f03
am: d91868aee5

Change-Id: Id7a9ce4822a524a29a0aafbdb99304c258414439

6 years agoMerge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:39:40 +0000 (00:39 -0700)]
Merge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am: 37d9749e81 am: b434b0c169 am: 086abb7a59 am: cd74671aa7
am: 5b29095f7d

Change-Id: Id8ce3de87039e57f84e6bdcdc24642ec72f221e6

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped...
Bill Yi [Fri, 6 Jul 2018 07:33:24 +0000 (00:33 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped: 4740838b56 am: 8700285134  -s ours am: f2ea6f55d9  -s ours am: 9bf5cb9b7f  -s ours
am: 8dfe2e787c  -s ours

Change-Id: I0ec5b6c4975d95cb806d98e99d950de77a953f8e

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped...
Bill Yi [Fri, 6 Jul 2018 07:29:19 +0000 (00:29 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped: ace44c1ee6 am: eacf5ffefb  -s ours am: 67f18d810a  -s ours am: d635022d93  -s ours am: 84729fca53  -s ours
am: 87829f5f24  -s ours

Change-Id: Ic012413a6e55e25133735406afc86c9d603db0b0

6 years agoMerge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:27:06 +0000 (00:27 -0700)]
Merge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am: 37d9749e81 am: b434b0c169 am: 086abb7a59
am: cd74671aa7

Change-Id: I319b9c8b5898be896d4c2b1a0f25542d6fde1145

6 years agoMerge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 07:19:04 +0000 (00:19 -0700)]
Merge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am: c1dc805861 am: 812ec62a14 am: c3ff91a225 am: 12835665f3
am: 3fab85bffd

Change-Id: Ibc6404d2b900f9f70b38c152a62d4609aeeb4d96

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped...
Bill Yi [Fri, 6 Jul 2018 07:18:14 +0000 (00:18 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped: ace44c1ee6 am: eacf5ffefb  -s ours am: 67f18d810a  -s ours am: d635022d93  -s ours
am: 84729fca53  -s ours

Change-Id: I42ba97e9889d62b3a82252b534a3bdae1d81452c

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped...
Bill Yi [Fri, 6 Jul 2018 07:08:45 +0000 (00:08 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped: 8062f299b1 am: 998f40e6c5  -s ours am: fcca5bb731  -s ours am: d18e450922  -s ours am: 8944491476  -s ours
am: 9969f29b47  -s ours

Change-Id: I2014ae9c9458f39ccabac064fc1c06bdaaf7dfa1

6 years agoMerge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 06:40:19 +0000 (23:40 -0700)]
Merge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am: cec93100ea am: 7557661787
am: 199b3ee0d8

Change-Id: I7330886e1c2ddcbb92c1a3fa03e9a4a8276d31a2

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped...
Bill Yi [Fri, 6 Jul 2018 06:32:52 +0000 (23:32 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped: 33cf864720 am: c6d9bee144  -s ours am: bf6bbefe57  -s ours
am: c1a9ad2a19  -s ours

Change-Id: Ib512c45c735b6259220d2e0934fa6132f533d421

6 years agoMerge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 06:25:25 +0000 (23:25 -0700)]
Merge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am: 72e16b1754 am: af687adf49
am: f9a749eb82

Change-Id: I4d285431b8384196b449c43360a118eddf98f15d

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped...
Bill Yi [Fri, 6 Jul 2018 06:17:39 +0000 (23:17 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped: 39c48a1168 am: a05627322f  -s ours am: a8276b8de4  -s ours
am: 1080ba61c3  -s ours

Change-Id: I3284bfe82cef35b5e4b30c686f2fb5c381e858a8

6 years agoMerge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 06:12:01 +0000 (23:12 -0700)]
Merge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am: 6005492cb2 am: 851e826783
am: e2a7c24f03

Change-Id: Ie4e2d6c9fe04adc0d26dc2d7a4d9e7c8ef89fb74

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped...
Bill Yi [Fri, 6 Jul 2018 06:04:17 +0000 (23:04 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped: 4740838b56 am: 8700285134  -s ours am: f2ea6f55d9  -s ours
am: 9bf5cb9b7f  -s ours

Change-Id: I92f228dd4920d493591d44e4ab6e7e6b731d9e8a

6 years agoMerge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:38:26 +0000 (22:38 -0700)]
Merge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am: 37d9749e81 am: b434b0c169
am: 086abb7a59

Change-Id: I50abf9cc8aeb4c0086c9f2b4d3f7620853d7d0cc

6 years agoMerge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:36:46 +0000 (22:36 -0700)]
Merge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev am: cec93100ea
am: 7557661787

Change-Id: I543dafa974e9f5c677957fd19d6f03fcf796213a

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped...
Bill Yi [Fri, 6 Jul 2018 05:30:53 +0000 (22:30 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped: ace44c1ee6 am: eacf5ffefb  -s ours am: 67f18d810a  -s ours
am: d635022d93  -s ours

Change-Id: I21b5b66696cb1f6c6683e46c82ee71a7d8751c24

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped...
Bill Yi [Fri, 6 Jul 2018 05:30:27 +0000 (22:30 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped: 33cf864720 am: c6d9bee144  -s ours
am: bf6bbefe57  -s ours

Change-Id: Ife52c79c0b85d9f09f1d2cf7b792239aaae24868

6 years agoMerge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:25:31 +0000 (22:25 -0700)]
Merge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev am: 72e16b1754
am: af687adf49

Change-Id: I3885703da8f3f7bfe6b72c25d1f3ed19d6aeac9a

6 years agoMerge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:23:02 +0000 (22:23 -0700)]
Merge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am: c1dc805861 am: 812ec62a14 am: c3ff91a225
am: 12835665f3

Change-Id: Ie2ae1dfe4d816b85fa47d77188cdc654eaa9b3dd

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped...
Bill Yi [Fri, 6 Jul 2018 05:18:16 +0000 (22:18 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: e35f1fdbae skipped: 39c48a1168 am: a05627322f  -s ours
am: a8276b8de4  -s ours

Change-Id: I13817952fd66ca2501a35a0e1223bc7d932a2ddc

6 years agoMerge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:12:53 +0000 (22:12 -0700)]
Merge changes from topic "am-5c22e81a-5f3d-46c4-9d8f-58c6edfac103" into oc-dev am: 6005492cb2
am: 851e826783

Change-Id: I1b866e81f48a4d642657cd963fd8e04faa3c1537

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped...
Bill Yi [Fri, 6 Jul 2018 05:12:52 +0000 (22:12 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped: 8062f299b1 am: 998f40e6c5  -s ours am: fcca5bb731  -s ours am: d18e450922  -s ours
am: 8944491476  -s ours

Change-Id: I9a04d7182cab26789a590f9a37b9c636a2a1406c

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped...
Bill Yi [Fri, 6 Jul 2018 05:05:37 +0000 (22:05 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: ff2f705557 skipped: 4740838b56 am: 8700285134  -s ours
am: f2ea6f55d9  -s ours

Change-Id: Ic88b3b3dcc9ed3148c6e3d150705e7f40b36c8d0

6 years agoMerge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:02:12 +0000 (22:02 -0700)]
Merge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am: c1dc805861 am: 812ec62a14
am: c3ff91a225

Change-Id: I69dc7a8329df67e668addcd07d288709230cf48e

6 years agoMerge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 05:00:12 +0000 (22:00 -0700)]
Merge changes from topic "am-dd912fb1-a10b-413b-b531-a015abbbf9e3" into oc-dev am: 37d9749e81
am: b434b0c169

Change-Id: I817b45781ecea994292c346d9e3bd4584e0f2d1f

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped...
Bill Yi [Fri, 6 Jul 2018 04:53:48 +0000 (21:53 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped: 8062f299b1 am: 998f40e6c5  -s ours am: fcca5bb731  -s ours
am: d18e450922  -s ours

Change-Id: Icb43cc60577ca81ada301f283b9e3e1bf4cf6ccc

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped...
Bill Yi [Fri, 6 Jul 2018 04:53:26 +0000 (21:53 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: f02d29629d skipped: ace44c1ee6 am: eacf5ffefb  -s ours
am: 67f18d810a  -s ours

Change-Id: Ifaeaf651a92fd5bd261180f0aaa68bb2da521fc0

6 years agoMerge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 04:48:16 +0000 (21:48 -0700)]
Merge changes from topic "am-20b78215-c47d-481a-9e96-79127da1c87c" into oc-dev am: c1dc805861
am: 812ec62a14

Change-Id: I66ce801571d91b5e3791a57cebfe9b56715515b7

6 years agoMerge changes from topic "am-5f59ad6e-1c79-44f8-a437-eac2cc321cdf" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 04:43:38 +0000 (21:43 -0700)]
Merge changes from topic "am-5f59ad6e-1c79-44f8-a437-eac2cc321cdf" into oc-dev am: ec4d649d8f am: f051b28554 am: 5d61a6618b am: 402176177c
am: b263a1a09e

Change-Id: I0a2d432593a5e184df6af1e302268e9ed1d24098

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped...
Bill Yi [Fri, 6 Jul 2018 04:41:17 +0000 (21:41 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: 32c08741ec skipped: 8062f299b1 am: 998f40e6c5  -s ours
am: fcca5bb731  -s ours

Change-Id: Ib39dfb279c982016f6102a4ee6d26e6e5f925d91

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: cd4aea64f6 skipped...
Bill Yi [Fri, 6 Jul 2018 04:32:40 +0000 (21:32 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: cd4aea64f6 skipped: f028c34cdc am: 9204ce40e4  -s ours am: e45b804b65  -s ours am: d9d9d1daca  -s ours am: 9f950537e4  -s ours
am: 64b9fb51ec  -s ours

Change-Id: Iac6d352d8c07dcb03b62bde0ff7b6f917ad30780

6 years agoMerge changes from topic "am-5f59ad6e-1c79-44f8-a437-eac2cc321cdf" into oc-dev am...
Bill Yi [Fri, 6 Jul 2018 04:21:38 +0000 (21:21 -0700)]
Merge changes from topic "am-5f59ad6e-1c79-44f8-a437-eac2cc321cdf" into oc-dev am: ec4d649d8f am: f051b28554 am: 5d61a6618b
am: 402176177c

Change-Id: I1a6a0df3694acd7bc47cde041b94f7a1902a25f3

6 years agoMerge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev
Bill Yi [Fri, 6 Jul 2018 04:18:08 +0000 (21:18 -0700)]
Merge changes from topic "am-59bde7f2-9903-448c-9ad1-8364ed396cf3" into oc-dev
am: cec93100ea

Change-Id: If8c2cd293875724b99a5177c7235ffbeb64c396e

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped...
Bill Yi [Fri, 6 Jul 2018 04:15:54 +0000 (21:15 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: c28b092c5e skipped: 33cf864720
am: c6d9bee144  -s ours

Change-Id: If1145747718e78a0ad5f60015aa0398e1813c078

6 years ago[automerger skipped] Import translations. DO NOT MERGE skipped: cd4aea64f6 skipped...
Bill Yi [Fri, 6 Jul 2018 04:11:50 +0000 (21:11 -0700)]
[automerger skipped] Import translations. DO NOT MERGE skipped: cd4aea64f6 skipped: f028c34cdc am: 9204ce40e4  -s ours am: e45b804b65  -s ours am: d9d9d1daca  -s ours
am: 9f950537e4  -s ours

Change-Id: I14c71ce82a5d857ef9bdabb7015c582db1dcb3f0

6 years agoMerge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev
Bill Yi [Fri, 6 Jul 2018 04:11:19 +0000 (21:11 -0700)]
Merge changes from topic "am-8b8b3d01-a327-4923-ae09-35940a00b1b3" into oc-dev
am: 72e16b1754

Change-Id: I75a0f507a546413eeee64870ba94be647ee5de11