Commit Graph

475097 Commits

Author SHA1 Message Date
Tej Singh
affc08a340 Merge "Split buckets on boot complete" into rvc-dev 2020-04-22 01:16:28 +00:00
Jacky Kao
538ee89f2b Merge "Obtain correct screenshot based on device orientation" into rvc-dev 2020-04-22 00:19:35 +00:00
Jacky Kao
333de4e7c3 Obtain correct screenshot based on device orientation
When taking the screenshot, passing the width and height
of the display, and the rotation according to the current
device orientation.

Bug: 153173726
Test: a11y CTS & unit tests
Test: manual test
Change-Id: I19eea2046da282155719b1dfdf9a3f53ad95e13b
2020-04-22 00:19:12 +00:00
Jeffrey Huang
64c55e7e8a Merge "Remove IStatsd reference from StatsLog.java" into rvc-dev 2020-04-22 00:08:44 +00:00
TreeHugger Robot
0e1d99ca0f Merge "Improve global actions dialog animation" into rvc-dev 2020-04-21 23:57:36 +00:00
TreeHugger Robot
e8af3b0343 Merge "Update Identity Credential API docs." into rvc-dev 2020-04-21 23:40:05 +00:00
Dmitri Plotnikov
afe0f89d59 Merge "Removing BatteryStatsImpl lock that causes a deadlock" into rvc-dev 2020-04-21 23:36:39 +00:00
TreeHugger Robot
bf517e48a2 Merge "Move things to com.android.systemui.car" into rvc-dev 2020-04-21 23:05:27 +00:00
Jeff Sharkey
b67e70aa40 Merge changes from topic "apr19" into rvc-dev
* changes:
  Update some Parcelables to send Strings UTF-8.
  Offer to write Strings through Parcels as UTF-8.
2020-04-21 22:59:40 +00:00
Jeff Sharkey
0223df096c Update some Parcelables to send Strings UTF-8.
An earlier CL with benchmarks has shown that sending strings as UTF-8
is 50% faster for US-ASCII strings, and still 68% faster for complex
strings referencing higher Unicode planes.  (So an improvement in
both cases!)

Since code across the OS still makes heavy assumptions about Parcel
strings typically being UTF-16, we need to carefully migrate
Parcelables by hand, which is what this CLs begins doing.

This is a purely mechanical refactoring with no functional changes.

Bug: 154436100
Test: manual
Exempt-From-Owner-Approval: trivial refactoring
Change-Id: Ia9e581efd7c40269342b7528ca07363deb843c0f
2020-04-21 22:59:26 +00:00
Ned Burns
81f5ea4077 Merge changes from topic "log-taps" into rvc-dev
* changes:
  Log when user taps on notifs
  Apply consistent order to SBNActivityStarter
2020-04-21 22:54:05 +00:00
TreeHugger Robot
5cbc7dace2 Merge "Controls UI - Motion for activities" into rvc-dev 2020-04-21 22:53:30 +00:00
TreeHugger Robot
2f14c3a752 Merge "DataLoader statuses, explained." into rvc-dev 2020-04-21 22:44:40 +00:00
Brad Ebinger
c05ba6325d Merge "Using RegistrationManager was causing unintended public APIs" into rvc-dev 2020-04-21 22:33:37 +00:00
Tej Singh
e678cb753a Split buckets on boot complete
Also clean up a bit of code on splitting on app upgrades

Piggy-backed off the app upgrade tests, adding parameterized tests to
also test boot complete event.

Refactored some value metric test code to increase code reuse and
assertions.

Fixed a broken value metric test that had assertions commented out.

Refactored NamedLatch into MultiConditionTrigger to avoid creating a
thread before necessary.

Test: atest statsd_test
Test: push a simple test config, reboot, wait, get data. Made sure
the bucket was split
Bug: 144099206
Bug: 154511974

Change-Id: I73858b5db08e8cda762bd8091b30da8738d1fd88
2020-04-21 15:31:14 -07:00
Mady Mellor
582784757d Merge "Make bubble channel setting 3 state with unset / on / off" into rvc-dev 2020-04-21 22:30:28 +00:00
TreeHugger Robot
d907c49479 Merge "Ignore exceptions when investigating failure reasons" into rvc-dev 2020-04-21 22:22:37 +00:00
TreeHugger Robot
bdd4f85bcd Merge "Add space to log." into rvc-dev 2020-04-21 22:18:48 +00:00
David Zeuthen
d1ad3bee96 Update Identity Credential API docs.
This change contains no actual syntactical or semantic changes, just
clarifications on the inputs and outputs.

Test: N/A
Bug: 151082886
Merged-In: Ic7797aa53d292abdeb779cb55b404f8a433bce79
Change-Id: I90279c1ba434a9305b991863086b867309549ce8
2020-04-21 18:12:57 -04:00
TreeHugger Robot
3eb14956fd Merge "Adding executor with repeat functionality" into rvc-dev 2020-04-21 22:07:54 +00:00
TreeHugger Robot
4a25277da6 Merge "Fix AlarmManager dump." into rvc-dev 2020-04-21 22:07:48 +00:00
Jeffrey Huang
d8a7f947ba Remove IStatsd reference from StatsLog.java
Also remove sendAppBreadcrumb binder api because it's no longer used.

Bug: 154264326
Test: atest com.google.android.statsd.gts.StatsdHostTestCases
Change-Id: Ic51a057bb01a89a24337521a49c54a52e2073cd1
2020-04-21 15:04:28 -07:00
Wale Ogunwale
201af5078f Merge "Allow CTS test to control organized tasks" into rvc-dev 2020-04-21 22:01:40 +00:00
Lucas Dupin
5f9c8638df Improve global actions dialog animation
By translating a container instead of only the power menu row

Test: visual
Fixes: 154541485
Change-Id: I2742bb14a71a34869cfb83c86e4072fe3811bb74
2020-04-21 14:55:01 -07:00
Alex Salo
323d63572d Merge "Don't reset adaptive_sleep setting" into rvc-dev 2020-04-21 21:27:38 +00:00
TreeHugger Robot
33b703b24c Merge "Make CtsPriv and CtsPrivShim build standalone." into rvc-dev 2020-04-21 21:26:25 +00:00
Dmitri Plotnikov
55edd0c81c Removing BatteryStatsImpl lock that causes a deadlock
Please see the original change I0d6b4a7b12b234939cb6eb3a32658b28f61dff4f,
where the additional locks were first introduced, but the original lock
was not consistently removed.

Bug: 153826721
Bug: 153813215
Test: Disable and reenable WiFi.

Change-Id: I0e68889e9dfe22495d64b16a495a83434b816304
2020-04-21 14:08:17 -07:00
Heemin Seog
51a863301b Move things to com.android.systemui.car
Bug: 154357193
Test: atest (all tests in CarSystemUITests)
Change-Id: I897480b79c9c6dbf5e93b9eb869fe0acec77c598
2020-04-21 14:07:22 -07:00
TreeHugger Robot
8c63eb2705 Merge "Revert "Reboot sound trigger HAL on exception"" into rvc-dev 2020-04-21 20:53:55 +00:00
Ytai Ben-tsvi
30f4c62d7d Revert "Reboot sound trigger HAL on exception"
This reverts commit 2e9d4a5bcb.

Reason for revert: b/154599464

Change-Id: Ic45e6af285c1e9552be6b296abf7a499f4cdafdc
Bug: 154599464
2020-04-21 20:53:44 +00:00
Kweku Adams
b741258ae1 Add space to log.
Without the space, the log message shows as "permissiblerestricted"
instead of "permissible restricted".

Bug: 152074216
Test: Android builds
Change-Id: I6c11c60372c96c347fac2b84e5ee5af4e0048e71
2020-04-21 16:42:59 -04:00
Alex Buynytskyy
785957d352 DataLoader statuses, explained.
Bug: b/153874006
Test: comment-only change
Change-Id: I6c85c1c6fc5c922e9d789b3ecd31a94c812dc3a1
2020-04-21 13:36:19 -07:00
Matt Pietal
d8a6ca68eb Controls UI - Motion for activities
Transition back to global actions with animations. Delay
pager/recyclerview loading until later in the activity cycle for
smoother animations. Fix race conditions discovered while testing,
around canceling load subscriptions too early.

Bug: 154158092
Bug: 154509798
Test: atest ControlsControllerImplTest
Change-Id: I019c269fc6a54dce6e762cb710b0a254a58d9a2d
2020-04-21 16:35:56 -04:00
Heemin Seog
bb36619129 Merge "Remove CarStatusBar reference from HUNs container" into rvc-dev 2020-04-21 20:27:00 +00:00
Lucas Dupin
b157e3cef4 Merge "Right align pwd field when space is tight" into rvc-dev 2020-04-21 20:24:18 +00:00
Makoto Onuki
5890360562 Ignore exceptions when investigating failure reasons
Fix: 154428500
Test: boot
Test: code inspection
Change-Id: I2a69a58aaa43617f40bc52fd06cba730faa93672
2020-04-21 13:19:41 -07:00
Robert Snoeberger
05e51c1d5b Adding executor with repeat functionality
The use case I'm looking at is for the seek bar in media controls. While
playing, the elapsed time needs to be continuously checked with a fixed
delay (ie. polling the elapsed time).

Bug: 154352658
Test: Added RepeatableExecutorTest
Change-Id: I142545e9a405c38fda6002a85fa3c47343f2fce4
2020-04-21 16:13:41 -04:00
Taran Singh
8386c222c9 Merge "Fix Ime consumer isRequestedVisible" into rvc-dev 2020-04-21 20:11:13 +00:00
Danning Chen
068558b44b Merge "Keep the conversation shortcut criteria in People Service consistent with the one in Notification Manager" into rvc-dev 2020-04-21 20:09:30 +00:00
Beth Thibodeau
9f4b4c23e7 Merge "Improve album art handling" into rvc-dev 2020-04-21 19:57:09 +00:00
TreeHugger Robot
126b567a6e Merge "Disable overflow menu on lock screen." into rvc-dev 2020-04-21 19:54:33 +00:00
Josh Tsuji
c670ebf25e Merge "Add the Manage menu!" into rvc-dev 2020-04-21 19:43:11 +00:00
Winson Chung
648c4f96be Merge "Don't update nav bar tint when in gesture nav" into rvc-dev 2020-04-21 19:36:57 +00:00
TreeHugger Robot
9a17241735 Merge "Added Shell command to list system packages that were not configured for exclusion." into rvc-dev 2020-04-21 19:35:01 +00:00
Heemin Seog
0cec4a1f4f Merge "Remove unnecessary dependencies" into rvc-dev 2020-04-21 19:34:28 +00:00
Dario Freni
27fff59437 Make CtsPriv and CtsPrivShim build standalone.
Bug: 148489495
Test: build/soong/soong_ui.bash --make-mode -j80 showcommands dist TARGET_BUILD_APPS='CtsShim CtsShimPriv CtsShimPrivUpgrade CtsShimPrivUpgradeWrongSHA CtsShimTargetPSdk'  TARGET_BUILD_VARIANT=userdebug TARGET_PRODUCT=aosp_arm64
Change-Id: I1bd43b7ef9b4ebd5a24712306285c0ffd0e34d23
2020-04-21 20:29:07 +01:00
TreeHugger Robot
a876116967 Merge "Uninstall DO after COMP -> COPE migration." into rvc-dev 2020-04-21 19:06:41 +00:00
Beverly Tai
41eb96833f Merge "Fix talkback ordering of QS zen duration dialog" into rvc-dev 2020-04-21 19:00:27 +00:00
Amy Zhang
aaa8e866d3 Merge "Complete the Cas System request/release/update implementation in TRM" into rvc-dev 2020-04-21 18:56:39 +00:00
TreeHugger Robot
f9a02be500 Merge "Fix crash in IntentForwarderActivity" into rvc-dev 2020-04-21 18:52:54 +00:00