- May 06, 2024
-
-
Rongxuan Liu authored
* changes: [Audiosharing] Fix address type usage in QR code format if address not present [Audiosharing] Update QR code format to follow BT SIG standard
-
Rongxuan Liu authored
Bug: 327599769 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6428ed9fb9f9f1873dede7963d86c3913522ab8d) Merged-In: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed Change-Id: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed NOTE FOR REVIEWERS - errors occurred while applying the patch. PLEASE REVIEW CAREFULLY. Errors: Error applying patch in packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothLeBroadcastMetadataExt.kt, hunk HunkHeader[311,7->311,7]: Hunk cannot be applied Original patch: From 6428ed9f Mon Sep 17 00:00:00 2001 From: Rongxuan Liu <rongxuan@google.com> Date: Wed, 06 Mar 2024 03:14:00 +0000 Subject: [PATCH] [Audiosharing] Fix address type usage in QR code format if address not present Bug: 327599769 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest Change-Id: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed ---
-
Rongxuan Liu authored
Bug: 324655158 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest Test: manually tested with broadcast source and assistant by QR code (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4abfa5bed1a35a9a9b5ac54951296b3edde4ee9a) Merged-In: I798666b89c4e3558c7528bace0346caf8218dc53 Change-Id: I798666b89c4e3558c7528bace0346caf8218dc53
-
Treehugger Robot authored
-
- May 03, 2024
-
-
Treehugger Robot authored
-
Abhishek Gadewar authored
Summary:Add a call to `jobFinished` after processing completes to ensure that the system is notified that the work has been completed. Test: Run `adb shell cmd jobscheduler run -f android 260817` multiple times in succession. Verify that processing is now triggered each time. Tags: Change-Id: Ifa6fcd8b2fdcea4904677bcae4a1cb36cac33154 Signed-off-by:
Abhishek Gadewar <abhishekgadewar@meta.com>
-
Treehugger Robot authored
-
Eric Biggers authored
-
Paul Colta authored
-
Oriol Prieto Gascó authored
-
Treehugger Robot authored
-
Cosmin Băieș authored
Flag: NONE Test: n/a Bug: 338178020 Change-Id: I6494166c24d37d398d72b05a9d7b3f966f3b9ffa
-
Oriol Prieto Gasco authored
Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
-
yangbill authored
This CL still keep PRODUCT_COPY_FILE for the original system image packaging for Make, but create 3 soong's modules which could be used for soong generated system images. Bug: 337993945 Test: lunch aosp_cf_x86_64_only_phone-trunk_staging-userdebug ;\ m aosp_cf_system_x86_64 ; m Test: lunch yukawa-trunk_staging-userdebug ; m Change-Id: Ie749de99273f85623861a001e69a9c4187cc8067
-
Paul Duffin authored
Previously, APIs from updatable modules and information about the SDK extensions was only included in `api_versions_public` and `api_versions_system`. This change adds the following two modules: * `api_versions_module_lib_complete` * `api_versions_system_server_complete` It did not change `api_versions_module_lib` or `api_versions_system_server` because Android Lint requires that they do not include information about APIs from updatable modules because otherwise it will report calls within a module as it has no way to determine whether a call crosses an API boundary or not. Bug: 336993217 Test: TARGETS=$(for i in public system module-lib module-lib-complete system-server-complete; do U=$(echo $i | sed "s|-|_|g"); echo "out/target/common/obj/PACKAGING/api_versions_${U}_generated-api-versions.xml"; done) m $TARGETS; mkdir -p before; cp $TARGETS before m $TARGETS; mkdir -p after; cp $TARGETS after meld before after # Review differences. Change-Id: Ia542fbdc517fb223a0488f0e3f81b8727cb204e4
-
Hongguang Chen authored
-
Treehugger Robot authored
-
- May 02, 2024
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tim Yu authored
-
Tim Yu authored
To services/tests/servicestests/src/com/android/server/autofill Change-Id: Ibcd6798627dc3506e4ef4ed690daf5c4e90c53d1 Test: n/a Bug: n/a
-
Dominic Lemire authored
The onHelp function is supposed to be invoked (by handleDefaultCommands) for the "help" command (in addition to the null command). Bug: 338392163 Test: adb shell cmd hdmi_control help Change-Id: I1a6743ba793493322e9ccafff2861d4418ba4d7c
-
yangbill authored
Bug: 337993945 Test: m Change-Id: I762f41500fb9b360245fbf58a6526dd594ff332e
-
Jayant Chowdhary authored
-
Shuzhen Wang authored
-
Paul Colta authored
-
Jayant Chowdhary authored
Test: N/A Change-Id: Ia2bf5aee600c17d77da08240a81036b7cd82471f Signed-off-by:
Jayant Chowdhary <jchowdhary@google.com>
-
Paul Duffin authored
Splits the `api_versions_*` modules into two types: * Those that include the whole API surface including updatable modules and SDK extensions. * Those that do not include updatables modules or SDK extensions. Bug: 336993217 Test: m nothing and TH Change-Id: Ic3d95832a30a7a5e7c4a09febd818b1aebbf17d0
-
- May 01, 2024
-
-
Elliott Hughes authored
-
Ronald Braunstein authored
-
Victor Chang authored
-
Treehugger Robot authored
-
- Apr 30, 2024
-
-
Ronald Braunstein authored
With upcoming changes, test_module_config modules need to live in the same test-suite as their base, in this case FrameworksServicesTests. It lives in device-tests, so the derived tests should as well. In the future we can migrate to general-tests if that makes more sense. FYI: b/149420197 has some context on the difference. Test: mm Test: atest FrameworksServicesTests_contentprotection Change-Id: I8358e2b026eea4b8fe449e9c51d13ea5623389a1
-
Ellen Arteca authored
-
Ellen Arteca authored
This reverts commit eec02e9f. Reason for revert: Investigating b/338122208, this CL causes an error. Change-Id: I7bb87951011d6bda957efc776bb67bb938d8cdb5
-
Suprabh Shukla authored
-
Paul Colța authored
Bug: 336807339 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0a05dd541c34dcd5d60f2cbc43c2471d7952e900) Merged-In: I8aed84fab3b5f12e781f3834a087e186c6f61cca Change-Id: I8aed84fab3b5f12e781f3834a087e186c6f61cca
-
Elliott Hughes authored
Similar to other services in this directory. Change-Id: I2fea6436da20f4af575be2e5b59bcdd49e6ca3eb
-
Ellen Arteca authored
-