- Jun 26, 2023
-
-
Zhanglong Xia authored
This reverts commit 5647bc40. Reason for revert: b/288705921 Change-Id: Ice0646bc435b6c05431966c7a97f275d919d07b0
-
- Jun 09, 2023
-
-
liupengle authored
1.For fold devices, some necessary config files must be configured in vendor partition.These config files will effect some phones that has the same Soc. 2.Odm partition is intended for hardware SKUs. For GSI, odm partition can keep the logic of original design manufacturers. 3.Add getting device_state_configuration.xml from odm partition. Bug: 276181381 Change-Id: I54f7190cf9d5385cdf3cfc9f1afff05d06d9bd64 Signed-off-by:
liupengle <liupenglei@xiaomi.corp-partner.google.com>
-
- May 09, 2023
-
-
Jack He authored
-
- May 08, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Roshan Pius authored
-
Roshan Pius authored
This is needed by NFC stack (which is a platform APK currently, but is planned to become a mainline module in the future). Bug: 227958253 Test: Compiles Merged-In: Iaa22957057dad13df84cbbe7c7e92c47d4e79fa2 Change-Id: Iaa22957057dad13df84cbbe7c7e92c47d4e79fa2
-
Treehugger Robot authored
-
Alan Viverette authored
This switch suppresses output of compile SDK-related attributes in AndroidManifest.xml, including android:compileSdkVersion and platformBuildVersion. Fixes: 278115511 Test: ManifestFixer_test Merged-In: I552e50802a328c2318c9f261e30beadcbca5fd29 Change-Id: I552e50802a328c2318c9f261e30beadcbca5fd29
-
Michał Narajowski authored
This reduces icon color flickering when disconnecting one of the devices from a device group. Normally we use device address to pick a color but in case we have a group id we should use it instead, so that the color does not change when one of the devices disconnects. Bug: 269067986 Test: manual Tag: #feature Change-Id: If72187d050e8ea531b8f2c39e22f3faf1ec14f7b
-
- May 06, 2023
-
-
Treehugger Robot authored
-
Yi-yo Chiang authored
-
- May 05, 2023
-
-
Steven Moreland authored
-
Pawan Wagh authored
-
Pawan Wagh authored
-
Steven Moreland authored
triage to fuzzer team while we are figuring out hermetcity issues. If issues don't look like hermeticity issues, please forward them to team. Bug: 280770893 Test: N/A Change-Id: Ia1255e6162ef6e232ef8c4fced62579c8adaa8c7
-
Pawan Wagh authored
Renaming method isDirectlyHandlingTransaction to isDirectlyHandlingTransactionNative and adding test which should verify - Whether large allocations greate than 1MB for primitive types are failing - Array length limited to 1M for complex objects - Allocations within allowed limit are succeeding Adding a test api in Parcel to mock that binder transaction is being handled. Test: atest -c android.os.ParcelTest Bug: 205282403 Change-Id: I46bc719508c03613646d182571bf773149223bd1
-
Pawan Wagh authored
BadParcelableException is thrown when creating arrays which use more than 1MB memory Bug: 205282403 Test: m && acloud delete --all && acloud create --local-image --local-instance && atest -c android.os.ParcelTest Change-Id: I087a2b0eec0fa3c6987ae8709c1c119577551001
-
Evan Laird authored
-
Yi-yo Chiang authored
This reverts commit 9eca232a. Reason for revert: fixed test failure Change-Id: I06e36335ec7c72062d2f0f3e42d529dea660be25
-
Chun-Wei Wang authored
-
Chun-Wei Wang authored
This reverts commit c9df4711. Reason for revert: 280831236 Change-Id: Id7f4fc89528be941ad401827bd48cde88c76d984
-
Eran Messeri authored
-
Treehugger Robot authored
Merge "Fixes a thread safety issue (a time-of-check-time-of-use bug) in BatteryExternalStatsWorker that causes system_server crashes in VROS device."
-
- May 04, 2023
-
-
Bill Yi authored
-
Evan Laird authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
JW Wang authored
OEMs can customize the software installation process to better suit their specific needs. Bug: 275484855 Test: adb shell am start-activity \ -n com.android.dynsystem/com.android.dynsystem.VerificationActivity \ -a android.os.image.action.START_INSTALL \ --el KEY_USERDATA_SIZE 2147483648 \ --es KEY_DSU_SLOT test Change-Id: I707976842eb1aefa1a3cb56532a44013f2422a95
-
- May 03, 2023
-
-
beiyifb authored
Fixes a thread safety issue (a time-of-check-time-of-use bug) in BatteryExternalStatsWorker that causes system_server crashes in VROS device. Synchronize BatteryExternalStatsWorker.shutdown(). Without this, a shutdown can sneak in-between the checks to mExecutor.isShutdown() and other mExecutor calls, causing the later calls to fail with a RejectedExecutionException instead of having the intended behavior for a shutdown mExecutor. Test: There is no known test case for regression testing. This is a race condition, so any test case would inherently be flaky. The correctness of the patch is easily seen by observing the time-of-check-time-of-use issues that arise throughout BatteryExternalStatsWorker.java before the patch is applied. Change-Id: Id690f3451f86ac536b186021ef4fb63827bc863e
-
Bill Yi authored
Merged-In: I96a013b85ec1ae2d9c6b1d06528cf10ae82a18fe Merged-In: I40155e0cc186bce60c9d7e08bf5f013c7c30ad9e Merged-In: I72d2e756b8e59d4cd51e5311e4cbc2a07c9100f0 Change-Id: Ib99bcfd8baf3a43ad13d81bf3b7b0a73a954a866
-
Treehugger Robot authored
-
Alisher Alikhodjaev authored
-
Treehugger Robot authored
-
Karthik Krishnan authored
type casting of customized textview into OperatorNameView gives a ClassCastException. The reason is that ViewStub and Textview have the same id. Change the ViewStub name to solve this Test: Manual Bug: 254244187 Change-Id: Idf7c94a5a3e9e5ad637bef3d3031fa4ae65af710
-
Treehugger Robot authored
-
mattgilbride authored
This is useful in test suites that grant permissions on individual tests, and then revoke all permissions in an @After method. Bug: N/A Test: TH Change-Id: Ic3445f283702c7092c224bbe6f2340f5911b0541
-
Parthasarathy Tarun authored
A PIN locked SIM card gets "Incorrect SIM PIN code. Enter PUK code..". The value of mRemainingAttempts is always 0, so the actual remaining PIN attempts times was not queried in KeyguardSimPinViewController#showDefaultMessage. Test: Manual Bug: TBA Change-Id: Ib4dd6be15a96b33a4d5e65c25d9589a0bae639d0
-
Katsuyuki Hirayama authored
sim state is "UNKNOWN" when stateExtra is LOCKED and lockedReason=PERM_DISABLED. Correct this. Test: Manual Bug: 254300616 Change-Id: I01c46cd868abd3e91fa37d80f5b75aec4b9f0014
-
Jorge Gil authored
-