- Oct 01, 2019
-
-
Amit Mahajan authored
And move mms util code to the new folder. Test: basic sanity Bug: 140763963 Change-Id: I0d92ed3fca1fc186484ea8d3c5d17b6e332e7d22
-
Jordan Liu authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Oli Lan authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Sergey Nikolaienkov authored
-
Derek Sollenberger authored
Test: CtsUiRenderingTestCases and CtsGraphicsTestCases Bug: 137655431 Change-Id: Ifa044281a3c36cbc1b413175711e9b172cda640f
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Mårten Kongstad authored
In C++, local primitives are not automatically initialized: void foo() { int i; // primitive: value is indeterminate std::string s; // class: calls default ctor ... } Create.cpp and Dump.cpp include this type of uninitialized variable; fix this by explicitly assigning an initial value. Also add a new script to help catch these types of errors in the future: valgrind.sh, which will run a few idmap2 commands and the idmap2_tests through Valgrind. Also update static-checks.sh to rely on a command's return value instead of the presence of any output. Test: frameworks/base/cmds/idmap2/valgrind.sh Change-Id: Ic9dbd3e9a768beb39ac677ff294b0fca5ee8f9d2
-
Mårten Kongstad authored
Test: atest OverlayDeviceTests OverlayHostTests FrameworksServicesTests:com.android.server.om CtsAppSecurityHostTestCases:OverlayHostTest Change-Id: Ib68eaf7f721c5d440fe7185777e88e23cb9840a4
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Ruslan Tkhakokhov authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Winson Chiu authored
-
Winson Chiu authored
This reverts commit 243e7ea1. Reason for revert: b/141854898 Exempt-From-Owner-Approval: Revert for failure to boot Change-Id: Id6812e5ecf7d88504706b2c4110d83f1034ab85c
-
TreeHugger Robot authored
-
- Sep 30, 2019
-
-
Brad Ebinger authored
[automerger skipped] Merge "Integrate the active emergency session listener in TelephonyRegistry" am: 4a54c2fa am: 64418f4c am: 32dfda5c am: 4016d704 -s ours am skip reason: change_id I5eaada6a671606642a849f0ff6fe964332d80d5f with SHA1 134334bb is in history Change-Id: I5a20e6477f270e53caa0e8215bc290917df79c54
-
Michael Klimushyn authored
-
Jorge E. Moreira authored
glwallpaper requests a GL context with low priority, however this feature is a GL extension that may not be available in the GL implementation (swiftshader, for example). Bug: 138834844 Test: run cuttlefish locally Change-Id: I72edeb0f4dc03e51bda22209415604e752c18e52
-
Brad Ebinger authored
Merge "Integrate the active emergency session listener in TelephonyRegistry" am: 4a54c2fa am: 64418f4c am: 32dfda5c Change-Id: Ie82cc7eb41329821fc79ac94659ab84c3b59c3f2
-
Brad Ebinger authored
am: 64418f4c Change-Id: Ideeb0afb508068fbe6feebbd472e94a24d94192f
-
Sasha Kuznetsov authored
Merge "Moving GNSS related code in class LocationManagerService into its own class. Test: manually; flashing build and then checking for GPS measurements and position in GnssLogger"
-
Brad Ebinger authored
am: 4a54c2fa Change-Id: I890a913c18332669dee8f21baf81db78a50a0fb0
-
Brad Ebinger authored
-
TreeHugger Robot authored
-
Sasha Kuznetsov authored
Test: manually; flashing build and then checking for GPS measurements and position in GnssLogger Change-Id: I522e60053d9404a3300e3cfb43886a15036dbf70
-
TreeHugger Robot authored
-
Michael Klimushyn authored
Previously the IMM was logging error and warning logs every single time it attempted to use an IMM method and ended up with the fallback IMM. This is both extremely noisy since the IMM is accessed multiple times per second in the case of the user typing and a little misleading since this isn't truly an error condition on its own. Downgrade the log to a VERBOSE log. This will still show up for apps when in development but is less likely to wander into bug reports for released apps. Bug: 141884160 Fixes: 141884160 Test: Manually. Trigerred error condition and verified log level. Change-Id: If25ef81c6b74679ebfa725f0c98e0bc633399e70
-
TreeHugger Robot authored
-
Ruslan Tkhakokhov authored
Bug: 111386661 Test: atest InitializeRecoverableSecondaryKeyTaskTest Change-Id: I95a3acddfc1e28f6addd71af312815d9c3cb1ed6
-
Dave Mankoff authored
Bug: 141877121 Test: atest SystemUITests Change-Id: Ic083cb511a1e3e4b0aa28b3d8eabe40e57fbfaae
-
Amit Mahajan authored
-