- Nov 17, 2022
-
-
Paul Colța authored
-
Nikita Ioffe authored
-
daren.liao authored
[Description] In aosp/1313995, we propose to disable ARC at first, in case that AVR doesn’t response to <Request ARC Termination> during standby and ARC pin is not disabled. However, the proposed CL made TV never send <Request ARC Termination> during standby process, which is not expected. We still need to disable ARC Pin without waiting for <Termination ARC> sent from AVR. However, this could be done by calling enableAudioReturnChannel() of HdmiControlService directly after RequestArcTerminationAction is started, making sure that <Request ARC Termination> could be sent correctly by TV when ARC was enabled Note that after this modification, TV could receive <Terminate ARC> after AVR deviceInfo is cleared. In this case, a new AVR deviceInfo with physical address=0xFFFF is added by HdmiCecNetwork. As a result, we also add error handling in enableAudioReturnChannel for such case. [Test Report] 1. Connect Denon AVR-3500H - TV standby off/on, ARC is okay - TV CEC off/on, ARC is okay. 2. atset HdmiCecLocalDeviceTvTest PASS Bug: 243492848 Change-Id: Ib4b7d98a091c7cce37f5d4818b84807d67da016b
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Nov 16, 2022
-
-
Cintia Martins authored
-
Treehugger Robot authored
-
Nikita Ioffe authored
-
Nikita Ioffe authored
Since framework-virtualization is part of a non-updatable APEX module, it should still be allowed to compile against unstable APIs. However, the current setup of all-framework-module-impl prevents that, since the all-framework-module-lib target compiles against module_sdk. This change works around this by introducing the updatable-framework-module-impl target which builds against module_current SDK, and includes all updatable modules. The non-updatable modules are then statically linked into the all-framework-module-impl target, which builds against hidden APIs. Bug: 243512044 Test: builds Change-Id: I253aa8dcd7c9b109e023a44128ce08ec8f2b4d33
-
Fang He authored
Incorrect minResizeWidth assignment, will caused widget display error. Change-Id: Ia2f816707a82ec5732f44a9497c3b4cf315fefad Signed-off-by:
Jia Jia <jia.jia@zte.com.cn>
-
Victor Chang authored
-
Azhara Assanova authored
-
Nikita Ioffe authored
* changes: Add com.android.virt-bootclasspath-fragment Add FEATURE_VIRTUALIZATION_FRAMEWORK system feature
-
Chiachang Wang authored
-
- Nov 15, 2022
-
-
Fan Zhang authored
-
Treehugger Robot authored
-
Cole Faust authored
-
Victor Chang authored
The command: ./tools/localedata/extract_icu_data.py $ANDROID_BUILD_TOP > libs/androidfw/LocaleDataTables.cpp Bug: 239910154 Test: atest FrameworksCoreTests:android.text.format Change-Id: I28d816021056d0c7b39789f830663a7da6fcbe70
-
Parth Sane authored
-
Miguel Aranda authored
-
Nikita Ioffe authored
Bug: 243512044 Test: build on product with AVF support Test: build on product without AVF support Change-Id: Iefebdad4da18bab5870c41f67839030d927ab6f7
-
Nikita Ioffe authored
This feature is used to signal that device supports Android Virtualization Framework. Bug: 243512044 Test: m Change-Id: I0738f26bdd1889b4047132369ace1e80e1a42336
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Cole Faust authored
This commit is part of a large scale change to fix errorprone errors that have been downgraded to warnings in the android source tree, so that they can be promoted to errors again. The full list of changes include the following, but not all will be present in any one individual commit: BadAnnotationImplementation BadShiftAmount BanJNDI BoxedPrimitiveEquality ComparableType ComplexBooleanConstant CollectionToArraySafeParameter ConditionalExpressionNumericPromotion DangerousLiteralNull DoubleBraceInitialization DurationFrom DurationTemporalUnit EmptyTopLevelDeclaration EqualsNull EqualsReference FormatString FromTemporalAccessor GetClassOnAnnotation GetClassOnClass HashtableContains IdentityBinaryExpression IdentityHashMapBoxing InstantTemporalUnit InvalidTimeZoneID InvalidZoneId IsInstanceIncompatibleType JUnitParameterMethodNotFound LockOnBoxedPrimitive MathRoundIntLong MislabeledAndroidString MisusedDayOfYear MissingSuperCall MisusedWeekYear ModifyingCollectionWithItself NoCanIgnoreReturnValueOnClasses NonRuntimeAnnotation NullableOnContainingClass NullTernary OverridesJavaxInjectableMethod ParcelableCreator PeriodFrom PreconditionsInvalidPlaceholder ProtoBuilderReturnValueIgnored ProtoFieldNullComparison RandomModInteger RectIntersectReturnValueIgnored ReturnValueIgnored SelfAssignment SelfComparison SelfEquals SizeGreaterThanOrEqualsZero StringBuilderInitWithChar TreeToString TryFailThrowable UnnecessaryCheckNotNull UnusedCollectionModifiedInPlace XorPower See https://errorprone.info/bugpatterns for more information on the checks. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I8446f9076a45ebf7e7ffa06cb0d4ddb1001b6c00
-
Thiébaud Weksteen authored
-
Automerger Merge Worker authored
* changes: [automerger skipped] Merge "Add new owner to the resume-on-reboot module." into android13-tests-dev am: 55ff2354 -s ours [automerger skipped] Add new owner to the resume-on-reboot module. am: 483f02cf -s ours
-
Eric Zhang authored
[automerger skipped] Merge "Add new owner to the resume-on-reboot module." into android13-tests-dev am: 55ff2354 -s ours am skip reason: Merged-In I5af32f68652d5854e6a99b59f2f56fcaac575588 with SHA-1 5c9a11c1 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2301497 Change-Id: Ia2ddad3422447c74f8a36010850cb6ce75f7a2c3 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Zhang authored
am skip reason: Merged-In I5af32f68652d5854e6a99b59f2f56fcaac575588 with SHA-1 5c9a11c1 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2301497 Change-Id: Iaa1b225adef5d13ae824021cf56d427d97cb52c0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Nov 14, 2022
-
-
Eric Zhang authored
-
Vikram Gaur authored
-
Treehugger Robot authored
-
Miguel authored
Junitparams properly reports measurement results with PerfStatusReporter (unlike Parameterized b/26110951). Test: atest TestName Change-Id: I3ac0f368807775f264264947ab913546fc81dbd5 Merged-in: I3ac0f368807775f264264947ab913546fc81dbd5
-
Lakshman Annadorai authored
Change-Id: I757a9cff09ea43d4ace92cea9cb390ef8f1157f1 Test: n/a Bug: 242722241
-
Nolan Scobie authored
-
Cintia Martins authored
The method UserHandle.getAppId() strips off the part of the Uid that is related to the current user (which may not be zero for multiuser). Bug: 236100828 Test: Unit test Merged-In: Ie27c8570ba2551b6d99d9848a0b2469fe76ac3d1 Change-Id: I0c1c1a198bb49e944c2e71fd9e23fc6f528aab9a
-
Jieli Zhong authored
Add default values for Emergency SOS and Play countdown alarm. Test: Manual Bug: 256876746 Change-Id: Id534e1cf657266ae11a7055b5197cb05a3513412
-
Tsung-Mao Fang authored
Test: N/A Change-Id: Iebf1a951db2bc5d6b23bbf4be0c8303f7a745663
-
Eric Zhang authored
Test: Adding owners. No code change. Change-Id: I5af32f68652d5854e6a99b59f2f56fcaac575588 (cherry picked from commit 8c8d787b) Merged-In: I5af32f68652d5854e6a99b59f2f56fcaac575588 (cherry picked from commit 5c9a11c1) Merged-In: I5af32f68652d5854e6a99b59f2f56fcaac575588
-