- Dec 19, 2019
-
-
Marco Nelissen authored
-
Yifan Hong authored
-
Jiyong Park authored
-
Chen Xu authored
-
Marco Nelissen authored
Test: build Change-Id: Ia17176fc4bfd099db5faad2b5f9b9d99a3407d2d
-
Joe Onorato authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Austin Wang authored
-
Junyu Lai authored
-
SongFerng Wang authored
-
Aaron Huang authored
-
Austin Wang authored
This reverts commit a5264903. Reason for revert: Droidcop-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_master&target=sdk_phone_armv7-sdk&lkgb=6083299&lkbb=6085371&fkbb=6083313, bug b/146533269 Change-Id: Ie5b031d7b277cf0e09b0a9776b26bf74f5f69e70
-
joker.yang authored
on go device when try to get timestamp, the value over-followed sometimes as a result, GtsIncidentManagerTestCases would fail due to a negative timestamp Bug: 142513252 Change-Id: I7d5e701bb8bf4e788a718e093681f97b95cb8551
-
Suren Baghdasaryan authored
-
markchien authored
".apex" is easy to confuse. Rename as below: apex: com.android.tethering.apex -> com.android.tethering apk: com.android.tethering -> com.android.networkstack.tethering Bug: 146471733 Test: build Change-Id: I2c7647abb996539a3af6cfe0e0214a5e8927c0d6 Merged-In: I2c7647abb996539a3af6cfe0e0214a5e8927c0d6
-
Mark Chien authored
-
Remi NGUYEN VAN authored
-
Jiyong Park authored
The module framework is now a build-only library whose purpose is to provide hidden APIs from the non-updatable part of the platform and APIs from the modules. Merging updatable_media_stub to framework, like the stub libraries from other modules. Bug: N/A Test: m Exempt-From-Owner-Approval: cherry-pick from internal Merged-In: Ib627523aab44b7c41d27d70c6ae34cda5dc2e27c (cherry picked from commit 92721349) Change-Id: Ib627523aab44b7c41d27d70c6ae34cda5dc2e27c
-
Brad Ebinger authored
-
Yifan Hong authored
Such checks uses old libvintf to parse new VINTF metadata, which is not supported. The check is now moved to OTA package build time, so there is no need to check it on the device. Test: builds Bug: 139300422 Change-Id: Ifaec06b5298f698958e5727316bf661d1960d0aa
-
Jayachandran Chinnakkannu authored
-
- Dec 18, 2019
-
-
Suren Baghdasaryan authored
With new KReclaimable stat available in /proc/meminfo include it in getMemInfo results so that it can be accounted in dumpsys meminfo reports. Bug: 138148041 Test: dumpsys meminfo Change-Id: Id475fcc0a63c6fc12ea64e08cec5cd24c83848a5 Signed-off-by:
Suren Baghdasaryan <surenb@google.com>
-
Grace Jia authored
-
Grace Jia authored
Test: manual Bug: 135929421 Change-Id: I63043646bb96b8543849c617ce1ccd41a558f24d
-
Jordan Liu authored
-
Treehugger Robot authored
-
Brad Ebinger authored
Bug: 111305845 Test: atest FrameworksTelephonyTests; atest CtsTelephonyTestCases Merged-In: Ia16f82b9cfb9e873d2c26850dfbfd451638ad30c Change-Id: Ia16f82b9cfb9e873d2c26850dfbfd451638ad30c
-
Chen Xu authored
ModemActivityInfo is used for batteryStatusService which is part of system service. To prepare telephony to be an mainline module, we should expose ModemActivityInfo to systemAPI 1. remove getConsumedPower API as we are missing modem support, API today only report 0 2. isValid API is introduced to cover modem issues before. Do not expose this for now. Bug: 140908357 Test: Build Change-Id: I6e1b0daa2e0ce23b9fd55f0dd7037631b93eb7a5 (cherry picked from commit 7322e4a7) Merged-in: I6e1b0daa2e0ce23b9fd55f0dd7037631b93eb7a5
-
Daniel Huang authored
-
David Su authored
-
satayev authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Abhijeet Kaur authored
Previously added "android:theme="@android:style/Theme. DeviceDefault.DayNight" to the application tag in this manifest file to enable dark theme for bugreport info. BugreportWarningActivity is nested within this application tag, so assumed all the child tags to have DayNight theme. android:theme="@android:style/Theme.DeviceDefault.Dialog.Alert" shows the dialog always as Dark mode. android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" shows the dialog always as Light mode. This bug is not easily notice-able as "Do not show this again" checkbox is checked by default for this dialog. Unless one wipes data partition, this dialog doesn't come up even after flashing new builds. Bug: 141663298 Bug: 146400225 Test: Normal (light mode) Trigger interactive/full/wifi bugreport. Click on bugreport finished "Share" notification. Light mode warning dialog should appear. (with white background) Uncheck the "Do not show this again" checkbox to test with dark mode. Test: Go to Settings. Turn on Dark theme. Trigger interactive/full/wifi bugreport. Click on bugreport finished "Share" notification. Dark mode warning dialog should appear. (with dark grey background) Merged-In: I200c592608261665e4c2416303f573522c6bc59a Change-Id: I200c592608261665e4c2416303f573522c6bc59a (cherry picked from commit 43bbe8a2)
-
Abhijeet Kaur authored
This bug was introduced when fixing dark theme for bugreport dialogs. Bug: 135446537 Bug: 146400225 Test: manually (both in light and dark theme) Merged-In: Ib8c16d068c00632d009033c2eab7d2d6cb7e4eea Change-Id: Ib8c16d068c00632d009033c2eab7d2d6cb7e4eea (cherry picked from commit f90de974)
-
SongFerngWang authored
Use NetworkRegistrationInfo.getRegistrationState() to replace serviceState.getDataNetworkType() inside getCombinedServiceState Bug: 146473838 Test: atest frameworks/base/packages/SettingsLib/tests/robotests/\ src/com/android/settingslib/UtilsTest.java (PASS) Change-Id: Iddf23778be5d275c76ad01bfbac8f4ed0c655331 Merged-In: Iddf23778be5d275c76ad01bfbac8f4ed0c655331
-
Artur Satayev authored
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv \ git diff HEAD^ HEAD | grep '^[+-][^+-]' | grep -v '.import' Change-Id: I087bb1cecbe59f1cf0c2e770c735d7a433722c6f
-
Treehugger Robot authored
-