- Mar 20, 2024
-
-
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
-
-
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 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
-
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
-
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
-
Eric Biggers authored
Remove KeyStore#onDeviceOffBody(), since its only caller was removed by http://ag/24518980. Also remove AndroidKeyStoreMaintenance#onDeviceOffBody() which was only called by KeyStore#onDeviceOffBody(). Bug: 289849354 Test: Build Change-Id: I3db2672b8038e947a974f703aa2c273ecb65414e
-
Eric Biggers authored
Bug: 289849354 Test: Build Change-Id: I8e61eb8c9b0ef94c70ce797497b472e2985973d6
-
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
-
Emilian Peev authored
The preview request handler can run in a client supplied executor. The corresponding thread can continue to be active and process result callbacks after the camera device and session are no longer valid which can have effect on the pending images. To avoid accessing closed images, check whether the session is still initialized. Bug: 311634576 Test: atest -c -d cts/tests/camera/src/android/hardware/camera2/cts/CameraExtensionSessionTest.java Change-Id: Ic6079f4eddc07a58b82039c59b46c1a1166a2c12
-
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
-