- Nov 06, 2023
-
-
Shunkai Yao authored
Bug: 273373363 Test: m Test: lunch panther-trunk_staging-userdebug; m Test: Test Bluetooth Audio functionality on Panther Change-Id: Id5b2ffba2131aebf0ec6656511f2f10f79db7567 Merged-In: Id5b2ffba2131aebf0ec6656511f2f10f79db7567
-
- Nov 03, 2023
-
-
Suren Baghdasaryan authored
-
Song Chun Fan authored
-
- Nov 02, 2023
-
-
Yan Yan authored
-
James Willcox authored
-
Suren Baghdasaryan authored
Return correct FrameworkStatsLog.reason for the newly added LOW_MEM kill reason. Without this fix telemetry will register these kills as LMK_KILL_OCCURRED__REASON__UNKNOWN. Bug: 306755741 Change-Id: I8be6ea532de35b7b8a645fbde51e0dce62bd64ce Signed-off-by:
Suren Baghdasaryan <surenb@google.com>
-
Treehugger Robot authored
-
Suren Baghdasaryan authored
-
Peiyong Lin authored
-
Victor Hsieh authored
-
Victor Hsieh authored
Test: N/A Bug: N/A Change-Id: Ic05d48d7df4d6036b8e972678d90a34e6430a6ec
-
Ian Baker authored
-
Anton Hansson authored
-
Eran Messeri authored
-
Eran Messeri authored
KeyMint handles challenges up to 128 bytes. Document this in the KeyGenParameterSpec Builder. Bug: 307714384 Test: m Change-Id: Ib2082edd12828649225c42de56e176540e997467
-
Venkatarama Avadhani authored
When the flag mediametadataretriever_default_rgba8888 is set, use RGBA_8888 as the color format in getFrameAtTime call. Add the unit test to check the intended behaviour. Test: adb shell setprop persist.device_config.aconfig_flags.\ media_solutions.com.android.media.playback.flags.\ mediametadataretriever_default_rgba8888 true Test: adb shell device_config put media_solutions \ com.android.media.playback.flags.mediametadataretriever_default_rgba8888 \ true Test: atest com.android.mediaframeworktest.unit.MediaMetadataRetrieverTest Bug: 298965955 Change-Id: I8452e75e07bcfcd2483ad2da971806147f5a9067
-
Atneya Nair authored
Test: Compiles Bug: 308860435 Change-Id: Iea2b7e53fc31b828de5398ee4333c35aa92c7acb
-
- Nov 01, 2023
-
-
Eric Biggers authored
-
Thiébaud Weksteen authored
Merge changes from topics "cherrypicker-L13300000963667898:N27000001416235071", "cherrypicker-L85800000963667755:N59500001416232655" into main * changes: Merge EnforcePermissionHelperDetector with EnforcePermissionDetector Fix implementation reference Enable EnforcePermission linters for test sources
-
Achim Thesmann authored
-
Achim Thesmann authored
-
Brad Ebinger authored
-
Achim Thesmann authored
Change-Id: I9c373e725bde6ef07c33a811bd48d30b4b3644f4 Test: owners change only Bug: 305115571
-
Achim Thesmann authored
Change-Id: I34c02da253d8dcd6e360b7e3efb4c27daf58ba29 Test: owners update only Bug: 305115571
-
James Willcox authored
This obtains the time (via SystemClock.elapsedRealtime()) when the user last authenticated using any of the passed authenticators. Test: manual, atest AuthServiceTest, CTS Bug: 303839446 Change-Id: Id22bee7b05271ce38816f932b3696cb450ab025d
-
Treehugger Robot authored
-
Anton Hansson authored
-
Anton Hansson authored
These defaults are used by api / stub modules, so move them into the api subdir. Test: m Merged-In: I97661daa1c4c3cba6c31ccf1212334a41adaa271 Change-Id: I97661daa1c4c3cba6c31ccf1212334a41adaa271
-
Anton Hansson authored
Reuse the defaults in packages/modules/common that are for non-updatable (to be updatable), but extend them to be suitable for modules that have no intention of becoming updatable. Baseline issues that were not enabled previously. Bug: 306806877 Test: presubmit Merged-In: I5b596821ce9c20d2504728bf01f4fdd69da9a94e Change-Id: I5b596821ce9c20d2504728bf01f4fdd69da9a94e
-
Louis Chang authored
-
Inseob Kim authored
filter-product option is added to aapt2 compile, which filters values with a given product and removes all other values (including default). The motivation of this change is to generate product-specific RRO automatically, making a main resource APK (e.g. framework-res.apk) identical in all targets. Bug: 294799593 Test: build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5fe521e5b3bd5e7ef17dc50425060680cadb4e0e) Merged-In: I42eb3e134c7aa120f6bbe2d26d311bd46b586595 Change-Id: I42eb3e134c7aa120f6bbe2d26d311bd46b586595
-
Sudheer Shanka authored
-
- Oct 31, 2023
-
-
Achim Thesmann authored
-
Treehugger Robot authored
-
Suren Baghdasaryan authored
Add kill reason for a cached app kill when free memory is under low watermark. Bug: 306755741 Change-Id: I3c5496d6215ea0f5eb350d83fd558d433a136202 Signed-off-by:
Suren Baghdasaryan <surenb@google.com>
-
akihiro miura authored
Add event log to show the information of trigger for deleting application data. Log Format: - Event log name : installer_clear_app_data_caller - Caller PID - Caller UID - package which is the target for deleting data - flag - Event log name : installer_clear_app_data_call_stack - method name on Call stack - class name on Call stack - file name on Call stack - line number on Call stack - Event log name : pm_clear_app_data_caller - Caller PID - Caller UID - package which is the target for deleting data - Event log name : am_clear_app_data_caller - Caller PID - Caller UID - package which is the target for deleting data Manual test steps: Start a logcat viewer on a adb host with the device under test connected 1. Do $ adb logcat -b events | grep clear_app_data Delete app data on the device under test. 2. Go to Settings->Apps->All apps 4. Click on an app, for example Chrome 5. Click on [Storage and cache] 6. Click on [Clear storage] 7. Click on [Delete] 8. Observe: See output from the adb host with the logcat command. 10-17 13:01:57.649 1766 3657 I am_clear_app_data_caller: [7093,10268,com.android.chrome] 10-17 13:01:57.671 1766 3657 I pm_clear_app_data_caller: [1766,1000,com.android.chrome] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_caller: [1766,1000,com.android.chrome,7] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [clearAppData,com.android.server.pm.Installer,Installer.java,447] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [clearAppDataLeafLIF,com.android.server.pm.AppDataHelper,AppDataHelper.java,580] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [clearAppDataLIF,com.android.server.pm.AppDataHelper,AppDataHelper.java,565] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [clearApplicationUserDataLIF,com.android.server.pm.PackageManagerService,PackageManagerService.java,3495] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [-$$Nest$mclearApplicationUserDataLIF,com.android.server.pm.PackageManagerService,PackageManagerService.java,0] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [run,com.android.server.pm.PackageManagerService$IPackageManagerImpl$1,PackageManagerService.java,4789] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [handleCallback,android.os.Handler,Handler.java,958] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [dispatchMessage,android.os.Handler,Handler.java,99] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [loopOnce,android.os.Looper,Looper.java,205] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [loop,android.os.Looper,Looper.java,294] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [run,android.os.HandlerThread,HandlerThread.java,67] 10-17 13:01:57.680 1766 2401 I installer_clear_app_data_call_stack: [run,com.android.server.ServiceThread,ServiceThread.java,46] Bug: 305787657 Test: manual Change-Id: I9396c0fc23d43f1c88b268a0596e8682dd5a8377
-
Anton Hansson authored
-
Treehugger Robot authored
-
Yan Yan authored
Bug: 276358140 Test: make update-api API-Coverage-Bug: 308000143 Change-Id: I3b3b9546f5a6489f203ff5b72e14ff5a29a86eaf
-
- Oct 30, 2023
-
-
Sudheer Shanka authored
Bug: 305066531 Test: builds Change-Id: I8766c850cf4bb9e2e217eaff558e800e0508f36c
-