- Mar 12, 2024
-
-
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
-
Mark Renouf authored
-
Mark Renouf authored
This corrects a duplicated binding of UnfoldTransitionModule which will become an error in future Dagger releases. With this change, the checks are also raised to error to prevent further regressions: dagger.explicitBindingConflictsWithInject=ERROR dagger.strictMultibindingValidation=enabled This change unblocks an upgrade of external/dagger2 Test: m SystemUI-core; compiles without error Test: Treehugger presubmit Flag: NA (backport of a fix from internal main) Change-Id: I7a887cf6ac200a9080893dd4dde969aef7ceef5b Merged-In: I0aef5464000d30b27097ddaed9548d128bedccf6
-
Chiachang Wang authored
-
Chiachang Wang authored
Replace the usage to include necessary lib only to address comment from aosp/2981832. Test: atest FrameworksVpnTests Change-Id: Id130c6739a683fc0c9e01e4e42d9215b660dba95
-
Treehugger Robot authored
-
Muhammad Qureshi authored
-
Chiachang Wang authored
-
Treehugger Robot authored
-
- Mar 11, 2024
-
-
Alexei Nicoara authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Harshit Mahajan authored
Utils that are not currently exposed as API but are required for the module. Bug: 289203818 Test: TH Change-Id: I7dbb8f673b54ad9487e642bb339c5a30f561bf3c
-
Chiachang Wang authored
Address comment from aosp/2984492 Test: m Change-Id: I74ac2871920ff3e258472918c784ebb006ce0afb
-
- Mar 09, 2024
-
-
Shai Barack authored
This is required for ag/26422309 Bug: 327646201 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e16d9bea19cc092dbe92c1889e8ff4a0e8bf5fc5) Merged-In: I561d0af95619c70a30fc97e580d7ec8df9120a57 Change-Id: I561d0af95619c70a30fc97e580d7ec8df9120a57
-
Treehugger Robot authored
-
Oriol Prieto Gascó authored
-
- Mar 08, 2024
-
-
Lajos Molnar authored
-
Treehugger Robot authored
-
Varun Shah authored
Bug: n/a Change-Id: Ib11110d6c615c32fa00c417b8f5e39c94fe605c0 Test: n/a
-
Kevin Jeon authored
-
Matthew Sedam authored
-
Oriol Prieto Gasco authored
Before calling a flagged API, client code must check the value of the flag which gates it. Those flags must be exported in order to be accessible from containers other than the container where the flag and the API are hosted. Bug: 320984775 Bug: 322839671 Test: m all_aconfig_declarations Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true Change-Id: Ie5af316c327208b52b3afd74502ca66c41bb6f70
-
Sorin Basca authored
This was generated by running: m droid && $ANDROID_BUILD_TOP/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/diff-and-update-golden.sh -u Bug: 313924276 Fixes: 328674570 Test: TH Merged-In: Ia238ca246c4607984beaaa229ec21f2181f6f6a8 Change-Id: Ia238ca246c4607984beaaa229ec21f2181f6f6a8
-
Suprabh Shukla authored
-
Pawan Wagh authored
-
Suprabh Shukla authored
3740d891 Bug: 327713895 Change-Id: I8b0bc7d1df6ae3f50009884f0fbaa68483ccf32b
-
- Mar 07, 2024
-
-
Song Chun Fan authored
-
gang.huang authored
Bug: 327803683 Test: Manual Change-Id: If082293010e8d28bdde048918dcfce4370f762d2
-
Arun Johnson authored
Since any of the setBufferInfo(s) can be converted to BufferInfos in getBufferInfos, a reset is required for mBufferInfos for every setBufferInfo(s) Bug: 325512893 Test: atest android.mediav2.cts.CodecDecoderBlockModelMultiAccessUnitTest Change-Id: Ibf28ad0983985bfb93f3bffe426677729430d06a
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Matthew Sedam authored
This CL also removes arthuri. Bug: N/A Test: N/A Change-Id: Id99298c553f0cae91e1ea47f2f324954c5304ea5
-
Jiakai Zhang authored
Bug: 311377497 Test: manual - Install an apex and see the hook called. (cherry picked from https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/26436891) Change-Id: I604030f6d5df108bc6632e014ce35ebddb5dfaac Merged-In: I604030f6d5df108bc6632e014ce35ebddb5dfaac
-
Zi Wang authored
-
Jeff Sharkey authored
-
Treehugger Robot authored
-
Dave Mankoff authored
An incoming upgrade to dagger 2.50 explicitly prevents using extension functions in modules: https://aosp.corp.google.com/2893980. https://github.com/google/dagger/commit/b37cffd6a9bb58c7bbe2f39f53b761168d5235fb Flag: NA Fixes: 318405239 Test: m SystemUI Change-Id: I5c5e34497f6dd05cdb67d7d65ac335db617ebb25 Merged-In: I5c5e34497f6dd05cdb67d7d65ac335db617ebb25
-
Shrinidhi Hegde authored
-