- Mar 19, 2024
-
-
Lucas Henneman authored
This test group has been moved to another test configuration, v2/aaos-engprod/cts-cf-auto-md-stable_3, as part of the FrameworksMockingServicesTests module. Bug: 256932212 Test: git diff Change-Id: I77f633711b64004aa9af4955243c412c0c138cb7 Signed-off-by:
Lucas Henneman <henneman@google.com>
-
- Mar 18, 2024
-
-
Treehugger Robot authored
-
- Mar 15, 2024
-
-
Treehugger Robot authored
-
Daniel Norman authored
Bug: 329862519 Change-Id: Idf2791496f91a5f0a178d75e2d0020a49e4c2d52
-
William Escande authored
-
Treehugger Robot authored
-
Harshit Mahajan authored
-
- Mar 14, 2024
-
-
William Escande authored
Test: atest ServiceBluetoothRoboTests Bug: 329723942 Change-Id: Iea51212c8009142c21cf9c29bbfca24934617986
-
Wonsik Kim authored
-
Dichen Zhang authored
-
Suprabh Shukla authored
-
Ram Mohan authored
Bug: 299191092 Bug: 327511343 Test: Build API-Coverage-Bug: 324928731 Change-Id: I9455a24d4a10d68dfa6d87eb78810460d57614a4
-
Dichen Zhang authored
Bug: 327511343 Change-Id: Ic27754a9a210c19d23c69bc888a9f8e8238e5d6e
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Ivan Chiang authored
-
Aditya Kumar authored
-
Jaewan Kim authored
Change-Id: I0f61905b0889447457d21ad388e840e50c052364 Test: T/H
-
- Mar 13, 2024
-
-
Suprabh Shukla authored
Sometimes apps need to wait for network rules to be updated before some of their lifecycle events can be dispatched. This happens specifically before resuming activities today. Because the process-level InetAddress library can cache dns failures, we need to clear its cache so that the app can resume making valid dns queries as soon as any of its activities resume. Test: Manual Bug: 237556596 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c431def111f22952fe43aa04d48439c6432d50b6) Merged-In: Ia99a43731801078ec8d67cf17fbfee9c329b6e96 Change-Id: Ia99a43731801078ec8d67cf17fbfee9c329b6e96
-
Aditya Kumar authored
``` In file included from external/libcxx/include/algorithm:644: external/libcxx/include/memory:2335:19: error: invalid application of 'sizeof' to an incomplete type 'android::FileBlobCache' 2335 | static_assert(sizeof(_Tp) > 0, | ^~~~~~~~~~~ external/libcxx/include/memory:2652:7: note: in instantiation of member function 'std::default_delete<android::FileBlobCache>::operator()' requested here 2652 | __ptr_.second()(__tmp); | ^ external/libcxx/include/memory:2606:19: note: in instantiation of member function 'std::unique_ptr<android::FileBlobCache>::reset' requested here 2606 | ~unique_ptr() { reset(); } | ^ frameworks/base/libs/hwui/pipeline/skia/ShaderCache.h:40:7: note: in instantiation of member function 'std::unique_ptr<android::FileBlobCache>::~unique_ptr' requested here 40 | class ShaderCache : public GrContextOptions::PersistentCache { | ^ frameworks/base/libs/hwui/pipeline/skia/ShaderCache.h:35:7: note: forward declaration of 'android::FileBlobCache' 35 | class FileBlobCache; | ^ 1 error generated. ``` Test: Build Fixes: b/328705924 Change-Id: I6396f5fafef1941201c05d0b107f48e6d28a6631
-
Harish Mahendrakar authored
Default alignment and block size were set to 2x2 earlier. And even when the codec advertised alignment of 1x1, MediaCodecInfo was returning 2x2 because it was picking max of default values and what was advertised by codecs. Bug: 325679394 Bug: 329378524 Test: atest CtsMediaMiscTestCases:MediaCodecListTest Test: atest CtsMediaV2TestCases:CodecInfoTest passes for codecs that advertise 1x1 alignment Change-Id: I25af7fb09ab9edf8e1d1dea7bac633b1353b4e48
-
Andy Hung authored
-
Andy Hung authored
Test: atest SoundPoolOggTest SoundPoolAacTest SoundPoolMidiTest SoundPoolHapticTest Bug: 316799609 Merged-In: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13 Change-Id: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13
-
Harshit Mahajan authored
Scope of isAttemptingFactoryReset method was updated to include both the reboots that were triggered by RescueParty. As it would be made an API, refactoring it to isRecoveryTriggeredReboot which seems a better name with expanded scope. Bug: b/289203818 Test: m Change-Id: Ic4bc1765e2f08ad35ff23f0f6ea6dae0e4195e79
-
Zi Wang authored
-
- Mar 12, 2024
-
-
Michal Belusiak authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Marzia Favaro authored
Merge "Update owners for core.protolog.pb file (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b08c16e9e3ed00c2fd9a94ab34b094af2866c87) Merged-In: I351e394a173291318db37bbe61cdf93adff9a3b9 Change-Id: I351e394a173291318db37bbe61cdf93adff9a3b9" into main
-
Pablo Gamito authored
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b08c16e9e3ed00c2fd9a94ab34b094af2866c87) Merged-In: I351e394a173291318db37bbe61cdf93adff9a3b9 Change-Id: I351e394a173291318db37bbe61cdf93adff9a3b9
-
Harshit Mahajan authored
Same three owners were being repeated at multiple places, having them at central owner place and including that everywhere. Bug: 289203818 Test: NA Change-Id: Ic63f939e196fe5974eb5e4c31d7b2991eafac6cd
-
Harshit Mahajan authored
Adding helper methods in the platform that would be used from the module. Currently we would have two helper methods: 1. isModule: this would return whether or not given package is module 2. registerExplicitHealthListener: this would be used to registering health listener from Connectivity module. Test: TH Bug: 289203818 Change-Id: I74481da973007a60372b3bbecb96919b98751457
-
Treehugger Robot authored
-
Alexei Nicoara authored
-
Kangping Dong authored
-
Mårten Kongstad authored
Add missing aconfig_declarations block to the framework-nfc java_sdk_library soong module. Without this, soong doesn't know which flags to tell metalava to retain, and metalava will effectively revert all API changes in framework-nfc, even if the @FlaggedApi flag is enabled. Bug: 328923659 Test: TreeHugger Merged-In: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
-
Martin O'Hagan authored
-
Alexei Nicoara authored
RescueParty may try to check module info before the system fully loaded. It's safe to ignore this call because it would be called again next time the package crashes. Bug: 327780757 Change-Id: I42ef82684f5ccd12ac7a73bb60d9d8b3c7385939 Test: presubmit
-
Martin O'Hagan authored
This file was outdated and missing several team members. Change-Id: I78846376b29191a6390d2a4db565d0a52b7e4773 BUG: N/A Test: N/A
-