Chih-hung Hsieh
b708a7953d
Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e228f3 am: 78085ba0a3
...
am: ee844ad9a2
Change-Id: I53c2fd3886e565d824e2765671fb7965f07bd08d
2018-12-21 09:24:28 -08:00
Chih-hung Hsieh
34ba791b25
Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4 am: 2cd94bae8d
...
am: b6ecc7ca92
Change-Id: If3fedf4175cf7dd992817677a0bd45ad9d5335ea
2018-12-21 09:15:12 -08:00
Chih-hung Hsieh
ee844ad9a2
Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e228f3
...
am: 78085ba0a3
Change-Id: Ie3676e133e4722762f44245a7a050971fa64105e
2018-12-21 09:10:22 -08:00
Chih-hung Hsieh
b6ecc7ca92
Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4
...
am: 2cd94bae8d
Change-Id: I4163be5e021a4d14ba51985984b924e74ac324c2
2018-12-21 09:04:07 -08:00
TreeHugger Robot
5f175e3d6f
Merge "Move orientation request into hierarchy."
2018-12-21 16:52:05 +00:00
Chih-hung Hsieh
78085ba0a3
Merge "Fix/suppress incident* google-explicit-constructor warnings"
...
am: 6af0e228f3
Change-Id: I0d5a76517a5543aaf39426a5ed1d30976ccb05ed
2018-12-21 08:51:06 -08:00
Chih-hung Hsieh
2cd94bae8d
Merge "Fix/suppress pipeline google-explicit-constructor warnings"
...
am: 63790135f4
Change-Id: Ib9487a1f14c98a7ec050c969381abfdd2407a792
2018-12-21 08:46:34 -08:00
Chih-hung Hsieh
6af0e228f3
Merge "Fix/suppress incident* google-explicit-constructor warnings"
2018-12-21 16:30:12 +00:00
Chih-hung Hsieh
63790135f4
Merge "Fix/suppress pipeline google-explicit-constructor warnings"
2018-12-21 16:29:55 +00:00
Dario Freni
ce3083dcb4
Merge "Send a broadcast for staged session state changes."
2018-12-21 16:17:41 +00:00
Android Build Merger (Role)
2527fa3abd
Merge "Merge "Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs" am: 41a0a5dd75 am: 668112800b am: 9b3671b1d4"
2018-12-21 15:58:23 +00:00
Paul Hu
b059128f73
Merge "Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs" am: 41a0a5dd75 am: 668112800b
...
am: 9b3671b1d4
Change-Id: I65cd4c326a1fe64c09b131f1b1924f12e522a664
2018-12-21 07:57:58 -08:00
TreeHugger Robot
3ad95d156e
Merge "Fixes ordering of PrivacyType. Location at bottom."
2018-12-21 15:57:26 +00:00
Jason Monk
8956e1687a
Merge "Clean up DependencyProvider a bit"
2018-12-21 15:57:23 +00:00
TreeHugger Robot
f8d96b623c
Merge "Removed LocationController from PhoneStatusBarPolicy"
2018-12-21 15:56:17 +00:00
Ecco Park
d3f4eb2890
Merge "passpoint-r2: add OSU flag for WifiConfiguration"
2018-12-21 15:54:13 +00:00
Ecco Park
cae7864d90
Merge "OsuLogin: Do not load the page for local IP address"
2018-12-21 15:52:53 +00:00
Paul Hu
9b3671b1d4
Merge "Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs" am: 41a0a5dd75
...
am: 668112800b
Change-Id: Ic641472bab2e5aa7b443caaac13deae260c3902d
2018-12-21 07:48:38 -08:00
Paul Hu
668112800b
Merge "Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs"
...
am: 41a0a5dd75
Change-Id: Ib1f7c272192bf4a6b44d0d7c47267ec0fe0317d6
2018-12-21 07:37:22 -08:00
Paul Hu
41a0a5dd75
Merge "Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs"
2018-12-21 15:21:03 +00:00
TreeHugger Robot
d5ad1252a3
Merge "Fix App flashes when keyboard height changes in split screen mode."
2018-12-21 15:11:36 +00:00
TreeHugger Robot
d3bbd150aa
Merge "Fix flaking DeviceIdleController tests."
2018-12-21 14:13:10 +00:00
Jason Monk
196d639875
Clean up DependencyProvider a bit
...
Create DependencyBinder which is abstract and can tell dagger how
to convert directly between interfaces and implementations without
requiring code for it.
Test: compile (which runs dagger)
Change-Id: I7013ee12d37172441e2c70cf2fe36f707975c821
2018-12-21 09:02:13 -05:00
TreeHugger Robot
90a78ef003
Merge "Break shared library adds into populate and modify"
2018-12-21 14:00:54 +00:00
Jorim Jaggi
99dc47483c
Merge "A brave new world for window insets (5/n)"
2018-12-21 14:00:45 +00:00
TreeHugger Robot
7f1c1398e1
Merge "Fixes incorrect delete on app update"
2018-12-21 13:59:58 +00:00
TreeHugger Robot
a1c142a87d
Merge "Filters apps with uid 1000 as Device Services"
2018-12-21 13:58:31 +00:00
TreeHugger Robot
d21496879a
Merge "Private DNS: Fix handling of null mode"
2018-12-21 12:19:22 +00:00
lumark
72aeda05c2
Fix App flashes when keyboard height changes in split screen mode.
...
When tapping globe key in the Gboard to switch keyboard, app will flashes
due to DisplayContent.adjustForImeIfNeeded will set adjust IME amount is 0
for adjusting dock bottom stack size, so stack size will have a chance to
back to the size without IME adjustment and then task size resize back to
adjusted size after IME window updated.
Forcing update the last adjust amount from DockedDividerController in
TaskStack.setAdjustedForIme to fix the above case.
Bug: 64362571
Test: manual, first to enable two languages with different keyboard height
in Gboard's language setting UI, e.g. English and Hindi, and then in
split-screen mode:
1) Launch chrome app in bottom stack,
2) Tapping Editor to let Gboard keyboard shown,
3) Press global key to switch keyboard.
4) See if chrome app flashes.
Change-Id: Ieea66640ba29cd4956b69b3c3231315695df85cf
2018-12-21 20:11:09 +08:00
Jorim Jaggi
5bb571dc40
A brave new world for window insets (5/n)
...
Implement controlWindowInsetsAnimation
Based on the leashes we have on the client, and the insets the
client has requested, we are able to move the surfaces around
such that the resulting insets will match what the client
requested.
Bug: 118118435
Change-Id: I0616e53455a6544aaf374c1b0eb10e258aced21d
2018-12-21 13:05:30 +01:00
Orion Hodson
a0bf4d7ac2
Merge "Remove dependency on libnativehelper/JniConstants.h" am: 8d7f7a4ada am: 107a8e7582
...
am: 227c8c2fae
Change-Id: I3838a44b8eae2c29df5f6ac068dfc0b18eba3888
2018-12-21 02:37:22 -08:00
Junyu Lai
698e26bfc7
Merge "Deprecate NetworkInfo" am: a244ccd86d am: df8ed1524d
...
am: f3176ea037
Change-Id: Iefce7f71ac10d0b9c96ce7d6af345e96880cfa1c
2018-12-21 02:28:11 -08:00
Orion Hodson
227c8c2fae
Merge "Remove dependency on libnativehelper/JniConstants.h" am: 8d7f7a4ada
...
am: 107a8e7582
Change-Id: Ia6dae72a882e4f5298df3b9895a396ef4dcb0093
2018-12-21 02:26:44 -08:00
Junyu Lai
f3176ea037
Merge "Deprecate NetworkInfo" am: a244ccd86d
...
am: df8ed1524d
Change-Id: Ia646a8754bcd5ef62573e3b1730df3987bf9fd15
2018-12-21 02:16:39 -08:00
Orion Hodson
107a8e7582
Merge "Remove dependency on libnativehelper/JniConstants.h"
...
am: 8d7f7a4ada
Change-Id: Id95ebd8d01039f79ff49db2331dc0b4054169bc4
2018-12-21 02:15:04 -08:00
Annie Meng
71452ce204
[Multi-User] Unregister stopped users in BMS
...
Adds a handler for system service callbacks when a user is stopped. This
currently only unregisters the user in bookkeeping but will be used in
the future for cleanup work such as cancelling scheduled jobs, etc.
Bug: 120212806
Test: 1) atest RunBackupFrameworksServicesRoboTests
2) atest TrampolineTest
3) Enable multi user + register user -> service started for user; stop
user -> user is unregistered
Change-Id: Ic712da646f961b9bb02c7d77d964a13345eca7ec
2018-12-21 10:07:37 +00:00
Annie Meng
49ba9fee7a
Merge "[Multi-user] Consolidate system and non-system user unlock callbacks"
2018-12-21 10:07:13 +00:00
Junyu Lai
df8ed1524d
Merge "Deprecate NetworkInfo"
...
am: a244ccd86d
Change-Id: I4ac76b4bb3edb85e22440c8bfa4f0979c42c0cbd
2018-12-21 02:06:09 -08:00
Eran Messeri
65acd23492
Private DNS: Fix handling of null mode
...
Address the case where the Private DNS mode has not been set at all, so
the value obtained from settings when reading it is null.
Java cannot cope with null value in a switch statement, so translate
that case to the default value (from the ConnectivityManager), in the
same way the Settings code does when presenting Private DNS mode to the
user.
Bug: 112982691
Test: Factory reset a device, then atest com.android.cts.devicepolicy.DeviceOwnerTest#testPrivateDnsPolicy
Change-Id: Ife6b5c15b70517f75d8815103a19a9ef72122212
2018-12-21 10:05:47 +00:00
Orion Hodson
8d7f7a4ada
Merge "Remove dependency on libnativehelper/JniConstants.h"
2018-12-21 10:01:44 +00:00
Junyu Lai
a244ccd86d
Merge "Deprecate NetworkInfo"
2018-12-21 09:56:39 +00:00
TreeHugger Robot
d97e904c8a
Merge "fix device default textAppearance attribute value"
2018-12-21 07:37:33 +00:00
TreeHugger Robot
434cf654db
Merge "Set UID appops mode instead of package appops mode"
2018-12-21 07:22:09 +00:00
TreeHugger Robot
67327d78fb
Merge "Fix import order in TextServicesManagerService.java"
2018-12-21 07:22:06 +00:00
Michael Dooley
91a94d76bf
Merge "Fixing getModelState event processing"
2018-12-21 07:05:01 +00:00
TreeHugger Robot
7a01a91477
Merge "Bluesky Android Q Platform Changes"
2018-12-21 06:34:19 +00:00
Chih-Hung Hsieh
36db4ebbb3
Merge "Fix/suppress startop google-explicit-constructor warnings" am: 667dba5c14 am: b3bc82c7f5
...
am: 4b4210f342
Change-Id: I18db8023d36fb1b0e18e6bd66d470dc1c3f3bb01
2018-12-20 22:29:26 -08:00
Chih-Hung Hsieh
a640ed6058
Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf am: 2e2028aee4
...
am: 4e628bc772
Change-Id: I543de7a1c0e3429ca11addd60ae8300d8aedda29
2018-12-20 22:20:18 -08:00
Chih-Hung Hsieh
4b4210f342
Merge "Fix/suppress startop google-explicit-constructor warnings" am: 667dba5c14
...
am: b3bc82c7f5
Change-Id: I0efecc008ff21584fbec19fd68b2a94368821b4f
2018-12-20 22:14:59 -08:00
Chih-Hung Hsieh
4e628bc772
Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf
...
am: 2e2028aee4
Change-Id: I27d1a114816f6ce94751816f7d17720e0a6d8091
2018-12-20 22:09:53 -08:00