OSDN Git Service

android-x86/frameworks-base.git
5 years agoMerge "Add WRITE_DEVICE_CONFIG permission check to DeviceConfig API."
Stanislav Zholnin [Fri, 15 Mar 2019 14:01:20 +0000 (14:01 +0000)]
Merge "Add WRITE_DEVICE_CONFIG permission check to DeviceConfig API."

5 years agoMerge "Fix runtime restart: at com.android.server.backup.restore.FullRestoreEngine"
Ruslan Tkhakokhov [Fri, 15 Mar 2019 13:47:03 +0000 (13:47 +0000)]
Merge "Fix runtime restart: at com.android.server.backup.restore.FullRestoreEngine"

5 years agoMerge "Make a copy of data stored in LockSettingsStorage cache"
TreeHugger Robot [Fri, 15 Mar 2019 13:41:32 +0000 (13:41 +0000)]
Merge "Make a copy of data stored in LockSettingsStorage cache"

5 years agoMerge "Change get/setAppDetailsActivityEnabled to get/setSyntheticAppDetailsActivityE...
Ricky Wai [Fri, 15 Mar 2019 12:31:06 +0000 (12:31 +0000)]
Merge "Change get/setAppDetailsActivityEnabled to get/setSyntheticAppDetailsActivityEnabled"

5 years agoMerge changes I241824bf,I9021864f
Leon Scroggins [Fri, 15 Mar 2019 12:14:20 +0000 (12:14 +0000)]
Merge changes I241824bf,I9021864f

* changes:
  Convert ColorLong in native code in Paint
  Restore Paint#nSetColor(@ColorInt)

5 years agoMake a copy of data stored in LockSettingsStorage cache
Rubin Xu [Fri, 15 Mar 2019 11:38:36 +0000 (11:38 +0000)]
Make a copy of data stored in LockSettingsStorage cache

In general the cache should store copies of the original data
to prevent the caller from accidentally corrupting the cache after
the data is cached. This wasn't an issue until recently when
LockSettingsService starts to aggressively zeroize buffers,
which caused some unit test failures.

Bug: 120484642
Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
Change-Id: I8cc61789f19613cca8ed36ca34aa42fe6b2ad674

5 years agoFix runtime restart: at com.android.server.backup.restore.FullRestoreEngine
Ruslan Tkhakokhov [Fri, 8 Mar 2019 12:17:49 +0000 (12:17 +0000)]
Fix runtime restart: at com.android.server.backup.restore.FullRestoreEngine

When a full backup operation times out, resources are cleaned up
including closing and nullifying pipes. However FullRestoreEngine.restoreOneFile()
doesn't stop execution and can access the pipes causing RuntimeException.

This CL adds a flag to show whether the operation has timed out and
checks it before accessing the pipes.

Bug: 126244736
Test: 1) atest RunBackupFrameworksServicesRoboTests
      2) atest CtsBackupTestCases
      3) atest CtsBackupHostTestCases
      4) atest GtsBackupTestCases
      5) atest GtsBackupHostTestCases
      6) Manual: Test full backup/restore flow using Flipboard app

Change-Id: If400142a6fceaa4065409774bbff1cad8b4c6163

5 years agoMerge changes I39e84219,I8d0e12cb am: cae221acac am: 20324711c0
Nandana Dutt [Fri, 15 Mar 2019 10:56:27 +0000 (03:56 -0700)]
Merge changes I39e84219,I8d0e12cb am: cae221acac am: 20324711c0
am: 8ea4083e36

Change-Id: I4521a62ce5cd461efd9c936bd5f630f653e48809

5 years agoMerge changes I39e84219,I8d0e12cb am: cae221acac
Nandana Dutt [Fri, 15 Mar 2019 10:47:20 +0000 (03:47 -0700)]
Merge changes I39e84219,I8d0e12cb am: cae221acac
am: 20324711c0

Change-Id: I6d345de879380cd2797008efa79e3befa978f136

5 years agoMerge changes I39e84219,I8d0e12cb
Nandana Dutt [Fri, 15 Mar 2019 10:39:51 +0000 (03:39 -0700)]
Merge changes I39e84219,I8d0e12cb
am: cae221acac

Change-Id: I5fe14b5b25a1b22e184aa02e658c81d9d0238541

5 years agoMerge "Add PackageInstaller CTS tests to test mapping."
TreeHugger Robot [Fri, 15 Mar 2019 10:33:07 +0000 (10:33 +0000)]
Merge "Add PackageInstaller CTS tests to test mapping."

5 years agoMerge changes I39e84219,I8d0e12cb
Treehugger Robot [Fri, 15 Mar 2019 10:28:06 +0000 (10:28 +0000)]
Merge changes I39e84219,I8d0e12cb

* changes:
  Bugreporting API: Take ownership of fds.
  Don't manage dumpstate lifecycle from system server

5 years agoMerge "Fix IME is beyond the screen if the app doesn't fill its parent bounds"
TreeHugger Robot [Fri, 15 Mar 2019 09:05:33 +0000 (09:05 +0000)]
Merge "Fix IME is beyond the screen if the app doesn't fill its parent bounds"

5 years agoMerge "[KA02.5] Use binder thread and executor to invoke callback" am: f9ae70a41c...
Junyu Lai [Fri, 15 Mar 2019 08:19:55 +0000 (01:19 -0700)]
Merge "[KA02.5] Use binder thread and executor to invoke callback" am: f9ae70a41c am: 1ed9d716fc
am: d3b8a5c332

Change-Id: I881c1ab09187ab23facc03bb71cc38a7978e442c

5 years agoMerge "[KA02.5] Use binder thread and executor to invoke callback" am: f9ae70a41c
Junyu Lai [Fri, 15 Mar 2019 08:10:46 +0000 (01:10 -0700)]
Merge "[KA02.5] Use binder thread and executor to invoke callback" am: f9ae70a41c
am: 1ed9d716fc

Change-Id: I259ff770ce491d9dec5d136202bebf08e6de58e2

5 years agoMerge "[KA02.5] Use binder thread and executor to invoke callback"
Junyu Lai [Fri, 15 Mar 2019 07:53:55 +0000 (00:53 -0700)]
Merge "[KA02.5] Use binder thread and executor to invoke callback"
am: f9ae70a41c

Change-Id: I892d4f4dc786aa42dcbe565f345e9a731f318c8a

5 years agoMerge "[KA02.5] Use binder thread and executor to invoke callback"
Junyu Lai [Fri, 15 Mar 2019 07:35:27 +0000 (07:35 +0000)]
Merge "[KA02.5] Use binder thread and executor to invoke callback"

5 years agoMerge "Revert "Make Paint default to filtering Bitmaps""
TreeHugger Robot [Fri, 15 Mar 2019 07:26:46 +0000 (07:26 +0000)]
Merge "Revert "Make Paint default to filtering Bitmaps""

5 years agoMerge "Let scanning progress loop"
TreeHugger Robot [Fri, 15 Mar 2019 07:02:23 +0000 (07:02 +0000)]
Merge "Let scanning progress loop"

5 years agoMerge "Make Location settings use user sensitive"
TreeHugger Robot [Fri, 15 Mar 2019 05:45:39 +0000 (05:45 +0000)]
Merge "Make Location settings use user sensitive"

5 years agoFix IME is beyond the screen if the app doesn't fill its parent bounds
Riddle Hsu [Thu, 14 Mar 2019 08:54:26 +0000 (16:54 +0800)]
Fix IME is beyond the screen if the app doesn't fill its parent bounds

An activity with fixed aspect ratio may not cover the entire screen.
Once the left of the app surface is not the same as the left display
dock frame, the IME will be beyond the screen.

Bug: 128581369
Test: atest DisplayContentTests#testComputeImeParent_app_notMatchParentBounds
Test: manual - Launch a landscape activity with fixed aspect ratio 1.2.
      Click the input field in the activity and check the IME position.

Change-Id: If4125a18042e45efae1f8115008b0374b2669084

5 years agoMerge "[automerger skipped] Merge "Remove SMSDispatcher.sendData() from greylist...
Android Build Merger (Role) [Fri, 15 Mar 2019 04:25:01 +0000 (04:25 +0000)]
Merge "[automerger skipped] Merge "Remove SMSDispatcher.sendData() from greylist as it's params changed" am: fe86a00845 am: c911bc365e am: 910c491792 -s ours am skip reason: change_id Ib70dd739d8067ca2e37f0dbc6c48a2d625935a4b with SHA1 cd0d609f75 is in history"

5 years agoMerge "Don't check canUseBiometric if caller is system process"
Kevin Chyn [Fri, 15 Mar 2019 04:24:29 +0000 (04:24 +0000)]
Merge "Don't check canUseBiometric if caller is system process"

5 years ago[automerger skipped] Merge "Remove SMSDispatcher.sendData() from greylist as it's...
Amit Mahajan [Fri, 15 Mar 2019 04:23:40 +0000 (21:23 -0700)]
[automerger skipped] Merge "Remove SMSDispatcher.sendData() from greylist as it's params changed" am: fe86a00845 am: c911bc365e
am: 910c491792 -s ours
am skip reason: change_id Ib70dd739d8067ca2e37f0dbc6c48a2d625935a4b with SHA1 cd0d609f75 is in history

Change-Id: I16182565661ae5144c1635a617799d0eefaf5dca

5 years agoRevert "Make Paint default to filtering Bitmaps"
Roger Wang [Fri, 15 Mar 2019 04:13:51 +0000 (04:13 +0000)]
Revert "Make Paint default to filtering Bitmaps"

This reverts commit 1a732211990d88549e0ee18afc087f068d22069e.

Reason for revert: cts failure, b/128641982

Change-Id: If27a39d8d4f6cc03c642b63be1a32af187ce8758

5 years agoMerge "Initialize the NetworkStack before WiFi" am: 6d0186de88 am: b07d868c53
Remi NGUYEN VAN [Fri, 15 Mar 2019 04:12:47 +0000 (21:12 -0700)]
Merge "Initialize the NetworkStack before WiFi" am: 6d0186de88 am: b07d868c53
am: 991b27b67b

Change-Id: Ia92b6a8b9c2d23b5ea496fa0eca74de3292abd90

5 years agoMerge "Remove SMSDispatcher.sendData() from greylist as it's params changed" am:...
Amit Mahajan [Fri, 15 Mar 2019 04:11:52 +0000 (21:11 -0700)]
Merge "Remove SMSDispatcher.sendData() from greylist as it's params changed" am: fe86a00845
am: c911bc365e

Change-Id: Ia8a438259b450a1302f6d57e398dc9c99d69e1d8

5 years agoMerge "Initialize the NetworkStack before WiFi" am: 6d0186de88
Remi NGUYEN VAN [Fri, 15 Mar 2019 03:58:16 +0000 (20:58 -0700)]
Merge "Initialize the NetworkStack before WiFi" am: 6d0186de88
am: b07d868c53

Change-Id: I65ed1eb721d194c34fc475b461b28386eee206e0

5 years agoMerge "Remove SMSDispatcher.sendData() from greylist as it's params changed"
Amit Mahajan [Fri, 15 Mar 2019 03:51:50 +0000 (20:51 -0700)]
Merge "Remove SMSDispatcher.sendData() from greylist as it's params changed"
am: fe86a00845

Change-Id: If66d5c144751d213c7054c966af6327c45e51aa2

5 years agoMerge "Add new config config_supportsSystemDecorsOnSecondaryDisplays."
TreeHugger Robot [Fri, 15 Mar 2019 03:47:56 +0000 (03:47 +0000)]
Merge "Add new config config_supportsSystemDecorsOnSecondaryDisplays."

5 years agoMerge "Initialize the NetworkStack before WiFi"
Remi NGUYEN VAN [Fri, 15 Mar 2019 03:46:49 +0000 (20:46 -0700)]
Merge "Initialize the NetworkStack before WiFi"
am: 6d0186de88

Change-Id: If852f57a4164d1422605c3477d036cc953179620

5 years agoMerge "Remove SMSDispatcher.sendData() from greylist as it's params changed"
Treehugger Robot [Fri, 15 Mar 2019 03:42:09 +0000 (03:42 +0000)]
Merge "Remove SMSDispatcher.sendData() from greylist as it's params changed"

5 years agoMerge "Initialize the NetworkStack before WiFi"
Treehugger Robot [Fri, 15 Mar 2019 03:26:34 +0000 (03:26 +0000)]
Merge "Initialize the NetworkStack before WiFi"

5 years agoMerge "Move Checkpoint commit to finishBooting"
Daniel Rosenberg [Fri, 15 Mar 2019 03:11:57 +0000 (03:11 +0000)]
Merge "Move Checkpoint commit to finishBooting"

5 years agoLet scanning progress loop
Lucas Dupin [Thu, 14 Mar 2019 23:06:22 +0000 (16:06 -0700)]
Let scanning progress loop

Bug: 111414690
Test: visual
Change-Id: Ic4e6e1198acaf8666bb944ae6244243f8f02f7c5

5 years agoMerge "API review: Telecom outgoing call Call redirection API" am: bac4d5b257 am...
sqian [Fri, 15 Mar 2019 02:46:09 +0000 (19:46 -0700)]
Merge "API review: Telecom outgoing call Call redirection API" am: bac4d5b257 am: bcd431fd2f
am: 560e527933

Change-Id: If87e420ad10ec7ed726942a8e2c33d8e56786e29

5 years agoMerge "API review: Telecom outgoing call Call redirection API" am: bac4d5b257
sqian [Fri, 15 Mar 2019 02:34:59 +0000 (19:34 -0700)]
Merge "API review: Telecom outgoing call Call redirection API" am: bac4d5b257
am: bcd431fd2f

Change-Id: Ib8f4bd78be6f47a489278359bb2838e6d1a4bbe6

5 years agoMerge "API review: Telecom outgoing call Call redirection API"
sqian [Fri, 15 Mar 2019 02:24:32 +0000 (19:24 -0700)]
Merge "API review: Telecom outgoing call Call redirection API"
am: bac4d5b257

Change-Id: Ia2b1be5f130c673bb691d9b54c7d9498ccd9472b

5 years agoMerge "API review: Telecom outgoing call Call redirection API"
Treehugger Robot [Fri, 15 Mar 2019 02:07:46 +0000 (02:07 +0000)]
Merge "API review: Telecom outgoing call Call redirection API"

5 years agoMerge "Change CodeType from enum to string (framework)"
TreeHugger Robot [Fri, 15 Mar 2019 02:07:11 +0000 (02:07 +0000)]
Merge "Change CodeType from enum to string (framework)"

5 years agoMerge "Adds nullability annotation and java docs to App Prediction APIs"
TreeHugger Robot [Fri, 15 Mar 2019 01:49:11 +0000 (01:49 +0000)]
Merge "Adds nullability annotation and java docs to App Prediction APIs"

5 years agoMerge changes Ica566fec,Ib2e8e756
TreeHugger Robot [Fri, 15 Mar 2019 01:35:01 +0000 (01:35 +0000)]
Merge changes Ica566fec,Ib2e8e756

* changes:
  Invoke GlobalActions Plugin#onDismissed() from #dismissImmediately()
  Dismiss keyguard from GlobalActionsPanelPlugin

5 years agoMerge "Fix ActivityManagerVrDisplayTests flacky"
TreeHugger Robot [Fri, 15 Mar 2019 01:34:54 +0000 (01:34 +0000)]
Merge "Fix ActivityManagerVrDisplayTests flacky"

5 years agoMerge "Rename some failed causes" am: f6382802ef am: 4a862a637a
Paul Hu [Fri, 15 Mar 2019 01:18:06 +0000 (18:18 -0700)]
Merge "Rename some failed causes" am: f6382802ef am: 4a862a637a
am: 8a8c74e131

Change-Id: Ibbedb611b805b9b2e39bf1dd2f3ea20940504f8e

5 years agoMerge "Rename some failed causes" am: f6382802ef
Paul Hu [Fri, 15 Mar 2019 01:06:24 +0000 (18:06 -0700)]
Merge "Rename some failed causes" am: f6382802ef
am: 4a862a637a

Change-Id: I0b9b904da6749028a6c8441550583a15a7acde4e

5 years agoMerge "Rename some failed causes"
Paul Hu [Fri, 15 Mar 2019 00:56:12 +0000 (17:56 -0700)]
Merge "Rename some failed causes"
am: f6382802ef

Change-Id: I01b6d267c4b2cbf23d6cdc2dea770f5da99fa155

5 years agoMerge "Rename some failed causes"
Paul Hu [Fri, 15 Mar 2019 00:43:42 +0000 (00:43 +0000)]
Merge "Rename some failed causes"

5 years agoMerge "Prevent npe when rotation button is not attached to screen"
TreeHugger Robot [Fri, 15 Mar 2019 00:43:36 +0000 (00:43 +0000)]
Merge "Prevent npe when rotation button is not attached to screen"

5 years agoMerge "SubtitleData: fix doc"
TreeHugger Robot [Fri, 15 Mar 2019 00:41:20 +0000 (00:41 +0000)]
Merge "SubtitleData: fix doc"

5 years agoMerge "Darken scrim used when GlobalActionsPanelPlugin is active"
TreeHugger Robot [Fri, 15 Mar 2019 00:40:02 +0000 (00:40 +0000)]
Merge "Darken scrim used when GlobalActionsPanelPlugin is active"

5 years agoMerge "audio: Restructure A2DP active device change"
Jean-Michel Trivi [Thu, 14 Mar 2019 23:51:09 +0000 (23:51 +0000)]
Merge "audio: Restructure A2DP active device change"

5 years agoMake Location settings use user sensitive
Philip P. Moltmann [Thu, 7 Mar 2019 21:44:29 +0000 (13:44 -0800)]
Make Location settings use user sensitive

Bug: 124317989
Test: flash and test manually
Change-Id: Ibe2746efcbb5cbc0e43fad80fac5cf2520b46221

5 years agoMerge "ApplicationPackageManager should fetch Resource from non system context"
Hyunyoung Song [Thu, 14 Mar 2019 23:38:51 +0000 (23:38 +0000)]
Merge "ApplicationPackageManager should fetch Resource from non system context"

5 years agoInitialize the NetworkStack before WiFi
Remi NGUYEN VAN [Thu, 14 Mar 2019 23:21:27 +0000 (08:21 +0900)]
Initialize the NetworkStack before WiFi

The NetworkStack needs to be marked as start requested before any client
can use it from the system server, so it knows to queue requests until
it actually comes up.

This fixes a bug introduced in commit:
I93315ad31925bd436e21d1eabb21d5967e6aae60
where a client trying to use the network stack in the system server
before ActivityManager.systemReady() could block and eventually timeout,
resulting in a null INetworkStackConnector.

Test: booted, WiFi working
Bug: 128620654

Change-Id: Ieca2657373eba78195b387fb266fa0424fce8ada

5 years agoMerge "[PasspointV2] Add feature flag for showing data usage chart on detail fragment"
TreeHugger Robot [Thu, 14 Mar 2019 23:08:06 +0000 (23:08 +0000)]
Merge "[PasspointV2] Add feature flag for showing data usage chart on detail fragment"

5 years agoMerge "Add notification for Test Harness Mode"
TreeHugger Robot [Thu, 14 Mar 2019 23:07:01 +0000 (23:07 +0000)]
Merge "Add notification for Test Harness Mode"

5 years agoMerge "Avoid IllegalArgumentException when bluetooth is disabled" am: 2a1bdd2429...
Deqiang Chen [Thu, 14 Mar 2019 23:04:41 +0000 (16:04 -0700)]
Merge "Avoid IllegalArgumentException when bluetooth is disabled" am: 2a1bdd2429 am: 787e52045f
am: 8a4e2f3aeb

Change-Id: Idb94b41924023ba3fab9694c93f17ed4ce4d01b4

5 years agoMerge "Avoid IllegalArgumentException when bluetooth is disabled" am: 2a1bdd2429
Deqiang Chen [Thu, 14 Mar 2019 22:53:21 +0000 (15:53 -0700)]
Merge "Avoid IllegalArgumentException when bluetooth is disabled" am: 2a1bdd2429
am: 787e52045f

Change-Id: I3f55d6e7b56170ee4cafaf60e7ef8b908080c182

5 years agoMerge "Avoid IllegalArgumentException when bluetooth is disabled"
Deqiang Chen [Thu, 14 Mar 2019 22:41:33 +0000 (15:41 -0700)]
Merge "Avoid IllegalArgumentException when bluetooth is disabled"
am: 2a1bdd2429

Change-Id: I536b4ca701bed102c5c2914a6dbfa2393a646c6d

5 years agoMerge "Merge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6...
Android Build Merger (Role) [Thu, 14 Mar 2019 22:41:16 +0000 (22:41 +0000)]
Merge "Merge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6 am: 614f1e0bba am: a2d4a163db"

5 years agoMerge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6 am:...
Shuo Qian [Thu, 14 Mar 2019 22:40:47 +0000 (15:40 -0700)]
Merge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6 am: 614f1e0bba
am: a2d4a163db

Change-Id: I6f1632a89a5e66427938286bb1e96c63b8392ed9

5 years agoMerge "Don't trigger autofill requests on fields present in the initial request."
TreeHugger Robot [Thu, 14 Mar 2019 22:37:56 +0000 (22:37 +0000)]
Merge "Don't trigger autofill requests on fields present in the initial request."

5 years agoMerge "Bind to augmented autofill service right away."
TreeHugger Robot [Thu, 14 Mar 2019 22:34:29 +0000 (22:34 +0000)]
Merge "Bind to augmented autofill service right away."

5 years agoMerge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6
Shuo Qian [Thu, 14 Mar 2019 22:30:10 +0000 (15:30 -0700)]
Merge "Explain the difference of isValid, isActive, isUsable" am: 9c649215f6
am: 614f1e0bba

Change-Id: Ia4f968479973a9fb5f1ccdf78145d7fc2429ef0a

5 years agoMerge "Fix a bug showing the background through a punch hole when switching bubbles."
TreeHugger Robot [Thu, 14 Mar 2019 22:25:37 +0000 (22:25 +0000)]
Merge "Fix a bug showing the background through a punch hole when switching bubbles."

5 years agoMerge "Update the javadoc of EXTRA_FORCE_PROVISION"
Qingxi Li [Thu, 14 Mar 2019 22:25:00 +0000 (22:25 +0000)]
Merge "Update the javadoc of EXTRA_FORCE_PROVISION"

5 years agoMerge "Avoid IllegalArgumentException when bluetooth is disabled"
Deqiang Chen [Thu, 14 Mar 2019 22:23:18 +0000 (22:23 +0000)]
Merge "Avoid IllegalArgumentException when bluetooth is disabled"

5 years agoMerge "Explain the difference of isValid, isActive, isUsable"
Shuo Qian [Thu, 14 Mar 2019 22:20:03 +0000 (15:20 -0700)]
Merge "Explain the difference of isValid, isActive, isUsable"
am: 9c649215f6

Change-Id: I8146a074fa87747e91a22da4a4bfb696dcc7deef

5 years agoMerge "Removing some unnecessary packages, to simplify AndroidStudio setup"
Sunny Goyal [Thu, 14 Mar 2019 22:15:26 +0000 (22:15 +0000)]
Merge "Removing some unnecessary packages, to simplify AndroidStudio setup"

5 years agoMerge "Explain the difference of isValid, isActive, isUsable"
Shuo Qian [Thu, 14 Mar 2019 22:05:46 +0000 (22:05 +0000)]
Merge "Explain the difference of isValid, isActive, isUsable"

5 years agoMerge changes from topic "face-hidl"
Kevin Chyn [Thu, 14 Mar 2019 21:53:31 +0000 (21:53 +0000)]
Merge changes from topic "face-hidl"

* changes:
  Update framework together with HIDL onRemoved
  Update constants with HIDL

5 years agoAdd PackageInstaller CTS tests to test mapping.
Dario Freni [Wed, 13 Mar 2019 23:25:37 +0000 (23:25 +0000)]
Add PackageInstaller CTS tests to test mapping.

Test: atest --test-mapping (with different dirs)
Change-Id: I04ca869b881c825b635ae7e8624fc7e2129e1858

5 years agoMerge "Improve error message when expecting a non-virtual autofill id."
Felipe Leme [Thu, 14 Mar 2019 21:48:07 +0000 (21:48 +0000)]
Merge "Improve error message when expecting a non-virtual autofill id."

5 years agoMerge "Update resolver icon generation"
TreeHugger Robot [Thu, 14 Mar 2019 21:45:47 +0000 (21:45 +0000)]
Merge "Update resolver icon generation"

5 years agoMerge "Only wait for animations to complete when injecting a DOWN event."
TreeHugger Robot [Thu, 14 Mar 2019 21:26:18 +0000 (21:26 +0000)]
Merge "Only wait for animations to complete when injecting a DOWN event."

5 years agoMerge "Fix issue where wrong icon would be shown"
TreeHugger Robot [Thu, 14 Mar 2019 21:24:07 +0000 (21:24 +0000)]
Merge "Fix issue where wrong icon would be shown"

5 years agoMerge "Integrate FEATURE_TELEPHONY_IMS feature into APIs"
Brad Ebinger [Thu, 14 Mar 2019 21:23:56 +0000 (21:23 +0000)]
Merge "Integrate FEATURE_TELEPHONY_IMS feature into APIs"

5 years agoInvoke GlobalActions Plugin#onDismissed() from #dismissImmediately()
Steve Elliott [Thu, 14 Mar 2019 20:30:33 +0000 (16:30 -0400)]
Invoke GlobalActions Plugin#onDismissed() from #dismissImmediately()

Test: manual
Change-Id: Ica566fecacd106a35abe6809ad9e60bd98d64674

5 years agoDarken scrim used when GlobalActionsPanelPlugin is active
Steve Elliott [Fri, 8 Mar 2019 20:11:05 +0000 (15:11 -0500)]
Darken scrim used when GlobalActionsPanelPlugin is active

Test: manual
Change-Id: I3ad503382b997ad0f02bb442c8b3c0cab924dd5e

5 years agoDismiss keyguard from GlobalActionsPanelPlugin
Steve Elliott [Thu, 14 Mar 2019 20:25:41 +0000 (16:25 -0400)]
Dismiss keyguard from GlobalActionsPanelPlugin

This allows for the GlobalActionsPanelPlugin impl to fire
PendingIntents from the lockscreen, prompting the user to unlock
first.

Test: manual
Change-Id: Ib2e8e756db03e6aace815f1097a32905c06a0a57

5 years agoMerge "Allow touchable regions for assist UI"
James O'Leary [Thu, 14 Mar 2019 20:57:54 +0000 (20:57 +0000)]
Merge "Allow touchable regions for assist UI"

5 years agoMerge "Acivity to rethrow an exception from AMS."
Issei Suzuki [Thu, 14 Mar 2019 20:55:46 +0000 (20:55 +0000)]
Merge "Acivity to rethrow an exception from AMS."

5 years agoPrevent npe when rotation button is not attached to screen
Matthew Ng [Thu, 14 Mar 2019 18:19:29 +0000 (11:19 -0700)]
Prevent npe when rotation button is not attached to screen

This occurs when swapping nav bar to use the handle

Test: manual
Fixes: 128283080
Change-Id: Ifd86f5f71436538869b8313a79382229c1b06e86

5 years agoMerge "Destroy remote service when CCService dies."
TreeHugger Robot [Thu, 14 Mar 2019 20:50:05 +0000 (20:50 +0000)]
Merge "Destroy remote service when CCService dies."

5 years agoAcivity to rethrow an exception from AMS.
Issei Suzuki [Tue, 12 Mar 2019 17:03:21 +0000 (10:03 -0700)]
Acivity to rethrow an exception from AMS.

Bug: 128414194
Test: Check if existing tests pass. Should be no-op for normal cases.
Change-Id: Ib9428c34fba8315d5208fa9427e095066aeff4fa

5 years agoMerge "[API feedback] fixed API for NR"
Pengquan Meng [Thu, 14 Mar 2019 20:36:03 +0000 (20:36 +0000)]
Merge "[API feedback] fixed API for NR"

5 years agoDon't trigger autofill requests on fields present in the initial request.
Felipe Leme [Thu, 14 Mar 2019 00:25:33 +0000 (17:25 -0700)]
Don't trigger autofill requests on fields present in the initial request.

On Android O, when the autofill service returned null to a fill request we'd close both the
server-side and client-side sessions. The downside is that if new views were dynamically added,
it wouldn't trigger more request (which was problematic on apps using WebView)

On Android P, we changed it so the client-side was marked as FINISHED, but we kept track of which
fields were already focused, so it wouldn't trigger more requests when their were focused again.

Now on Android Q we're optimizing it further so we don't trigger extra requests on any field that
were originally present during the fill request (but we still trigger it for fields added later).

Test: atest CtsAutoFillServiceTestCases:android.autofillservice.cts.LoginActivityTest#testAutoFillNoDatasets_multipleFields_alwaysNull

Test: atest CtsAutoFillServiceTestCases # sanity check

Fixes: 128551128

Change-Id: Iaa203dc415bfd68647f07e8d7be1ce07bb49ffc9

5 years agoMerge "Include minute interpolation on hour hand angle."
TreeHugger Robot [Thu, 14 Mar 2019 20:34:13 +0000 (20:34 +0000)]
Merge "Include minute interpolation on hour hand angle."

5 years agoRemove SMSDispatcher.sendData() from greylist as it's params changed
Amit Mahajan [Wed, 13 Mar 2019 22:36:33 +0000 (15:36 -0700)]
Remove SMSDispatcher.sendData() from greylist as it's params changed

Test: none
Bug: 120403639
Merged-in: Ib70dd739d8067ca2e37f0dbc6c48a2d625935a4b
Change-Id: I0218764fc02d3f6b9f12b3480aba9742a52b8413

5 years agoApplicationPackageManager should fetch Resource from non system context
Hyunyoung Song [Tue, 12 Mar 2019 21:17:30 +0000 (14:17 -0700)]
ApplicationPackageManager should fetch Resource from non system context

Test: builds and manually verified on device
Test: change theme inside ThemePicker and default icon color changes

Bug: 128445995
Bug: 128447895

Change-Id: I184534c9ecea52fa381ffa6cd1e9ba53134766ca

5 years agoMerge "Remove interface for AttentionManagerService."
Matt Pape [Thu, 14 Mar 2019 20:08:38 +0000 (20:08 +0000)]
Merge "Remove interface for AttentionManagerService."

5 years agoMerge "Remove interfaces for runtime and runtime_native namespaces."
Matt Pape [Thu, 14 Mar 2019 20:07:46 +0000 (20:07 +0000)]
Merge "Remove interfaces for runtime and runtime_native namespaces."

5 years agoFix a bug showing the background through a punch hole when switching bubbles.
Issei Suzuki [Fri, 8 Mar 2019 16:31:14 +0000 (17:31 +0100)]
Fix a bug showing the background through a punch hole when switching bubbles.

Bug: 126856255
Test: Manual. Recorded screen and verified.
Change-Id: I2d29fc30b192c0d28c7d7e28b45ec7e01385a912

5 years agoMerge changes from topics "string_suggestion_notification", "disconnect_blacklist...
Roshan Pius [Thu, 14 Mar 2019 20:04:07 +0000 (20:04 +0000)]
Merge changes from topics "string_suggestion_notification", "disconnect_blacklist", "api_modify"

* changes:
  wifi: Fix runtest.sh
  strings.xml: Modify suggestion notification strings
  WifiConfiguration: Add a new temp blacklist reason for disconnect
  WifiManager: Fix javadocs
  WifiNetworkSpecifier/Suggestion: Address API council comments

5 years agoMerge "Make Paint default to filtering Bitmaps"
TreeHugger Robot [Thu, 14 Mar 2019 19:58:47 +0000 (19:58 +0000)]
Merge "Make Paint default to filtering Bitmaps"

5 years agoMerge "Modified 3 methods to private methods. They should not be public."
Yi Jiang [Thu, 14 Mar 2019 19:57:36 +0000 (19:57 +0000)]
Merge "Modified 3 methods to private methods. They should not be public."

5 years agoUpdate the javadoc of EXTRA_FORCE_PROVISION
Qingxi Li [Tue, 12 Mar 2019 02:22:32 +0000 (19:22 -0700)]
Update the javadoc of EXTRA_FORCE_PROVISION

Bug: 126726760
Test: TreeHugger
Change-Id: I87a315513b07c1f935efa6a50278610fab65e193

5 years agoMerge "Add javadoc for IMM.showInputMethodPicker"
Tarandeep Singh [Thu, 14 Mar 2019 19:51:54 +0000 (19:51 +0000)]
Merge "Add javadoc for IMM.showInputMethodPicker"

5 years agoMerge "Revert deletion and deprecate few PopupWindow methods"
Matvei Malkov [Thu, 14 Mar 2019 19:23:26 +0000 (19:23 +0000)]
Merge "Revert deletion and deprecate few PopupWindow methods"

5 years agoRemoving some unnecessary packages, to simplify AndroidStudio setup
Sunny Goyal [Wed, 13 Mar 2019 22:11:44 +0000 (15:11 -0700)]
Removing some unnecessary packages, to simplify AndroidStudio setup

Test: Everything builds
Change-Id: I0b649eb9f6b0ad07def59d0d6f7b3e70ef64acf1