Commit Graph

414288 Commits

Author SHA1 Message Date
Tadashi G. Takaoka
28bc3708d0 Remove CtsActivityManagerDeviceTestCases reference
Bug: 130526034
Test: atest --test-mapping frameworks/base/services/core/java/com/android/server/am
Change-Id: I68e3645bc5fc32c5c577551c18b9e8560c3f1216
2019-04-23 11:23:19 +09:00
Sara Kato
9498153dfd Merge "Add @Nullable annotation to getAccessibilityWindowId" into qt-dev 2019-04-23 01:28:23 +00:00
Jeff Chang
77e2b7b4ca Merge "Adjust toast window parameters to support FLAG_SHOW_WHEN_LOCKED" into qt-dev 2019-04-23 01:25:48 +00:00
Rob Carr
0d168340d1 Merge "DimLayer: More release fixes." into qt-dev 2019-04-23 01:15:20 +00:00
TreeHugger Robot
79760f0745 Merge "Update dark mode custom accent colors." into qt-dev 2019-04-23 01:13:59 +00:00
TreeHugger Robot
62ad8b9ccc Merge "Handle NPE when the notification shade is opened via click on button." into qt-dev 2019-04-23 00:44:47 +00:00
Pengquan Meng
057b94f43b Add carrier display name related CarrierConfig
Bug: 122921456
Test: build
Change-Id: I79836b2912be5223a2269e660bfaadf4aa72b930
2019-04-23 00:08:02 +00:00
TreeHugger Robot
29fe1106dd Merge "Adding null check when unregistering slice relay handler" into qt-dev 2019-04-23 00:04:28 +00:00
TreeHugger Robot
095ab6c3c7 Merge "No service timeout when debbuger is attached" into qt-dev 2019-04-22 23:58:26 +00:00
TreeHugger Robot
ef25fb621b Merge "Sharesheet - Dark theme tweaks" into qt-dev 2019-04-22 23:56:27 +00:00
TreeHugger Robot
55bf4fd6b6 Merge "Fix NPE for devices that don't use a lock icon on the bouncer." into qt-dev 2019-04-22 23:30:57 +00:00
Colin Cross
696a644fab Merge "Remove framework.aidl rules" into qt-dev 2019-04-22 23:26:55 +00:00
TreeHugger Robot
845d5ee587 Merge "Fixed content capture whitelist for specific activities." into qt-dev 2019-04-22 22:34:09 +00:00
TreeHugger Robot
7feb1a1f7d Merge "Add logging enums for 3 new SIM related pages." into qt-dev 2019-04-22 21:37:29 +00:00
TreeHugger Robot
330a3d89fa Merge "Add apex packages to uid_mapping" into qt-dev 2019-04-22 21:37:08 +00:00
Robert Snoeberger
c7c2a50e7d Merge "Add doc for system health guidelines for AOD clock faces." into qt-dev 2019-04-22 20:41:59 +00:00
TreeHugger Robot
47159d969f Merge "Add smoke test for jni library" into qt-dev 2019-04-22 20:14:31 +00:00
TreeHugger Robot
f49ca51851 Merge "Set min width of checkbox to 48dp" into qt-dev 2019-04-22 20:07:29 +00:00
Chris Tate
ef4c181a05 Merge "Remove spurious Slog.wtf()" into qt-dev 2019-04-22 19:55:46 +00:00
Robert Carr
024a349fe6 DimLayer: More release fixes.
DimState and DimAnimatable are sharing ownership of the Dim layer with
either having the possibility to remove it. They aren't holding references
to eachother so its not clear where to consolidate ownership. We take the easy
way out and add some valid checks so they can safely share ownership.

Bug: 130315011
Test: Existing tests pass
Change-Id: Id473e40c58f1ca0f4a6a23284e220c6fd2ec36d2
2019-04-22 12:49:04 -07:00
Amin Shaikh
95f5452995 Update dark mode custom accent colors.
Change-Id: Ia2ace3ccf9fc326e75fd11792ecf8f34d82dbb1e
Fixes: 130762724
Test: make; visual
2019-04-22 19:39:11 +00:00
TreeHugger Robot
a37cd55e10 Merge "add media.swcodec to native watchdog" into qt-dev 2019-04-22 19:24:44 +00:00
Sunny Goyal
a21570c732 Adding null check when unregistering slice relay handler
Bug: 130324175
Test: atest SliceBroadcastRelayHandlerTest
Change-Id: I8dc923746f3ef3a3617951d85c6a6f5d11970fa2
2019-04-22 12:22:02 -07:00
John Reck
eecc52d796 Merge "Dynamically adjust renderahead" into qt-dev 2019-04-22 19:18:53 +00:00
TreeHugger Robot
c79a8e6746 Merge "Convert clock thumbnail images to transparent background." into qt-dev 2019-04-22 18:53:19 +00:00
TreeHugger Robot
2f1a44561f Merge "Fixed that emergency alert dialog not popped up" into qt-dev 2019-04-22 18:47:01 +00:00
TreeHugger Robot
604e253c9e Merge "[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)" into qt-dev 2019-04-22 18:46:26 +00:00
Priyank Singh
f391286456 Handle NPE when the notification shade is opened via click on button.
At this time the onScroll events will not be triggered initially and hence the clip bounds are null.

Bug: 130168660
Test: Manual
Change-Id: If9fef608c65589440183565f4828065a15b19fdc
2019-04-22 11:43:11 -07:00
TreeHugger Robot
5c5e22e910 Merge "Fix UID tracking in ProcessCpuTracker." into qt-dev 2019-04-22 18:35:27 +00:00
TreeHugger Robot
28dd5f8486 Merge "Fix a bug in ProtoFileReader." into qt-dev 2019-04-22 18:34:39 +00:00
TreeHugger Robot
de058b8e1b Merge "Don't slide down "At a Glance" when notifs aren't visible." into qt-dev 2019-04-22 18:26:37 +00:00
Kweku Adams
95aeab0ac8 Merge "Fix QuotaController job spam throttling." into qt-dev 2019-04-22 18:21:59 +00:00
Kweku Adams
7d6a31c154 Fix QuotaController job spam throttling.
QuotaController was inadvertently updating all Timers for a particular
user whenever any process state crossed the FOREGROUND_SERVICE
threshold, instead of only updating the Timer for the specific UID.

Also adding more data to QuotaController's dump to make future debugging
easier.

Bug: 129117282
Test: atest com.android.server.job.controllers.QuotaControllerTest
Test: atest CtsJobSchedulerTestCases
Change-Id: Ic8d9e6478e61cc62318ae5651f0526e41a71de8d
2019-04-22 11:06:15 -07:00
Lei Yu
d7595947a8 Merge "Remove feature flag slice injection" into qt-dev 2019-04-22 17:49:52 +00:00
Beverly
69234d7448 Set min width of checkbox to 48dp
Test: Accessibility Scanner
Fixes: 130775870
Change-Id: I7bf4b92d51d511551dd0aa7ac525d454b968b436
2019-04-22 13:36:27 -04:00
Winson Chung
6d38898c1d Merge "Disconnect from overview service if process dies prior to connecting" into qt-dev 2019-04-22 17:21:34 +00:00
Matt Pietal
41b4852e67 Sharesheet - Dark theme tweaks
Also align background scrim for light theme with sysui

Bug: 129980117
Test: Visual inspection
Change-Id: Ia3514c9e295a35cb08f5e6ffccd5121cb220630a
2019-04-22 13:19:14 -04:00
TreeHugger Robot
705ea2baa7 Merge "WmTests: Declare dependency on android.test.runner" into qt-dev 2019-04-22 17:02:56 +00:00
Colin Cross
b9cb74b048 Remove framework.aidl rules
They are now located in build/soong/java/sdk.go.

Bug: 130798034
Bug: 122332340
Test: m checkbuild
Change-Id: I4e8ee725e660e52aa56c2a10b626dff517669869
Merged-In: I4e8ee725e660e52aa56c2a10b626dff517669869
(cherry picked from commit 196fa2947e)
2019-04-22 09:58:14 -07:00
Chris Craik
99f9d7c461 Merge "Enable am profiling for apps profileable by shell" into qt-dev 2019-04-22 16:37:53 +00:00
Brad Stenning
8fcd8b4f8a Fix NPE for devices that don't use a lock icon on the bouncer.
Bug: 130880522
Bug: 131083319
Test: Manual
Change-Id: I630f4df96b64a85d3b45fb95b28ed8e33b38ca1c
2019-04-22 16:32:17 +00:00
TreeHugger Robot
21dd05fd2c Merge "deprecate sharedUserId attribute" into qt-dev 2019-04-22 16:24:35 +00:00
Anil Admal
0d5dacc4e6 Merge "Align GnssVisibilityControl location on/off with GnssLocationProvider" into qt-dev 2019-04-22 15:57:47 +00:00
TreeHugger Robot
39d59de13d Merge "Update clearData flow for notification settings" into qt-dev 2019-04-22 15:52:34 +00:00
Robert Snoeberger
8ada17e4e4 Convert clock thumbnail images to transparent background.
Fixes: 131076056
Test: manual - checked thumbnails in picker app
Change-Id: I54a6ddc8a595cf19fbab5cb4ae5f0321dbee23bb
2019-04-22 11:35:44 -04:00
GyeHun Jeon
61cac3a333 [wm] Fix smallestScreenWidthDp configuration on non default display (1/2)
smallestScreenWidthDp configuration should be set to smallest possible size.
This could cause unexpected resources to be loaded based on the incorrect configuration. So it
should be set as minimum size of screenWidthDp and screenHeightDp to account for rotation.

Test: reproduce test steps in bug
Test: atest CtsWindowManagerDeviceTestCases:DisplayTests
Bug: 129521230
Change-Id: I07403294e8fe6e6ad7aa718c8a5948aff4fafae1
(cherry picked from commit 7671d7042d60944813f36a03b74199c5a3d737ad)
2019-04-22 08:32:45 -07:00
TreeHugger Robot
f4496e18e0 Merge "Improve Location dump Timestamps" into qt-dev 2019-04-22 15:21:38 +00:00
TreeHugger Robot
5012f5bdce Merge "Verify Bundle is not null before using it" into qt-dev 2019-04-22 15:09:28 +00:00
Winson Chiu
a99ff5fa9a Merge changes I689ec523,Id249a185 into qt-dev
* changes:
  Delayed install completion
  Defer post-install resource clean up for 5 seconds
2019-04-22 14:35:50 +00:00
Jean-Michel Trivi
c755a23271 Merge "AudioService: async volume updates from DeviceInventory" into qt-dev 2019-04-22 14:24:01 +00:00