- Mar 20, 2024
-
-
Lucas Henneman authored
-
Chiachang Wang authored
-
Chiachang Wang authored
The method call for INetworkManagementService can use the parameter in the constructor, instead of a separate variable. The declared variable is not actually used. Remove the variable to reduce the unnecessary memory cost. Test: m Change-Id: I92153af9235969d6685b7693eac8f68ff36fdddf
-
- 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>
-
Treehugger Robot authored
-
Justin Ghan authored
Change-Id: I0f6aae4f40e181f0ebe3a6b9bbae85373a07a28f
-
Treehugger Robot authored
Merge "[Cherry-pick] Add android annotation dependency for @RequiresApi in generated code." into main
-
Yixiao Luo authored
* changes: MediaCas: Reinit the HIDL CAS service if killed MediaCas: Reinit the CAS service if killed
-
Gavin Corkery authored
-
Treehugger Robot authored
-
Suprabh Shukla authored
Adding more information to traces for better debuggability of any issues that arise while handling uid state changes. Test: Manually take a trace and check. Bug: 327303931 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f8833816c4b6e038f11e40fb5fcfd5602d262705) Merged-In: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb Change-Id: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb
-
Eric Biggers authored
* changes: Remove onDeviceOffBody() Document that setUserAuthenticationValidWhileOnBody() doesn't actually work
-
- Mar 18, 2024
-
-
Treehugger Robot authored
-
Eric Biggers authored
-
Wei Li authored
-
Eric Laurent authored
-
Treehugger Robot authored
-
- Mar 16, 2024
-
-
Muhammad Qureshi authored
Bug: 328120273 Flag: NA Test: m Merged-In: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad Change-Id: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad
-
- Mar 15, 2024
-
-
Treehugger Robot authored
-
Daniel Norman authored
Bug: 329862519 Change-Id: Idf2791496f91a5f0a178d75e2d0020a49e4c2d52
-
William Escande authored
-
Gavin Corkery authored
Test: N/A Bug: 329273680 Change-Id: Ie64bb6f18727e0c2348ac265258e4871628b96e7
-
Treehugger Robot authored
-
Venkatarama Avadhani authored
When the HIDL MediaCasService is killed or dies, allow for it to be re-initialized with the new instance of the service. Test: atest android.media.misc.cts.MediaCasTestMediaCas: Bug: 314885711 Change-Id: I0ebeca9f433f3d8ee2b140ee0d2de9dc06ace021
-
Venkatarama Avadhani authored
When the MediaCasService is killed or dies, allow for it to be re-initialized with the new instance of the service. The service is restarted by the system, this code just re-initializes a pointer to this new service. Test: atest android.media.misc.cts.MediaCasTest Bug: 327332440 Change-Id: I9d98c4e200adc4ee987dc8d1e472dfe5ac8f8da2
-
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
-
Eric Biggers authored
Bug: 277946433 Test: 'm offline-sdk-docs' and view in web browser Change-Id: I40b7811963169da5195a482088bf18d9d70db010
-
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
-