Commit Graph

626024 Commits

Author SHA1 Message Date
Oscar Azucena
f4e58509a7 Merge "Fixed device info reporting for media player" into sc-dev 2021-02-26 03:05:07 +00:00
Brad Ebinger
24eadb70ce Merge "Move illegal state detection in stub classes to warning" into sc-dev 2021-02-26 02:00:25 +00:00
Curtis Belmonte
48ac7eba33 Merge "Tweak strings for traffic light face enrollment" into sc-dev 2021-02-26 01:54:22 +00:00
Jeff Chang
8bea43740a Merge "Make singleTop activity be created with different display" into sc-dev 2021-02-26 01:51:25 +00:00
Rhed Jao
43cf52f039 Merge "Move dump shared libraries into the ComputerEngine" into sc-dev 2021-02-26 01:23:13 +00:00
Hui Yu
3d96c757a5 Merge "Log the temp allowlist reason/duration at FGS start." into sc-dev 2021-02-26 01:21:13 +00:00
Curtis Belmonte
b7bc5bce77 Tweak strings for traffic light face enrollment
Makes the following changes to help messages that will be shown during
traffic light face enrollment:
- Swaps messages for FACE_ACQUIRED_TOO_HIGH and FACE_ACQUIRED_TOO_LOW.
- Changes FACE_ACQUIRED_TILT_TOO_EXTREME message from "turn" to "tilt".

Test: Manually tested traffic light enrollment.

Bug: 179044580
Change-Id: I729cc1ac1909f3181b88d869358a4e9deb6761fd
2021-02-25 17:21:11 -08:00
Jeff Sharkey
bcd9751dfd Merge "Pivot network statistics to use DataInput/Output." into sc-dev 2021-02-26 01:19:45 +00:00
Jackal Guo
ca139c0fe3 Merge "Enfore cross-user permission to getPackagesForUid" into sc-dev 2021-02-26 01:11:47 +00:00
Todd Kennedy
fd7bff7f70 Merge "Revert "Revert "Keep old package manager constructor""" into sc-dev 2021-02-26 00:55:18 +00:00
Suren Baghdasaryan
1c5d763107 Fix total memtrack Graphics and GL calculations
Some execution paths do not account memtrack reported Graphics and GL
values in the calculations of memtrack total memory consumption.
Fix this by adding the missing parts.

Bug: 174546244
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I77f06322fbb06ffa33115c1469aba80e59247904
2021-02-26 00:50:38 +00:00
Seigo Nonaka
c894a9002b Merge "Rethrow RemoteException and mark @NonNull to getFontConfig()" into sc-dev 2021-02-26 00:12:18 +00:00
Alexander Dorokhine
84e45dc691 Merge "Move Executor parameter into SearchResult#getNextPage." into sc-dev 2021-02-26 00:11:02 +00:00
Alex Buynytskyy
30a9255320 Merge "Fixing some AIDL warnings." into sc-dev 2021-02-26 00:00:25 +00:00
Eugene Susla
f341c5ab4e Merge "Fix NPE in CDM UI" into sc-dev 2021-02-25 23:50:55 +00:00
Lyn Han
27b5e90577 Merge "Fix bubble flyout alignment for right-side stack" into sc-dev 2021-02-25 23:50:34 +00:00
Sunny Goyal
101fc2483f Merge "Stop listening to config changes in AppWidgetService" into sc-dev 2021-02-25 23:21:03 +00:00
Marco Ballesio
8df97d53ff Merge "CachedAppOptimizer: use new cgroup api for freezer path" into sc-dev 2021-02-25 23:12:30 +00:00
Amy Zhang
0594498491 Merge "Fix MmtpRecordEvent and TsRecordEvent NoSuchMethodError crash in jni" into sc-dev 2021-02-25 22:49:35 +00:00
Seigo Nonaka
19ae151a8e Rethrow RemoteException and mark @NonNull to getFontConfig()
Bug: 180395483
Test: N/A
Change-Id: I63d39c8f2f111fd30860e7ee8287b199b6796a66
2021-02-25 14:15:59 -08:00
Ahaan Ugale
baee28f434 Merge changes from topics "default-reco", "default-reco-config" into sc-dev
* changes:
  VIMS: Use the new recognizer config resource for init.
  Introduce a default speech recognizer.
2021-02-25 22:13:11 +00:00
Ahaan Ugale
3a1cef2e92 VIMS: Use the new recognizer config resource for init.
When initializing or resetting the recognizer setting, the configured
package is preferred over other available recognizers.

Bug: 175480455
Test: manual - unset recognizer, reboot, and check the setting
Test: atest CtsAssistTestCases CtsVoiceInteractionTestCases \
  CtsVoiceSettingsTestCases
Change-Id: I2fc225eba56bc787b267262d9917e718035c6047
2021-02-25 22:12:49 +00:00
Seigo Nonaka
fb19bcc08d Merge "Add @CurrentTimeMillisLong annotation to getLastModifiedTimeMillis" into sc-dev 2021-02-25 22:07:20 +00:00
Soonil Nagarkar
8a3d8f79a5 Merge "Update some Nullable annotations on PendingIntent" into sc-dev 2021-02-25 22:05:13 +00:00
Ray Essick
7fdf65e28e Merge "Common keys for video QP manipulation" into sc-dev 2021-02-25 22:02:08 +00:00
Adam Bookatz
84fc40ad81 Merge "MeasuredEnergyStats - remove unused accumulate parameter" into sc-dev 2021-02-25 21:55:02 +00:00
Eugene Susla
18db3f493d Fix NPE in CDM UI
Test: atest CompanionDeviceManagerTest
Change-Id: I19b5a29b0e3d8a048219806810d7e35eae6d767c
2021-02-25 13:42:52 -08:00
Thierry Strudel
d27ed1bd48 Merge "PowerStats: adjust time since boot to epoch before writing to disk" into sc-dev 2021-02-25 21:29:45 +00:00
Todd Kennedy
534f4d3e9a Revert "Revert "Keep old package manager constructor""
This reverts commit e756211374.

Reason for revert: Apparently this is used; b/179601086

NoNonSdkCheck: The original change erroneously removed the method from the block-list; this reinstates the method
Fixes: 179601086
Test: builds
Change-Id: I383bc0a0e2a319b24e11aa7a07a69603efff706f
2021-02-25 21:17:44 +00:00
Alexander Dorokhine
ad71d8301a Move Executor parameter into SearchResult#getNextPage.
Bug: 180460795
Test: AppSearchSessionCtsTest
Change-Id: Iaf8ef970222801bf097a6b83643909d48ad44844
2021-02-25 13:05:25 -08:00
Fabian Kozynski
6f5cc2b98b Merge "Change QQS to use tiles with side labels" into sc-dev 2021-02-25 20:48:48 +00:00
Kweku Adams
339f0b2696 Merge "Wait for unlock to start jobs." into sc-dev 2021-02-25 20:45:21 +00:00
TreeHugger Robot
2863f6a40d Merge "Convert WifiPowerCalculator to work with BatteryUsageStats" into sc-dev 2021-02-25 20:15:38 +00:00
Lucas Dupin
0f16a22d3d Merge "Only enable overlay where package is installed" into sc-dev 2021-02-25 20:13:04 +00:00
Alex Buynytskyy
2645c147b7 Fixing some AIDL warnings.
Can't change the enum values as they are a part of public API (and enum-zero is not a warning apparently).

Fixes: 179836890
Test: atest PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest PackageManagerServiceTest ChecksumsTest
Change-Id: I4d59410ec3476298cc98fdcc9584468b1debcb41
2021-02-25 20:08:39 +00:00
Matt Pietal
6aa114f86e Merge "PIN view - Fix multiple ripples" into sc-dev 2021-02-25 20:05:12 +00:00
Amy Zhang
952c2a99de Fix MmtpRecordEvent and TsRecordEvent NoSuchMethodError crash in jni
Due to Tuner 1.1 extension, these two java classes should have had
more parameters in their class descriptors.

Test: atest android.media.tv.tuner.cts
Bug: 181152149
Change-Id: I6c8e5996a449b272e1b712135f28bee428d776a8
2021-02-25 20:04:55 +00:00
Evan Rosky
272c776dbb Merge "Create surfacecontrol before layout in relayoutWindow" into sc-dev 2021-02-25 20:00:30 +00:00
Hongwei Wang
9bdee79a47 Merge "Fixes autoEnterPip transition from landscape" into sc-dev 2021-02-25 19:50:01 +00:00
Adam Bookatz
26b0a0864c MeasuredEnergyStats - remove unused accumulate parameter
The parameter was always true (it was a remnant of a previous
approach).

Test: atest FrameworksCoreTests:com.android.internal.power.MeasuredEnergyStatsTest
Bug: 174818228
Change-Id: I3be5392966c3455b2df145044809a581abbf245c
2021-02-25 11:02:17 -08:00
Fabian Kozynski
e15017ed14 Change QQS to use tiles with side labels
* 2x2 in portrait, 1x4 in landscape
* 4 columns in landscape QS

Other fixes while changing this:
* Animations between QQS and QS look better
* Fix alignment of tiles labels
* Improve line logic for labels

Test: manual
Test: atest SystemUITests
Bug: 171319433
Bug: 180632445
Fixes: 180472943
Fixes: 180191343
Change-Id: I67fbe27796461bee7d2364f81b47f2efd31e4b41
2021-02-25 14:00:21 -05:00
Jing Ji
9b64f7eac6 Merge "Validate the ProcessRecord while iterating LRU list with ProcLock" into sc-dev 2021-02-25 18:48:01 +00:00
Thierry Strudel
721bb44733 PowerStats: adjust time since boot to epoch before writing to disk
Data stored to disk are extracted into an incident report for timeseries
visualization which shows walltime and may span multiple reboot sessions
so storing walltime is better suited than relative time since device boot.

Bug: 179712445
Tests: atest FrameworksServicesTests:PowerStatsServiceTest
Signed-off-by: Thierry Strudel <tstrudel@google.com>
Change-Id: I5ae8e2fe22f1ab9ea960e5be8fef4e9fb1cc10f0
2021-02-25 10:38:01 -08:00
Evan Severson
445abca30e Merge "Expose SensorPrivacy as SystemApi" into sc-dev 2021-02-25 18:29:43 +00:00
Eugene Susla
098bd02d64 Merge "Address CDM API feedback" into sc-dev 2021-02-25 18:28:27 +00:00
Neil Fuller
fcfe1f1c56 Merge "Improve server flags / add more server control" into sc-dev 2021-02-25 18:24:54 +00:00
Svetoslav Ganov
3f9a7c0f52 Merge "Location provider app ops remapping" into sc-dev 2021-02-25 18:18:42 +00:00
Amy Zhang
02abb5b924 Merge "Allow filter configurations to have NULL filterSettings" into sc-dev 2021-02-25 18:05:39 +00:00
Beverly Tai
381a711650 Merge "Don't show now playing in new rotating text area" into sc-dev 2021-02-25 17:43:15 +00:00
Ray Essick
69886ab003 Common keys for video QP manipulation
Definitions for managing Video encoding Quantization Parameter (QP).
Providing a standardized key instead of various vendor-specific keys.

Bug: 161486623
Test: build, b/179554934 for functionality
Change-Id: I8f1976cff55e119a2b42332de3d7ae690dc9e1fa
(cherry picked from commit de66953c0a)
2021-02-25 16:44:32 +00:00