OSDN Git Service

android-x86/frameworks-base.git
6 years agoMerge "Make us of the authsecret HAL."
Andrew Scull [Tue, 23 Jan 2018 17:43:59 +0000 (17:43 +0000)]
Merge "Make us of the authsecret HAL."

6 years agoMerge "Expose locales with alternative numbering systems."
Siyamed Sinir [Tue, 23 Jan 2018 17:35:59 +0000 (17:35 +0000)]
Merge "Expose locales with alternative numbering systems."

6 years agoMerge "Use numbering system for configuration selection."
Siyamed Sinir [Tue, 23 Jan 2018 17:35:59 +0000 (17:35 +0000)]
Merge "Use numbering system for configuration selection."

6 years agoMerge "Sync statsd google3 protos to aosp."
TreeHugger Robot [Tue, 23 Jan 2018 17:25:29 +0000 (17:25 +0000)]
Merge "Sync statsd google3 protos to aosp."

6 years agoMerge "Frameworks: Fix scoping problem in SQLite"
TreeHugger Robot [Tue, 23 Jan 2018 17:20:31 +0000 (17:20 +0000)]
Merge "Frameworks: Fix scoping problem in SQLite"

6 years agoMerge changes I2b6bfca0,I9a854d43
Jorim Jaggi [Tue, 23 Jan 2018 17:14:03 +0000 (17:14 +0000)]
Merge changes I2b6bfca0,I9a854d43

* changes:
  Add option to retrieve pending intent result
  Fix issue with permission check for shortcuts and pendingIntent

6 years agoMerge "Add new MediaDrm methods"
TreeHugger Robot [Tue, 23 Jan 2018 17:07:40 +0000 (17:07 +0000)]
Merge "Add new MediaDrm methods"

6 years agoMerge "AudioFocusRequest: add ability to force ducking for a11y"
TreeHugger Robot [Tue, 23 Jan 2018 16:46:10 +0000 (16:46 +0000)]
Merge "AudioFocusRequest: add ability to force ducking for a11y"

6 years agoSync statsd google3 protos to aosp.
Yangster [Tue, 23 Jan 2018 00:18:34 +0000 (16:18 -0800)]
Sync statsd google3 protos to aosp.

Test: statsd unit tests passed
Change-Id: I66b05478b7c5b0f9fdd6386b2e2ba7c38a3f9b88

6 years agoMerge "Fix registerSliceCallback to match api guidelines"
TreeHugger Robot [Tue, 23 Jan 2018 16:38:16 +0000 (16:38 +0000)]
Merge "Fix registerSliceCallback to match api guidelines"

6 years agoMerge "Added new slot status related broadcast."
Amit Mahajan [Tue, 23 Jan 2018 16:28:16 +0000 (16:28 +0000)]
Merge "Added new slot status related broadcast."

6 years agoMerge "DisplayCutout: Add more display cutout flavors"
Adrian Roos [Tue, 23 Jan 2018 15:23:55 +0000 (15:23 +0000)]
Merge "DisplayCutout: Add more display cutout flavors"

6 years agoMerge "Unhide ImageDecoder"
Leon Scroggins [Tue, 23 Jan 2018 15:19:43 +0000 (15:19 +0000)]
Merge "Unhide ImageDecoder"

6 years agoMerge "Add update network watchlist config ConfigUpdater intent action"
Ricky Wai [Tue, 23 Jan 2018 14:27:29 +0000 (14:27 +0000)]
Merge "Add update network watchlist config ConfigUpdater intent action"

6 years agoMerge "Add ConnectivityManager.getNetworkWatchlistConfigHash()"
Ricky Wai [Tue, 23 Jan 2018 14:25:39 +0000 (14:25 +0000)]
Merge "Add ConnectivityManager.getNetworkWatchlistConfigHash()"

6 years agoMerge "Remove slice: from SliceProvider docs"
Jason Monk [Tue, 23 Jan 2018 14:24:35 +0000 (14:24 +0000)]
Merge "Remove slice: from SliceProvider docs"

6 years agoMerge "Make BulletSpan more flexible and update JavaDoc."
TreeHugger Robot [Tue, 23 Jan 2018 13:57:29 +0000 (13:57 +0000)]
Merge "Make BulletSpan more flexible and update JavaDoc."

6 years agoMerge "Track the most recent notifying packages"
TreeHugger Robot [Tue, 23 Jan 2018 13:56:24 +0000 (13:56 +0000)]
Merge "Track the most recent notifying packages"

6 years agoAdd option to retrieve pending intent result
Jorim Jaggi [Mon, 22 Jan 2018 21:41:22 +0000 (22:41 +0100)]
Add option to retrieve pending intent result

Used by SystemUI to check whether an activity start will
actually lead to something animating.

Also fixes an issue where we return MOVED_TO_FRONT instead of
DELIVERED_TO_TOP.

Test: go/wm-smoke
Test: Use PendingIntent.sendAndReturnResult
Change-Id: I2b6bfca0a53125635bc462f32ab7eaae366c0c8a

6 years agoFix issue with permission check for shortcuts and pendingIntent
Jorim Jaggi [Fri, 19 Jan 2018 14:57:41 +0000 (15:57 +0100)]
Fix issue with permission check for shortcuts and pendingIntent

When launching a PendingIntent, we have two sets of activity
options: One supplied from the caller that obtained the
pending intent, and those supplied from the caller that is
sending it. We need to perform the permission check depending
on which caller the options are coming from.

For that, we introduce SafeActivityOptions that records the
callingPid/callingUid when obtaining it and checks for the
permissions with the correct callingPid/callingUid, and
also supports merging both activity options.

In addition to that, fix shortcuts by not clearing caller
identity in LauncherAppsService.

Test: go/wm-smoke
Test: Install custom launcher APK with animation for shortcuts
enabled, make sure launch works properly.
Bug: 64674361

Change-Id: I9a854d43c65c8fa69bf16ccfbed86e8e681a095b

6 years agoMake BulletSpan more flexible and update JavaDoc.
Florina Muntenescu [Fri, 19 Jan 2018 17:14:39 +0000 (17:14 +0000)]
Make BulletSpan more flexible and update JavaDoc.

Test: BulletSpanTest
Bug: 72217003
Change-Id: I0ba4d93bd5a7bac02410e0edbd4b20f254959d4e

6 years agoMerge changes Ib67ad0da,Ie532f29a,Ieabc1777,Ied210b3e
Adam Lesinski [Tue, 23 Jan 2018 11:41:15 +0000 (11:41 +0000)]
Merge changes Ib67ad0da,Ie532f29a,Ieabc1777,Ied210b3e

* changes:
  Revert "Replace AssetManager with AssetManager2 implementation"
  Revert "Make idiomatic use of ApkAssets and AssetManager"
  Revert "libandroidfw: Add ApplyStyle and SetConfiguration benchmark"
  Revert "libandroidfw: Improve performance of AssetManager2"

6 years agoRevert "Replace AssetManager with AssetManager2 implementation"
Adam Lesinski [Tue, 23 Jan 2018 11:17:26 +0000 (03:17 -0800)]
Revert "Replace AssetManager with AssetManager2 implementation"

This reverts commit b20a0ce59f59cb5ec857748e056cc341dbd13b92.

6 years agoRevert "Make idiomatic use of ApkAssets and AssetManager"
Adam Lesinski [Tue, 23 Jan 2018 11:17:01 +0000 (03:17 -0800)]
Revert "Make idiomatic use of ApkAssets and AssetManager"

This reverts commit c857766ca5aa37df0833c816922e6b3b85a742f9.

6 years agoRevert "libandroidfw: Add ApplyStyle and SetConfiguration benchmark"
Adam Lesinski [Tue, 23 Jan 2018 11:16:33 +0000 (03:16 -0800)]
Revert "libandroidfw: Add ApplyStyle and SetConfiguration benchmark"

This reverts commit 62f17129a0c519fe3e591be102b1863024cea3a4.

6 years agoRevert "libandroidfw: Improve performance of AssetManager2"
Adam Lesinski [Tue, 23 Jan 2018 11:16:16 +0000 (03:16 -0800)]
Revert "libandroidfw: Improve performance of AssetManager2"

This reverts commit 392132748416719e3df427e6ac8dc11af194342c.

6 years agoMerge "Fail KeySyncTask if the PlatformKey can't be used to decrypt"
TreeHugger Robot [Tue, 23 Jan 2018 09:59:27 +0000 (09:59 +0000)]
Merge "Fail KeySyncTask if the PlatformKey can't be used to decrypt"

6 years agoMerge "MediaSession2: Introduce MediaSession2.Command / CommandGroup"
Jaewan Kim [Tue, 23 Jan 2018 09:52:03 +0000 (09:52 +0000)]
Merge "MediaSession2: Introduce MediaSession2.Command / CommandGroup"

6 years agoMerge "MediaSession2: Move MediaSession2/MediaController2 from experimental"
Jaewan Kim [Tue, 23 Jan 2018 09:46:10 +0000 (09:46 +0000)]
Merge "MediaSession2: Move MediaSession2/MediaController2 from experimental"

6 years agoMerge "Release MediaSession when VideoView2 is detached from window."
Insun Kang [Tue, 23 Jan 2018 09:40:24 +0000 (09:40 +0000)]
Merge "Release MediaSession when VideoView2 is detached from window."

6 years agoAdd API docs for VideoView2
Insun Kang [Mon, 22 Jan 2018 09:04:07 +0000 (18:04 +0900)]
Add API docs for VideoView2

Test: ran 'make doc-comment-check-docs' after removing @hide tag.
Change-Id: I1c3492e8c302b9a6222b5400e71ccbabaaa372a3

6 years agoMerge "Handle return value 0 from android_logger_list_read"
TreeHugger Robot [Tue, 23 Jan 2018 07:46:23 +0000 (07:46 +0000)]
Merge "Handle return value 0 from android_logger_list_read"

6 years agoMerge "Revert "Revert "Enable init.rc for statsd to start statsd by default in boot...
TreeHugger Robot [Tue, 23 Jan 2018 07:46:23 +0000 (07:46 +0000)]
Merge "Revert "Revert "Enable init.rc for statsd to start statsd by default in boot time"""

6 years agoMerge "Add flag for a V2 of the About Phone page."
TreeHugger Robot [Tue, 23 Jan 2018 07:04:29 +0000 (07:04 +0000)]
Merge "Add flag for a V2 of the About Phone page."

6 years agoMerge "Wifi MAC Randomization: Developer option change global settings"
Jong Wook Kim [Tue, 23 Jan 2018 06:40:51 +0000 (06:40 +0000)]
Merge "Wifi MAC Randomization: Developer option change global settings"

6 years agoAdd ConnectivityManager.getNetworkWatchlistConfigHash()
Ricky Wai [Tue, 23 Jan 2018 04:09:45 +0000 (04:09 +0000)]
Add ConnectivityManager.getNetworkWatchlistConfigHash()

Apps can use this API to get network watchlist config hash for auditing.

Bug: 63908748
Test: Able to compile
Change-Id: I5ce9e6bb6dad88139c0a102da58be0dd7c284b7a

6 years agoMerge "add system uptime and free disk space atoms and pullers"
TreeHugger Robot [Tue, 23 Jan 2018 06:03:21 +0000 (06:03 +0000)]
Merge "add system uptime and free disk space atoms and pullers"

6 years agoRelease MediaSession when VideoView2 is detached from window.
Insun Kang [Tue, 23 Jan 2018 06:01:37 +0000 (15:01 +0900)]
Release MediaSession when VideoView2 is detached from window.

Test: build
Change-Id: I36baae35cc8196e3fa2fc9f9bdda4219ffaf863d

6 years agoMerge "Re-enable NetworkPolicyManagerServiceTest."
TreeHugger Robot [Tue, 23 Jan 2018 05:47:53 +0000 (05:47 +0000)]
Merge "Re-enable NetworkPolicyManagerServiceTest."

6 years agoMediaSession2: Introduce MediaSession2.Command / CommandGroup
Jaewan Kim [Mon, 22 Jan 2018 07:57:34 +0000 (16:57 +0900)]
MediaSession2: Introduce MediaSession2.Command / CommandGroup

Test: Run all tests once
Change-Id: I2ccafcdac5247c9f008b8d4fe50b974ea47fdeed

6 years agoMerge "add atom and logging for Picture-in-Picture feature"
TreeHugger Robot [Tue, 23 Jan 2018 05:34:29 +0000 (05:34 +0000)]
Merge "add atom and logging for Picture-in-Picture feature"

6 years agoMerge changes from topic "assetmanager-refactor"
Adam Lesinski [Tue, 23 Jan 2018 05:28:11 +0000 (05:28 +0000)]
Merge changes from topic "assetmanager-refactor"

* changes:
  libandroidfw: Improve performance of AssetManager2
  libandroidfw: Add ApplyStyle and SetConfiguration benchmark
  Make idiomatic use of ApkAssets and AssetManager
  Replace AssetManager with AssetManager2 implementation

6 years agoMerge "Fixed Messaging style with empty senders"
TreeHugger Robot [Tue, 23 Jan 2018 05:23:23 +0000 (05:23 +0000)]
Merge "Fixed Messaging style with empty senders"

6 years agoMediaSession2: Move MediaSession2/MediaController2 from experimental
Jaewan Kim [Sun, 21 Jan 2018 11:56:10 +0000 (20:56 +0900)]
MediaSession2: Move MediaSession2/MediaController2 from experimental

APIs will be unhidden later

Test: Run MediaComponentsTest
Change-Id: I2d9fcd98232016281fad128e9e674885b41e20d9

6 years agoMerge "Add a method for fetching the WebView classloader."
TreeHugger Robot [Tue, 23 Jan 2018 04:31:28 +0000 (04:31 +0000)]
Merge "Add a method for fetching the WebView classloader."

6 years agoMerge "Add SystemApi in SystemProperties for vendor apks"
TreeHugger Robot [Tue, 23 Jan 2018 04:14:01 +0000 (04:14 +0000)]
Merge "Add SystemApi in SystemProperties for vendor apks"

6 years agoMerge "Perform a non strict matching of .dm files when computing the size"
Calin Juravle [Tue, 23 Jan 2018 04:11:04 +0000 (04:11 +0000)]
Merge "Perform a non strict matching of .dm files when computing the size"

6 years agoMerge "Notification shade expansion animation"
TreeHugger Robot [Tue, 23 Jan 2018 04:09:19 +0000 (04:09 +0000)]
Merge "Notification shade expansion animation"

6 years agoadd system uptime and free disk space atoms and pullers
Chenjie Yu [Thu, 11 Jan 2018 00:37:53 +0000 (16:37 -0800)]
add system uptime and free disk space atoms and pullers

Test: will add cts later
Change-Id: I0b906fab82fca89b85bc0c7fbe06078115d43eec

6 years agoMerge "Support passing a template to NetworkStatsManager queries."
Lorenzo Colitti [Tue, 23 Jan 2018 04:02:58 +0000 (04:02 +0000)]
Merge "Support passing a template to NetworkStatsManager queries."

6 years agoMerge "Remove all the implementation for keep eSIM profile during FDR"
TreeHugger Robot [Tue, 23 Jan 2018 03:41:43 +0000 (03:41 +0000)]
Merge "Remove all the implementation for keep eSIM profile during FDR"

6 years agoRe-enable NetworkPolicyManagerServiceTest.
Sudheer Shanka [Tue, 23 Jan 2018 03:10:28 +0000 (19:10 -0800)]
Re-enable NetworkPolicyManagerServiceTest.

Bug: 69916639
Test: atest tests/servicestests/src/com/android/server/NetworkPolicyManagerServiceTest.
Change-Id: I64e4459004cf0cafd2c63296413c18455802bb84

6 years agoMerge "camera: Modify AF scene change"
TreeHugger Robot [Tue, 23 Jan 2018 03:03:31 +0000 (03:03 +0000)]
Merge "camera: Modify AF scene change"

6 years agoFixed Messaging style with empty senders
Selim Cinek [Fri, 19 Jan 2018 19:06:06 +0000 (11:06 -0800)]
Fixed Messaging style with empty senders

Empty senders were treaded badly before, leading to empty
space and a bad layout. Now the conversation title is taken
as the name of the other sender.

Bug: 63708826
Test: add message with empty senders, observe layout
Change-Id: I6d3ce84c421ddbcd55260f34e8ff5bf46437c2b6

6 years agoMerge "Add temporary logging around Activity Manager NPE."
TreeHugger Robot [Tue, 23 Jan 2018 02:55:28 +0000 (02:55 +0000)]
Merge "Add temporary logging around Activity Manager NPE."

6 years agoMerge "Merge "Camera: remove NOT_PRESENT cameras" am: 174df238ac am: 0e32a62cd4 am...
Android Build Merger (Role) [Tue, 23 Jan 2018 02:53:05 +0000 (02:53 +0000)]
Merge "Merge "Camera: remove NOT_PRESENT cameras" am: 174df238ac am: 0e32a62cd4 am: 75774be569"

6 years agoMerge "Camera: remove NOT_PRESENT cameras" am: 174df238ac am: 0e32a62cd4
Yin-Chia Yeh [Tue, 23 Jan 2018 02:52:15 +0000 (02:52 +0000)]
Merge "Camera: remove NOT_PRESENT cameras" am: 174df238ac am: 0e32a62cd4
am: 75774be569

Change-Id: I71a313e35f20c51403227523060914495e67c3bc

6 years agoMerge "Cellular/Wifi power profile"
TreeHugger Robot [Tue, 23 Jan 2018 02:47:40 +0000 (02:47 +0000)]
Merge "Cellular/Wifi power profile"

6 years agoMerge "Add a11y, hover support to rotate suggestion button"
Mike Digman [Tue, 23 Jan 2018 02:44:40 +0000 (02:44 +0000)]
Merge "Add a11y, hover support to rotate suggestion button"

6 years agoUnhide ImageDecoder
Leon Scroggins III [Thu, 11 Jan 2018 01:56:51 +0000 (20:56 -0500)]
Unhide ImageDecoder

ImageDecoder is a new way to decode Bitmaps (or Drawables) that
streamlines common use cases of BitmapFactory.

Bug: 63909536
Bug: 63908092
Test: I0f36ce34c968fd7fae4d8edebabea3a421859615
      Ib2877276da8464b5f3eef0bbb848de202c90e97e
      I8d1672180d8325ae1caf44f0bbf41036b94e6253
      I405ebc86f7b6b019e0f040f1d4afe2e9d4354e5d
      Iaeb7c27bafb351932f0fabe59461ef50b1e2424a

Change-Id: Iee236ac73e0bc37ef6903a8150c0d2c84e5cf906

6 years agoMerge "Camera: remove NOT_PRESENT cameras" am: 174df238ac
Yin-Chia Yeh [Tue, 23 Jan 2018 02:35:28 +0000 (02:35 +0000)]
Merge "Camera: remove NOT_PRESENT cameras" am: 174df238ac
am: 0e32a62cd4

Change-Id: I5b2d1d756daf1fabd8d42b9161de6a63d8989302

6 years agoMerge "Remove obsolete NetworkStats.Entry constructor." am: 1683b6968d am: cdeb50aa48
Lorenzo Colitti [Tue, 23 Jan 2018 02:35:08 +0000 (02:35 +0000)]
Merge "Remove obsolete NetworkStats.Entry constructor." am: 1683b6968d am: cdeb50aa48
am: cbbed8ee1f

Change-Id: Id6a664fd5ad8c182468b742e810e65afee248ad5

6 years agoMerge "Fix crash when PhoneStatusBarView has no cutout"
TreeHugger Robot [Tue, 23 Jan 2018 02:27:26 +0000 (02:27 +0000)]
Merge "Fix crash when PhoneStatusBarView has no cutout"

6 years agoMerge "Remove obsolete NetworkStats.Entry constructor." am: 1683b6968d
Lorenzo Colitti [Tue, 23 Jan 2018 02:23:32 +0000 (02:23 +0000)]
Merge "Remove obsolete NetworkStats.Entry constructor." am: 1683b6968d
am: cdeb50aa48

Change-Id: If60b58f95707bab3ae89050234226d54386398e8

6 years agoMerge "Add update packages permission"
TreeHugger Robot [Tue, 23 Jan 2018 02:17:25 +0000 (02:17 +0000)]
Merge "Add update packages permission"

6 years agoWifi MAC Randomization: Developer option change global settings
Jong Wook Kim [Sat, 6 Jan 2018 02:40:25 +0000 (18:40 -0800)]
Wifi MAC Randomization: Developer option change global settings

Enabling/disabling the connected mac randomization toggle in developer options will change Settings.Global.WIFI_CONNECTED_MAC_RANDOMIZATION_ENABLE, which the wifi framework can look at to decide whether or not to randomized mac addresses. Also added descriptions for the toggle in developer options.

Bug: 67908229
Bug: 71548421
Test: manual testing of checking that the option correctly displays and
logs to check that the toggle correctly changes values.
Change-Id: I48a2dc34d772b0e4ce7637df904b274c9fe1218f

6 years agoMerge "Camera: remove NOT_PRESENT cameras"
Yin-Chia Yeh [Tue, 23 Jan 2018 02:12:57 +0000 (02:12 +0000)]
Merge "Camera: remove NOT_PRESENT cameras"
am: 174df238ac

Change-Id: I2c0dd5ccd8c8a165b568563051ad42dba6082792

6 years agoMerge "Remove obsolete NetworkStats.Entry constructor."
Lorenzo Colitti [Tue, 23 Jan 2018 02:08:18 +0000 (02:08 +0000)]
Merge "Remove obsolete NetworkStats.Entry constructor."
am: 1683b6968d

Change-Id: I72fe99d5e662a6a154f7b2d970c5926ee696e541

6 years agoFrameworks: Fix scoping problem in SQLite
Andreas Gampe [Tue, 23 Jan 2018 01:55:17 +0000 (17:55 -0800)]
Frameworks: Fix scoping problem in SQLite

Fix the scope of a std::string to avoid a use-after-free.

Test: m && SANITIZE_TARGET=address m
Change-Id: I4b4c299b4ab2c82d76489cc68a398f33b6220e32

6 years agoMerge "Revert "Move instrumentation classes to SettingsLib to share between mobile...
TreeHugger Robot [Tue, 23 Jan 2018 01:58:18 +0000 (01:58 +0000)]
Merge "Revert "Move instrumentation classes to SettingsLib to share between mobile/TV.""

6 years agoMerge "Fix flaky crashes caused during LogEvent destroy"
TreeHugger Robot [Tue, 23 Jan 2018 01:47:25 +0000 (01:47 +0000)]
Merge "Fix flaky crashes caused during LogEvent destroy"

6 years agoMerge "Add broadcast action for carrier setup" am: b60e42becd am: d6d448f68b
Qingxi Li [Tue, 23 Jan 2018 01:36:51 +0000 (01:36 +0000)]
Merge "Add broadcast action for carrier setup" am: b60e42becd am: d6d448f68b
am: 54438137c6  -s ours

Change-Id: I3a0ab4b34f7e62e970e81a74210e9b3ca3677a66

6 years agoMerge "Add broadcast action for carrier setup" am: b60e42becd
Qingxi Li [Tue, 23 Jan 2018 01:25:35 +0000 (01:25 +0000)]
Merge "Add broadcast action for carrier setup" am: b60e42becd
am: d6d448f68b

Change-Id: I085b0d23182696ba6ec639e1f48ec14ed010fecd

6 years agoExpose locales with alternative numbering systems.
Igor Viarheichyk [Wed, 17 Jan 2018 22:05:40 +0000 (14:05 -0800)]
Expose locales with alternative numbering systems.

Expand supported locales list with BCP 47 locales representing
alternative numbering systems.

Bug: 63754513
Test: manual review of available regions for Arabic in Settings.

Change-Id: I25e051923a641fdf822bea2dfd3c4745443e2f55

6 years agoMerge "Fix screenshot global action item in dark mode."
TreeHugger Robot [Tue, 23 Jan 2018 01:23:32 +0000 (01:23 +0000)]
Merge "Fix screenshot global action item in dark mode."

6 years agoMerge "Add NetworkTypeBitmask into public ApnSetting." am: 278dd4ab90 am: 97104cb905
yuemingw [Tue, 23 Jan 2018 01:22:09 +0000 (01:22 +0000)]
Merge "Add NetworkTypeBitmask into public ApnSetting." am: 278dd4ab90 am: 97104cb905
am: aa32802268

Change-Id: Iab92157d82b1aa399aa06e77abdcf22d71f9f3b9

6 years agoMerge "address carrier id api review feedback" am: 2f6b2726e6 am: e6211a5f01
Chen Xu [Tue, 23 Jan 2018 01:16:27 +0000 (01:16 +0000)]
Merge "address carrier id api review feedback" am: 2f6b2726e6 am: e6211a5f01
am: 5871db10a5  -s ours

Change-Id: Ib8ed3e8eeeb1126351409d5dadb5a021b851540f

6 years agoMerge "Add broadcast action for carrier setup"
Qingxi Li [Tue, 23 Jan 2018 01:12:50 +0000 (01:12 +0000)]
Merge "Add broadcast action for carrier setup"
am: b60e42becd

Change-Id: I3bcde10528fc1fa722995e7666ee6faa7db1d0cd

6 years agoMerge "Add NetworkTypeBitmask into public ApnSetting." am: 278dd4ab90
yuemingw [Tue, 23 Jan 2018 01:07:24 +0000 (01:07 +0000)]
Merge "Add NetworkTypeBitmask into public ApnSetting." am: 278dd4ab90
am: 97104cb905

Change-Id: Ibef74c641596dc57d8a525316ba95ff35e07fce2

6 years agoAdd SystemApi in SystemProperties for vendor apks
Sundong Ahn [Wed, 3 Jan 2018 10:16:01 +0000 (19:16 +0900)]
Add SystemApi in SystemProperties for vendor apks

The Apis in SystemProperties are needed for building ims.apk with
LOCAL_SDK_VERSION := system_current. So @SystemApi is added to
SystemProperties class and methods which are used by vendor apks (i.e.
ims.apk)

Bug: 67726847
Test: 1. build & boot on taimen
2. LOCAL_SDK_VERSION:=system_current in ims.apk && build ims.apk &&
check error count and android_system_stubs_current_intermediates.

Change-Id: I178f8d9b0b1f6bb1455ceec919805c4cc549cb32

6 years agoMerge "address carrier id api review feedback" am: 2f6b2726e6
Chen Xu [Tue, 23 Jan 2018 01:02:36 +0000 (01:02 +0000)]
Merge "address carrier id api review feedback" am: 2f6b2726e6
am: e6211a5f01

Change-Id: I3e601111b7da73158cf1ce281abd77b6d5cfc68f

6 years agoMerge "Camera: remove NOT_PRESENT cameras"
Treehugger Robot [Tue, 23 Jan 2018 00:52:00 +0000 (00:52 +0000)]
Merge "Camera: remove NOT_PRESENT cameras"

6 years agoMerge "ScreenDecor Windows: shouldn't receive inset hints"
TreeHugger Robot [Tue, 23 Jan 2018 00:50:21 +0000 (00:50 +0000)]
Merge "ScreenDecor Windows: shouldn't receive inset hints"

6 years agoMerge "Add NetworkTypeBitmask into public ApnSetting."
yuemingw [Tue, 23 Jan 2018 00:47:01 +0000 (00:47 +0000)]
Merge "Add NetworkTypeBitmask into public ApnSetting."
am: 278dd4ab90

Change-Id: I63be092c9f978cf0e0b029e6836d5f0b876831f6

6 years agoMerge "address carrier id api review feedback"
Chen Xu [Tue, 23 Jan 2018 00:42:06 +0000 (00:42 +0000)]
Merge "address carrier id api review feedback"
am: 2f6b2726e6

Change-Id: I40fb765e4c4eb844826ae8e305ddcc7ef1c281f4

6 years agoMerge "camera: Add support for multiple camera capture requests"
Shuzhen Wang [Tue, 23 Jan 2018 00:36:16 +0000 (00:36 +0000)]
Merge "camera: Add support for multiple camera capture requests"

6 years agoMerge "[RTT] Public LCI and LCR API"
Etan Cohen [Tue, 23 Jan 2018 00:31:50 +0000 (00:31 +0000)]
Merge "[RTT] Public LCI and LCR API"

6 years agoMerge changes I4d985a27,Ic6f2bc18
Lorenzo Colitti [Tue, 23 Jan 2018 00:28:39 +0000 (00:28 +0000)]
Merge changes I4d985a27,Ic6f2bc18

* changes:
  Add metered, roaming, and defaultNetwork info to NetworkTemplate.
  Unbreak frameworks-net tests broken by missing libutilscallstack.

6 years agoMerge "Address comments and final cleanup from refcounting integration" am: 222529d95...
Benedict Wong [Tue, 23 Jan 2018 00:19:05 +0000 (00:19 +0000)]
Merge "Address comments and final cleanup from refcounting integration" am: 222529d95c am: 8130c2a718
am: 08307475a2

Change-Id: I0612286b8d95b0ae10c1337214f9c3b4e570fbac

6 years agoMerge "Remove obsolete NetworkStats.Entry constructor."
Lorenzo Colitti [Tue, 23 Jan 2018 00:15:15 +0000 (00:15 +0000)]
Merge "Remove obsolete NetworkStats.Entry constructor."

6 years agoMerge "Address comments and final cleanup from refcounting integration" am: 222529d95c
Benedict Wong [Tue, 23 Jan 2018 00:08:17 +0000 (00:08 +0000)]
Merge "Address comments and final cleanup from refcounting integration" am: 222529d95c
am: 8130c2a718

Change-Id: I7ed4a6bb90f3cf3ed5fd0e6ad20b033e588a4c90

6 years agoAdd a11y, hover support to rotate suggestion button
Mike Digman [Tue, 23 Jan 2018 00:05:51 +0000 (16:05 -0800)]
Add a11y, hover support to rotate suggestion button

Tweaks timeouts from volume dialog for a11y and hover. Repurposes
volume dialog code to detect when a11y feedback services are active.
New content description needs to be localized. Also includes some
related cleanup.

Test: a11y manual by toggling service, hover manual with usb mouse

Change-Id: Ife12c74910c1658e06e75a4baf393a56568e985b

6 years agoMerge "Add Settings support for Bluetooth Multi-A2DP and Multi-HFP"
TreeHugger Robot [Mon, 22 Jan 2018 23:59:32 +0000 (23:59 +0000)]
Merge "Add Settings support for Bluetooth Multi-A2DP and Multi-HFP"

6 years agoMerge "Address comments and final cleanup from refcounting integration"
Benedict Wong [Mon, 22 Jan 2018 23:57:28 +0000 (23:57 +0000)]
Merge "Address comments and final cleanup from refcounting integration"
am: 222529d95c

Change-Id: Ie0bc2b81e09ee874ef848905bb486967a857c6d1

6 years agoMerge "Add broadcast action for carrier setup"
Treehugger Robot [Mon, 22 Jan 2018 23:55:49 +0000 (23:55 +0000)]
Merge "Add broadcast action for carrier setup"

6 years agoMerge "Clicking QS DND tile triggers priority-only dnd"
TreeHugger Robot [Mon, 22 Jan 2018 23:53:12 +0000 (23:53 +0000)]
Merge "Clicking QS DND tile triggers priority-only dnd"

6 years agoMerge "Improve layer rendering quality"
TreeHugger Robot [Mon, 22 Jan 2018 23:52:31 +0000 (23:52 +0000)]
Merge "Improve layer rendering quality"

6 years agoMerge "Add string for number of hotspot connected devices"
TreeHugger Robot [Mon, 22 Jan 2018 23:49:34 +0000 (23:49 +0000)]
Merge "Add string for number of hotspot connected devices"

6 years agoAdd temporary logging around Activity Manager NPE.
Bryce Lee [Mon, 22 Jan 2018 23:47:09 +0000 (15:47 -0800)]
Add temporary logging around Activity Manager NPE.

This changelist will dump additional details to the log before the
system encounters a NPE due to not finding an ActivityStack. These
additions should be reverted once the root cause has been discovered.

Bug: 71548119
Test: manual
Change-Id: Ide20ff9e7b5eeed5b7200e011c1d0afca69eb0b4

6 years agoNotification shade expansion animation
Lucas Dupin [Thu, 18 Jan 2018 17:18:23 +0000 (09:18 -0800)]
Notification shade expansion animation

Bug: 64155983
Test: visual
Change-Id: Ife5be36746c8a5f79d67340e2cf9af47a4b73913