- Apr 11, 2018
-
-
Mathew Inwood authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Phil Weaver authored
-
Mike Digman authored
-
Adrian Roos authored
To do so, we cannot use the Region from DisplayCutout, because it is conceptionally a binary Bitmap. Instead, we need the exact curve as a Path. Also fixes a theoretical bug where the DisplayCutout was cached even though the display height changed. Change-Id: I9356f4589186fedc5dc95010c7bd1a1fa20edf5e Fixes: 77868940 Test: Enable display cutout in developer options, verify the edges look smoth and not jagged. Test: atest DisplayCutoutTest
-
TreeHugger Robot authored
-
Siyamed Sinir authored
-
Bo Zhu authored
-
Chad Brubaker authored
-
TreeHugger Robot authored
-
Patrick Baumann authored
This reverts commit b00eb645. Reason for revert: Boot issues after OTA Bug: 76228188 Fixes: 77888575 Change-Id: I5ca2605cb6befea46ce50198bc72bdd4b6e84f1a
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bryce Lee authored
-
Florian Mayer authored
-
Robert Berry authored
-
TreeHugger Robot authored
-
Beverly Tai authored
-
TreeHugger Robot authored
-
Anton Philippov authored
-
Jan Althaus authored
-
TreeHugger Robot authored
-
Jan Althaus authored
- Fix incorrect nullable annotation (usage/APIs already correct) - Fix outdated doc reference - Fixed visibility of TextClassification fields Bug: 74461129 Test: N/A Change-Id: I107cc978c9385ac2ad706fa8e0a8a3ecb215cf36
-
Lenka Trochtova authored
Bug: 77801801 Bug: 73750212 Bug: 64012357 Test: make RunFrameworksServicesRoboTests Test: cts-tradefed run cts -m CtsDevicePolicyManagerTestCases --test com.android.cts.devicepolicy.DeviceOwnerTes cts-tradefed run cts -m CtsBackupHostTestCase Change-Id: I7699755309b3fbff7c3fec2a06a0f409fd4087de
-
Lorenzo Colitti authored
Bug: 76449091 Test: android.app.usage.cts.NetworkUsageStatsTest passes Change-Id: I7f21e0bd7bc4b726058fc2e25542ff2c3173fabe
-
Kenny Guy authored
Log the first time a notification with smart replies is visible. Log each click on a smart reply. Test: atest SystemUITests Bug: 72153458 Change-Id: I6dc498871000dbb9af978567db3d258b20978781
-
timhypeng authored
* While receiving BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED and TelephonyManager.ACTION_PHONE_STATE_CHANGED intent dispath onAudioModeChanged() callback. * Rename onProfileAudioStateChanged() to onAudioModeChanged() Bug: 74134939 Test: Build Change-Id: Iaf037110adba907721f7342eeef360e65cb1da34
-
David Brazdil authored
-
TreeHugger Robot authored
-
Yao Chen authored
When statsd reconnects to logd, statsd will read all logs from buffer again. To prevent us from reprocessing old events, we do the following: 1. At any given moment, record the largest timestamp(T_max) and last timestamp (check point) that we've seen before. 2. When reconnection happens, we look for the check point until we see a new log with a timestamp larger than T_max. -> If we found the CP, resume after the CP. Success -> If we can't find CP, there is definitely log loss. We reset all configs. Note: 1. Logd has an API to read logs after a certain timestamp. But this api is vulnerable to time changes from Settings. So we cannot rely on it. 2. If logd inserts a new log (with older timestamp) before CP, we cannot detect it. It's not possible to detect it without record all timestamps we have seen. Test: statsd_test Bug: 77813113 Change-Id: Ic3fdb47230807606ab11dc994cb162194adb8448
-
TreeHugger Robot authored
Merge "Flush the bucket when creating the metric producer. Use int64 for value field. E2e test for gauge/value metric." into pi-dev
-
TreeHugger Robot authored
-
Yangster-mac authored
Use int64 for value field. E2e test for gauge/value metric. BUG: b/74445671 Test: statsd test. Change-Id: I823a0bade8f89834bdfb9cf48864852a47d7b63b
-
Remi NGUYEN VAN authored
-
Lorenzo Colitti authored
-
Remi NGUYEN VAN authored
-
Sanry Huang authored
-
TreeHugger Robot authored
-
Winson Chung authored
-