- Jan 09, 2023
-
-
Bill Yi authored
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 06da15b3 -s ours am: d6793fee -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20901749 Change-Id: Id295b19c1ce762c7e47f5478134020cfd2196269 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Bill Yi authored
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 236829f3 -s ours am: aa975695 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20901749 Change-Id: If6fa584a21729ed98da9ac27f3aca8b8479854c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Michał Brzeziński authored
Merge "Adding QS animation when going from pulsing to shade in split shade" into tm-qpr-dev am: f5bf900a am: 508184d1 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20551629 Change-Id: I56f51ac441aad6ad664455aea25a9adeec8c2bc4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
TreeHugger Robot authored
-
Bill Yi authored
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 06da15b3 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20901749 Change-Id: I1d26f735a6671864a5046a405a5f9475728ee7c0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Bill Yi authored
am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20901749 Change-Id: Ic777286fdae8ef77dc7f04e6f63fe44309615cd5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Michał Brzeziński authored
Merge "Adding QS animation when going from pulsing to shade in split shade" into tm-qpr-dev am: f5bf900a Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20551629 Change-Id: I5943accea736757049febcd7e50bf9435acd113e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Bill Yi authored
-
Claudiu Ghioc authored
-
Riddle Hsu authored
-
TreeHugger Robot authored
-
Michał Brzeziński authored
-
Arthur Hung authored
-
Shaowei Shen authored
[automerger skipped] Merge "[Output Switcher] Add preference route listing check" into tm-qpr-dev am: dc590194 am: cf1f418c -s ours am skip reason: Merged-In I0445ecb0528fe090709e984a7d2165b6d901bd9c with SHA-1 0f203247 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20729998 Change-Id: Ied91ef22511a16dff6a1f125db459cd56d8f58e5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Michael Mikhail authored
Merge "Reorder media players when orientation changes" into tm-qpr-dev am: b4abaa6b am: 5068cb17 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20788406 Change-Id: Ic499067687ed818a4e12c0a684c84fdb9dfa9a23 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Alex Johnston authored
Bug: 264847250 Change-Id: Ic84ef166f24cf637b70819838df97e24647ccbb7 Test: NA
-
Riddle Hsu authored
-
Riddle Hsu authored
There will be always surface placement after creating surface, which will apply the pending transaction. So the operation for color space doesn't need to be an additional transaction. Bug: 159103089 Test: CtsWindowManagerDeviceTestCases Change-Id: Ibb8f987cb814698f46120823b892eaa1ab4844a9
-
Shaowei Shen authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20729998 Change-Id: I05e337cb995aed39c806b9bd03f9a2980e675aa1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Michael Mikhail authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20788406 Change-Id: Ic2065c4f0131e941d2466d2875d33bab2c666e84 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Shaowei Shen authored
-
Michael Mikhail authored
-
Shaowei Shen authored
-
Bishoy Gendy authored
-
TreeHugger Robot authored
-
Neil Fuller authored
-
Bishoy Gendy authored
-
Ayush Sharma authored
-
Ayush Sharma authored
These APIs would be used to set/get managed subscriptions policy. Managed subscriptions policy can be used to associate SIM/subscription with managed profile.Such that all call/messages would only go through managed profile for the managed SIM/subscriptions. Bug: 258821753, 258628704 Test: atest android.devicepolicy.cts.ManagedSubscriptionsPolicyTest Change-Id: Ie6eb3757ffd48dc383148ffb0d02b6884e92480f
-
shaoweishen authored
Attach Preference Item in MediaDevice, used for check if device is suggested device and device status in future. Bug: 258141461 Test: make RunSettingsLibRoboTests -j40 Change-Id: Ibe94056228c3b67b814eca8a1e28abef0d691ae1
-
shaoweishen authored
When there's a preference route exist, Output Switcher should ignore sorting by own rule. **Actual implementation under settinglib will happened in master branch since it will integrate with new api in Media framework which only exist in master branch. Bug: b/257851968 Test: atest MediaOutputAdapterTest MediaOutputControllerTest MediaOutputBaseDialogTest MediaOutputDialogTest Change-Id: I3ee037101f00aac9bf7fdf5a38dde2a677fc7350 Merged-In: I0445ecb0528fe090709e984a7d2165b6d901bd9c
-
Claudiu Ghioc authored
* Increase char limit of the "Nearby Device Streaming" from 30 to 45 to fit translated versions, as requested by the localization team Bug: 261147998 Test: manual Change-Id: I9165b156f7b1182c6f89b72410b04618c22f107f Signed-off-by: Claudiu Ghioc <claudiughioc@google.com>
-
Kelly Zhang authored
-
Santiago Seifert authored
-
Jason Hsu authored
-