OSDN Git Service

android-x86/frameworks-base.git
6 years agoMerge "Move graphics APIs to the light grey." into pi-dev
Nicolas Geoffray [Thu, 29 Mar 2018 12:46:01 +0000 (12:46 +0000)]
Merge "Move graphics APIs to the light grey." into pi-dev
am: d8d05ecc64

Change-Id: I3d2021625786591bdca46ad3f255273c635b1cf0

6 years agoMerge "Exempt some notis from DND visual suppression" into pi-dev
Julia Reynolds [Thu, 29 Mar 2018 12:40:01 +0000 (12:40 +0000)]
Merge "Exempt some notis from DND visual suppression" into pi-dev
am: a000724a83

Change-Id: I47c11979e3a0687262f7e9beed81a3ed5db06905

6 years agoMerge "Move graphics APIs to the light grey." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 12:26:26 +0000 (12:26 +0000)]
Merge "Move graphics APIs to the light grey." into pi-dev

6 years agoMerge "Exempt some notis from DND visual suppression" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 12:25:02 +0000 (12:25 +0000)]
Merge "Exempt some notis from DND visual suppression" into pi-dev

6 years agoMerge "Persist KeyChainSnapshot to XML" into pi-dev
Robert Berry [Thu, 29 Mar 2018 11:17:38 +0000 (11:17 +0000)]
Merge "Persist KeyChainSnapshot to XML" into pi-dev
am: 9f75e089ed

Change-Id: Ic0570155bba210a0bffa2e813724cbd13225dddc

6 years agoRemove unused KeyChainSnapshot tables
Robert Berry [Thu, 29 Mar 2018 11:11:26 +0000 (11:11 +0000)]
Remove unused KeyChainSnapshot tables
am: 924b550151

Change-Id: Ica8a4db0ccab999853c906dfadde7fb924627bba

6 years agoMerge "Persist KeyChainSnapshot to XML" into pi-dev
Robert Berry [Thu, 29 Mar 2018 10:59:17 +0000 (10:59 +0000)]
Merge "Persist KeyChainSnapshot to XML" into pi-dev

6 years agoExempt some notis from DND visual suppression
Julia Reynolds [Wed, 28 Mar 2018 14:48:37 +0000 (10:48 -0400)]
Exempt some notis from DND visual suppression

Specifically, foreground service notifications
and media notifications.

Fixes: 75261156
Test: atest SystemUITests
Change-Id: I2f1fddbf748a274177d2c8dddb1b72fce82c8c4c

6 years agoMove graphics APIs to the light grey.
Nicolas Geoffray [Wed, 28 Mar 2018 22:15:54 +0000 (23:15 +0100)]
Move graphics APIs to the light grey.

The APIs have just started being removed in public APIs, and some
non-vendor apps are using them.

bug: 77224796
Test: m

Change-Id: I5c3afd18244a888ec77f14eaa6d839faf4f6d2be

6 years agoMerge "Merge "Fixed the Premium SMS bug reported by our partner The detail is that...
Android Build Merger (Role) [Thu, 29 Mar 2018 10:05:50 +0000 (10:05 +0000)]
Merge "Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ===  <shortcode country="ae" free="3214|1017"/> === As displayed above, Arab Emirates is registered in sms_short_codes.xml. There is only CATEGORY_FREE_SHORT_CODE number for the county code "ae". All other numbers which include length under 5 digits is set as CATEGORY_NOT_SHORT_CODE, and so Premium SMS pop-up does not appear for both case. pattern="\\d{1,5}"  is added to all similar entries BUG:66911380" am: e2e7b28c12 am: 6c0c79618f" into pi-dev-plus-aosp

6 years agoMerge "Fixed the Premium SMS bug reported by our partner The detail is that : ==...
Juancheng Rong [Thu, 29 Mar 2018 10:05:28 +0000 (10:05 +0000)]
Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ===  <shortcode country="ae" free="3214|1017"/> === As displayed above, Arab Emirates is registered in sms_short_codes.xml. There is only CATEGORY_FREE_SHORT_CODE number for the county code "ae". All other numbers which include length under 5 digits is set as CATEGORY_NOT_SHORT_CODE, and so Premium SMS pop-up does not appear for both case. pattern="\\d{1,5}"  is added to all similar entries BUG:66911380" am: e2e7b28c12
am: 6c0c79618f

Change-Id: I558ba52e57a077e0ea18fe89d67d5b9509ed7cfe

6 years agoAdd warning comment about serialization
Robert Berry [Thu, 29 Mar 2018 10:02:38 +0000 (10:02 +0000)]
Add warning comment about serialization
am: 52c15f1699

Change-Id: I88a9d84ba7d6cdfd030a8f308fafe40c161a9736

6 years agoRemove unused KeyChainSnapshot tables
Robert Berry [Thu, 29 Mar 2018 09:09:03 +0000 (10:09 +0100)]
Remove unused KeyChainSnapshot tables

This will be persisted as an XML file instead.

Bug: 73921897
Test: none, it's just removing unused consts
Change-Id: Idaeb437d0a7258d03418932d4aba75189092b3fe

6 years agoPersist KeyChainSnapshot to XML
Robert Berry [Wed, 28 Mar 2018 19:26:57 +0000 (20:26 +0100)]
Persist KeyChainSnapshot to XML

Adds parser and serializer, and round trip test.

Bug: 73921897
Test: runtest frameworks-services -p \
      com.android.server.locksettings.recoverablekeystore
Change-Id: I8259ec398ee076823ac8bbf847534738514de8dc

6 years agoMerge "Fixed the Premium SMS bug reported by our partner The detail is that : ==...
Juancheng Rong [Thu, 29 Mar 2018 09:55:00 +0000 (09:55 +0000)]
Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ===  <shortcode country="ae" free="3214|1017"/> === As displayed above, Arab Emirates is registered in sms_short_codes.xml. There is only CATEGORY_FREE_SHORT_CODE number for the county code "ae". All other numbers which include length under 5 digits is set as CATEGORY_NOT_SHORT_CODE, and so Premium SMS pop-up does not appear for both case. pattern="\\d{1,5}"  is added to all similar entries BUG:66911380"
am: e2e7b28c12

Change-Id: I32baf21b481635925870814387ec2d32ab36a7e2

6 years agoAdd warning comment about serialization
Robert Berry [Thu, 29 Mar 2018 09:21:50 +0000 (10:21 +0100)]
Add warning comment about serialization

As it's important we do not break serialization of KeyChainSnapshot
(as it could fail in weird and mysterious ways if we did), add
comments warning anybody editing those files to also update the
serializer and deserializer, as well as appropriate tests.

Test: none, just adding comments
Bug: 73921897
Change-Id: If73162b8fb2a0b44fd954b72c9030cd9e042282b

6 years agoMerge "Merge "Update to lock task features API" into pi-dev am: 3a5dabbb10" into...
Android Build Merger (Role) [Thu, 29 Mar 2018 09:20:03 +0000 (09:20 +0000)]
Merge "Merge "Update to lock task features API" into pi-dev am: 3a5dabbb10" into pi-dev-plus-aosp

6 years agoMerge "Update to lock task features API" into pi-dev
Benjamin Franz [Thu, 29 Mar 2018 09:19:16 +0000 (09:19 +0000)]
Merge "Update to lock task features API" into pi-dev
am: 3a5dabbb10

Change-Id: Ie8a12a29bfca101d19d8ec104988633b7749bb5f

6 years agoMerge "DCB whitelist short code for user association" am: 722282ec62
JC [Thu, 29 Mar 2018 09:18:21 +0000 (09:18 +0000)]
Merge "DCB whitelist short code for user association" am: 722282ec62
am: b1e22988e6

Change-Id: I07592e3ffa7e56085d274436e2e28cba54ca05ac

6 years agoMerge "DCB whitelist short code for user association"
JC [Thu, 29 Mar 2018 09:06:39 +0000 (09:06 +0000)]
Merge "DCB whitelist short code for user association"
am: 722282ec62

Change-Id: Id8c380c715a94336cd21af4b6a3e3ae9da11a1e1

6 years agoMerge "Update to lock task features API" into pi-dev
Benjamin Franz [Thu, 29 Mar 2018 09:02:17 +0000 (09:02 +0000)]
Merge "Update to lock task features API" into pi-dev

6 years agoMerge "Permission Check For DPM Get IME API" into pi-dev
Eric Sandness [Thu, 29 Mar 2018 08:38:29 +0000 (08:38 +0000)]
Merge "Permission Check For DPM Get IME API" into pi-dev
am: 78931a0f95

Change-Id: If81408f57757f1649b3355cc158a2539b33f646f

6 years agoMerge "Permission Check For DPM Get IME API" into pi-dev
Eric Sandness [Thu, 29 Mar 2018 08:25:09 +0000 (08:25 +0000)]
Merge "Permission Check For DPM Get IME API" into pi-dev

6 years agoMerge "Fix network usage stats on 464xlat tethered." am: 83088dcd8e
Remi NGUYEN VAN [Thu, 29 Mar 2018 07:46:34 +0000 (07:46 +0000)]
Merge "Fix network usage stats on 464xlat tethered." am: 83088dcd8e
am: aa20932ff1

Change-Id: I016722f3a0ae2ae0a1d48bfacc4fe07ee3578ef7

6 years agoMerge "Fixed the Premium SMS bug reported by our partner The detail is that : ==...
Treehugger Robot [Thu, 29 Mar 2018 07:40:39 +0000 (07:40 +0000)]
Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ===  <shortcode country="ae" free="3214|1017"/> === As displayed above, Arab Emirates is registered in sms_short_codes.xml. There is only CATEGORY_FREE_SHORT_CODE number for the county code "ae". All other numbers which include length under 5 digits is set as CATEGORY_NOT_SHORT_CODE, and so Premium SMS pop-up does not appear for both case. pattern="\\d{1,5}"  is added to all similar entries BUG:66911380"

6 years agoMerge "Fix network usage stats on 464xlat tethered."
Remi NGUYEN VAN [Thu, 29 Mar 2018 07:36:21 +0000 (07:36 +0000)]
Merge "Fix network usage stats on 464xlat tethered."
am: 83088dcd8e

Change-Id: I0e13c2a6b9f6b5d0701a073ddc835781d5d2aace

6 years agoMerge "DCB whitelist short code for user association"
Treehugger Robot [Thu, 29 Mar 2018 07:29:00 +0000 (07:29 +0000)]
Merge "DCB whitelist short code for user association"

6 years ago[automerger skipped] Merge "Use commas to separate API exemptions list, not colon...
Mathew Inwood [Thu, 29 Mar 2018 07:14:20 +0000 (07:14 +0000)]
[automerger skipped] Merge "Use commas to separate API exemptions list, not colon." into pi-dev
am: d598caacfc  -s ours

Change-Id: I4a79f5554df80d75c00f66c86d6655d34d4b961d

6 years ago[automerger skipped] Merge "Configurable hidden API exemptions." into pi-dev
Mathew Inwood [Thu, 29 Mar 2018 07:08:24 +0000 (07:08 +0000)]
[automerger skipped] Merge "Configurable hidden API exemptions." into pi-dev
am: fe930f2023  -s ours

Change-Id: Ib56faa6cc756d87b8c8654dbf0b1655d310e6d38

6 years ago[automerger skipped] Configurable hidden API exemptions.
Mathew Inwood [Thu, 29 Mar 2018 07:03:22 +0000 (07:03 +0000)]
[automerger skipped] Configurable hidden API exemptions.
am: 8faeab8735  -s ours

Change-Id: I3ed771b430de60588bc793c215c7e6fe9a1cabc9

6 years agoMerge "Use commas to separate API exemptions list, not colon." into pi-dev
Mathew Inwood [Thu, 29 Mar 2018 06:50:23 +0000 (06:50 +0000)]
Merge "Use commas to separate API exemptions list, not colon." into pi-dev

6 years agoMerge "Configurable hidden API exemptions." into pi-dev
Mathew Inwood [Thu, 29 Mar 2018 06:49:27 +0000 (06:49 +0000)]
Merge "Configurable hidden API exemptions." into pi-dev

6 years agoMerge "Fallback to ML prediction after short ACTIVE states" into pi-dev
Amith Yamasani [Thu, 29 Mar 2018 06:18:19 +0000 (06:18 +0000)]
Merge "Fallback to ML prediction after short ACTIVE states" into pi-dev
am: 50c069e489

Change-Id: Idd2b0abba22ec10e263fe3ab49ecc7346b9bc941

6 years agoMerge "Add slice pinning to list of reasons for usage" into pi-dev
Amith Yamasani [Thu, 29 Mar 2018 06:04:08 +0000 (06:04 +0000)]
Merge "Add slice pinning to list of reasons for usage" into pi-dev
am: 37594c892d

Change-Id: I90264decb0d458dc084e3c484a6716058ca58a63

6 years agoMerge "Fix network usage stats on 464xlat tethered."
Remi NGUYEN VAN [Thu, 29 Mar 2018 06:04:02 +0000 (06:04 +0000)]
Merge "Fix network usage stats on 464xlat tethered."

6 years agoMerge "Fallback to ML prediction after short ACTIVE states" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 06:03:17 +0000 (06:03 +0000)]
Merge "Fallback to ML prediction after short ACTIVE states" into pi-dev

6 years agoMerge "Add slice pinning to list of reasons for usage" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 05:51:24 +0000 (05:51 +0000)]
Merge "Add slice pinning to list of reasons for usage" into pi-dev

6 years agoMerge "Refactor how we calculate offset for PIP animation" into pi-dev
Tracy Zhou [Thu, 29 Mar 2018 05:43:39 +0000 (05:43 +0000)]
Merge "Refactor how we calculate offset for PIP animation" into pi-dev
am: e33543ff69

Change-Id: Ib1035269941c14700244c3245526b3648d429cdb

6 years agoMerge "Rename MediaDrm security levels" into pi-dev
Jeff Tinker [Thu, 29 Mar 2018 05:27:49 +0000 (05:27 +0000)]
Merge "Rename MediaDrm security levels" into pi-dev
am: 5fa492f9b6

Change-Id: I206024eb41cdc9e9babc5c0e14c612572146a59d

6 years agoMerge "Refactor how we calculate offset for PIP animation" into pi-dev
Tracy Zhou [Thu, 29 Mar 2018 05:24:42 +0000 (05:24 +0000)]
Merge "Refactor how we calculate offset for PIP animation" into pi-dev

6 years agoMerge "Rename MediaDrm security levels" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 05:18:32 +0000 (05:18 +0000)]
Merge "Rename MediaDrm security levels" into pi-dev

6 years agoMerge changes from topic "MediaSessionManager_isTrustedForMediaControl" into pi-dev
Hyundo Moon [Thu, 29 Mar 2018 05:02:51 +0000 (05:02 +0000)]
Merge changes from topic "MediaSessionManager_isTrustedForMediaControl" into pi-dev
am: 7a3593d0b6

Change-Id: Ibed8ed024743a05584d1a07e0fd4554f42833606

6 years agoMerge changes from topic "MediaSessionManager_isTrustedForMediaControl" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 04:50:59 +0000 (04:50 +0000)]
Merge changes from topic "MediaSessionManager_isTrustedForMediaControl" into pi-dev

* changes:
  MediaBrowserService: Create getCurrentBrowserInfo()
  MediaSession: Create getCurentControllerInfo()
  MediaSessionManager: Add isTrustedForMediaControl()

6 years agoMerge "Bluetooth HIDD: Remove unplug()" into pi-dev
Hansong Zhang [Thu, 29 Mar 2018 04:42:52 +0000 (04:42 +0000)]
Merge "Bluetooth HIDD: Remove unplug()" into pi-dev
am: 4f52f3fd52

Change-Id: I9b3484e79a8817a5c119c87392c8a0297d8081ef

6 years agoMerge "Fix deadlock when ParallelPackageParserCallback is used" into pi-dev
Jaekyun Seok [Thu, 29 Mar 2018 04:30:12 +0000 (04:30 +0000)]
Merge "Fix deadlock when ParallelPackageParserCallback is used" into pi-dev
am: 4170ab233d

Change-Id: I6e460544a030e58e3a92fe724f0be700c6ce519c

6 years agoMerge "Bluetooth HIDD: Remove unplug()" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 04:23:46 +0000 (04:23 +0000)]
Merge "Bluetooth HIDD: Remove unplug()" into pi-dev

6 years agoMerge "Fix deadlock when ParallelPackageParserCallback is used" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 04:18:51 +0000 (04:18 +0000)]
Merge "Fix deadlock when ParallelPackageParserCallback is used" into pi-dev

6 years agoMerge "Properly filter alert window notifications" into pi-dev
Julia Reynolds [Thu, 29 Mar 2018 04:03:50 +0000 (04:03 +0000)]
Merge "Properly filter alert window notifications" into pi-dev
am: cfa0f19fa1

Change-Id: I2eda66d48b148156f8e6b2dc0a29bd1256ffbc16

6 years agoMerge "Properly filter alert window notifications" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 03:50:31 +0000 (03:50 +0000)]
Merge "Properly filter alert window notifications" into pi-dev

6 years agoMerge "Add additional logging for EMBMS edge cases" into pi-dev
Hall Liu [Thu, 29 Mar 2018 03:17:53 +0000 (03:17 +0000)]
Merge "Add additional logging for EMBMS edge cases" into pi-dev
am: d63c009d5f

Change-Id: I786f885684d3d40788bff9b1d312144a8a62e63d

6 years agoMerge "Add additional logging for EMBMS edge cases" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 03:01:34 +0000 (03:01 +0000)]
Merge "Add additional logging for EMBMS edge cases" into pi-dev

6 years agoMerge "[Notif] Write AppUid earlier in NotificationInfo" into pi-dev
Rohan Shah [Thu, 29 Mar 2018 02:58:49 +0000 (02:58 +0000)]
Merge "[Notif] Write AppUid earlier in NotificationInfo" into pi-dev
am: f07d10e36b

Change-Id: I06db3710595420f259d8b37c48e2ed31550361c9

6 years agoMerge "[Notif] Write AppUid earlier in NotificationInfo" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 02:43:23 +0000 (02:43 +0000)]
Merge "[Notif] Write AppUid earlier in NotificationInfo" into pi-dev

6 years agoMediaBrowserService: Create getCurrentBrowserInfo()
Hyundo Moon [Mon, 26 Mar 2018 08:12:21 +0000 (17:12 +0900)]
MediaBrowserService: Create getCurrentBrowserInfo()

Bug: 65739365
Test: Ran MediaBrowserServiceTest
Change-Id: I629d74bcf9a08a2271463fecbacc2d998dce4387

6 years agoMediaSession: Create getCurentControllerInfo()
Hyundo Moon [Thu, 22 Mar 2018 08:22:14 +0000 (17:22 +0900)]
MediaSession: Create getCurentControllerInfo()

Bug: 65739365
Test: Ran MediaControllerTest
Change-Id: I05c9179546d826e8fabb4fd4e4e03837dd4685ff

6 years agoMediaSessionManager: Add isTrustedForMediaControl()
Jaewan Kim [Thu, 22 Mar 2018 15:13:51 +0000 (00:13 +0900)]
MediaSessionManager: Add isTrustedForMediaControl()

The API checks whether an app is granted MEDIA_CONTENT_CONTROL
permisison or has enabled notification listener. Such apps can be
considered as the system component (e.g. Bluetooth) or equivalent (e.g.
Auto/Wearable companion app), so sessions shouldn't refuse connection
request from it.

It needs to be public because API for checking whether an app has an
enabled notification listener can only be called by the system service.
(see: NotificationManager.getEnabledNotificationListeners(int))
With the MediaSessionManager#isTrustedForMediaControl(),
MediaSessionService will query the information indirectly for a session
to tell an app is trusted.

Note that this isn't workaround for bypassing permission check of
NotificationManager API calls. It's indirectly available through
the android.provider.Settings.Secure with the *deprecated* key
ENABLD_NOTIFICATION_LISTENERS and it doesn't need any permission.
MediaSessionManager#isTrustedForMediaControl() is needed to avoid using
deprecated key for querying notification listeners.

Bug: 75500592
Test: Build
Change-Id: I8d1183aa946aa0d2ec35dbd7f31933d1c2717f99

6 years agoMerge "Add Battery time to location dumpsys" into pi-dev
Siddharth Ray [Thu, 29 Mar 2018 02:19:12 +0000 (02:19 +0000)]
Merge "Add Battery time to location dumpsys" into pi-dev
am: b1d14ec3e1

Change-Id: Ib5bd4eb953888da96be7dbee8ebaacb86e2e0a6c

6 years agoFix deadlock when ParallelPackageParserCallback is used
Jaekyun Seok [Thu, 29 Mar 2018 02:02:10 +0000 (11:02 +0900)]
Fix deadlock when ParallelPackageParserCallback is used

Bug: 77232370
Test: succeeded building and tested with taimen
Change-Id: I425686c65a3cee88c10fceb7b5d0b5d89e49fc70

6 years agoMerge "Clear pattern on completion (if fade is enabled)." into pi-dev
Vishwath Mohan [Thu, 29 Mar 2018 02:13:10 +0000 (02:13 +0000)]
Merge "Clear pattern on completion (if fade is enabled)." into pi-dev
am: 9cfdcfaf92

Change-Id: I813f75dd452e1401bbaf89e18f05ae7204aaff46

6 years agoMerge "Add Battery time to location dumpsys" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 02:08:04 +0000 (02:08 +0000)]
Merge "Add Battery time to location dumpsys" into pi-dev

6 years agoMerge "[Notif] Remove old blocking helper button" into pi-dev
Rohan Shah [Thu, 29 Mar 2018 02:03:54 +0000 (02:03 +0000)]
Merge "[Notif] Remove old blocking helper button" into pi-dev
am: a0a7a86acf

Change-Id: Ib66a74a513b0bdc5057a402cbf935ddd2b6a3cb2

6 years agoMerge "Add an option to display HVAC temp values in sysui" into pi-dev
Brad Stenning [Thu, 29 Mar 2018 01:47:59 +0000 (01:47 +0000)]
Merge "Add an option to display HVAC temp values in sysui" into pi-dev
am: 4f4baf1e0e

Change-Id: I3592761fcf40ee6cd38de956d8712da2f50ef177

6 years agoMerge "Bluetooth HIDD: Remove unplug()" am: 18aa649b8f
Hansong Zhang [Thu, 29 Mar 2018 01:43:24 +0000 (01:43 +0000)]
Merge "Bluetooth HIDD: Remove unplug()" am: 18aa649b8f
am: d8ae68626f

Change-Id: Iacdbc31172e87621127d66e8214307a14ab76499

6 years agoMerge "Merge "Add additional logging for EMBMS edge cases" am: de57d0d024 am: 8b8591c...
Android Build Merger (Role) [Thu, 29 Mar 2018 01:38:48 +0000 (01:38 +0000)]
Merge "Merge "Add additional logging for EMBMS edge cases" am: de57d0d024 am: 8b8591ce46" into pi-dev-plus-aosp

6 years agoMerge "Add additional logging for EMBMS edge cases" am: de57d0d024
Hall Liu [Thu, 29 Mar 2018 01:38:25 +0000 (01:38 +0000)]
Merge "Add additional logging for EMBMS edge cases" am: de57d0d024
am: 8b8591ce46

Change-Id: I0970e3a9eb83cd11c6bcbd014f6365e6c7884876

6 years agoMerge "Merge "Add constants for reporting criteria" into pi-dev am: a210ef2687" into...
Android Build Merger (Role) [Thu, 29 Mar 2018 01:37:08 +0000 (01:37 +0000)]
Merge "Merge "Add constants for reporting criteria" into pi-dev am: a210ef2687" into pi-dev-plus-aosp

6 years agoMerge "Add constants for reporting criteria" into pi-dev
Eric Schwarzenbach [Thu, 29 Mar 2018 01:35:40 +0000 (01:35 +0000)]
Merge "Add constants for reporting criteria" into pi-dev
am: a210ef2687

Change-Id: I531288032cdcd6693bc66706bb09c8ab3aa17989

6 years ago[automerger skipped] Merge "Address comments from API Review." am: 18e47b6108
Holly Jiuyu Sun [Thu, 29 Mar 2018 01:32:20 +0000 (01:32 +0000)]
[automerger skipped] Merge "Address comments from API Review." am: 18e47b6108
am: bdd350c036  -s ours

Change-Id: Icd78c8087d4056fa59f43e41b45b7fd97757a978

6 years agoMerge "Bluetooth HIDD: Remove unplug()"
Hansong Zhang [Thu, 29 Mar 2018 01:28:41 +0000 (01:28 +0000)]
Merge "Bluetooth HIDD: Remove unplug()"
am: 18aa649b8f

Change-Id: I2daad6cc9185c1d81dad440574e392752bece7fd

6 years agoMerge "Add additional logging for EMBMS edge cases"
Hall Liu [Thu, 29 Mar 2018 01:25:09 +0000 (01:25 +0000)]
Merge "Add additional logging for EMBMS edge cases"
am: de57d0d024

Change-Id: If9af4947275e18154c93d9d8f6756cac16317768

6 years agoMerge "Address comments from API Review."
Holly Jiuyu Sun [Thu, 29 Mar 2018 01:22:38 +0000 (01:22 +0000)]
Merge "Address comments from API Review."
am: 18e47b6108

Change-Id: I3a4c1a0592df3b3c4f7625553bc9b92296da5c73

6 years agoMerge "Clear pattern on completion (if fade is enabled)." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 01:06:06 +0000 (01:06 +0000)]
Merge "Clear pattern on completion (if fade is enabled)." into pi-dev

6 years agoMerge "Add adb command to force generate network watchlist report for testing" into...
Ricky Wai [Thu, 29 Mar 2018 01:04:38 +0000 (01:04 +0000)]
Merge "Add adb command to force generate network watchlist report for testing" into pi-dev
am: b0558905c5

Change-Id: Ie8b2062a62c2d64b7b67646236ec048cb9afcf6d

6 years agoMerge "Fix keywords hint and add some hints and a subtype to Slice" into pi-dev
Mady Mellor [Thu, 29 Mar 2018 00:59:04 +0000 (00:59 +0000)]
Merge "Fix keywords hint and add some hints and a subtype to Slice" into pi-dev
am: 822dfea6ca

Change-Id: I3e366649169e6f7fa12f6ae31e7b0d72048b138d

6 years agoMerge "[Notif] Remove old blocking helper button" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 00:57:22 +0000 (00:57 +0000)]
Merge "[Notif] Remove old blocking helper button" into pi-dev

6 years agoMerge "Opalayout can check quickstep icons without needing navbarview (1/2)" into...
Matthew Ng [Thu, 29 Mar 2018 00:55:05 +0000 (00:55 +0000)]
Merge "Opalayout can check quickstep icons without needing navbarview (1/2)" into pi-dev
am: 9822fffc7e

Change-Id: I1d3fefa6d6b81a5da6e1a9a4c75ad3036e609e3c

6 years agoMerge "Use sentence case on "clear all" button" into pi-dev
Lucas Dupin [Thu, 29 Mar 2018 00:51:29 +0000 (00:51 +0000)]
Merge "Use sentence case on "clear all" button" into pi-dev
am: 36a7eece58

Change-Id: I4f351534f902da625825b105a12277cedcbd47ae

6 years ago[Notif] Write AppUid earlier in NotificationInfo
Rohan Shah [Wed, 28 Mar 2018 21:46:50 +0000 (14:46 -0700)]
[Notif] Write AppUid earlier in NotificationInfo

Noticed that appuid was being used but it wasn't set until later in the
lifecycle of the notificationinfo (rendering the channel logic moot).

If the notif is now posting notificiations to the default channel while
having multiple channels, it'll now show "Uncategorized" in the blocking
helper/notification info screens.

Fixes: 77240828
Test: Ran NotifInfoTest (added one new test case)
Test: Visually, artificially sent default ch notif with app having 9 ch
Change-Id: I45f2c35fb6dae610e511b2d316b3c184b84f2d09

6 years agoMerge "Add an option to display HVAC temp values in sysui" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 00:46:29 +0000 (00:46 +0000)]
Merge "Add an option to display HVAC temp values in sysui" into pi-dev

6 years agoMerge "Ripple and opa diamond animation plays after a timeout (1/2)" into pi-dev
Matthew Ng [Thu, 29 Mar 2018 00:38:56 +0000 (00:38 +0000)]
Merge "Ripple and opa diamond animation plays after a timeout (1/2)" into pi-dev
am: 6ef6c1603b

Change-Id: I64ce2301b7c9e38263d64b10a479698bfb4e68c4

6 years agoMerge "Add constants for reporting criteria" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 00:23:37 +0000 (00:23 +0000)]
Merge "Add constants for reporting criteria" into pi-dev

6 years agoRename MediaDrm security levels
Jeff Tinker [Thu, 29 Mar 2018 00:16:50 +0000 (17:16 -0700)]
Rename MediaDrm security levels

API review requested that MediaDrm security
levels be prefixed with a common string.

bug:76449152
bug:74831432
Change-Id: I2b4d5ed2c881f736659f29aa76c556a79d1335f4

6 years agoMerge "Change MeteredDataDisabled function names for clarity" into pi-dev
Michael Wachenschwanz [Thu, 29 Mar 2018 00:11:25 +0000 (00:11 +0000)]
Merge "Change MeteredDataDisabled function names for clarity" into pi-dev
am: 631f55ba54

Change-Id: Icf55fa2d58a0d36c21e331f1756e3f05b3cc61f0

6 years agoMerge "Add adb command to force generate network watchlist report for testing" into...
Ricky Wai [Thu, 29 Mar 2018 00:04:26 +0000 (00:04 +0000)]
Merge "Add adb command to force generate network watchlist report for testing" into pi-dev

6 years agoMerge "Add vibrate/mute details to QS header." into pi-dev
Amin Shaikh [Thu, 29 Mar 2018 00:03:47 +0000 (00:03 +0000)]
Merge "Add vibrate/mute details to QS header." into pi-dev
am: 0a27c8d329

Change-Id: Ie6217a78cfc509af512205ed7a0205ca392d5642

6 years agoMerge "Fix keywords hint and add some hints and a subtype to Slice" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 23:59:37 +0000 (23:59 +0000)]
Merge "Fix keywords hint and add some hints and a subtype to Slice" into pi-dev

6 years agoMerge "A18y: Don't double announce 'searching for printers.'" into pi-dev
Philip P. Moltmann [Wed, 28 Mar 2018 23:58:59 +0000 (23:58 +0000)]
Merge "A18y: Don't double announce 'searching for printers.'" into pi-dev
am: a49954d3ab

Change-Id: Iae9b97679f75b37c3fa063af708ab7775c00b1b6

6 years agoMerge "Opalayout can check quickstep icons without needing navbarview (1/2)" into...
TreeHugger Robot [Wed, 28 Mar 2018 23:55:22 +0000 (23:55 +0000)]
Merge "Opalayout can check quickstep icons without needing navbarview (1/2)" into pi-dev

6 years agoMerge "Remove no longer needed workaround for new devices that previously" into pi-dev
Andreas Huber [Wed, 28 Mar 2018 23:48:55 +0000 (23:48 +0000)]
Merge "Remove no longer needed workaround for new devices that previously" into pi-dev
am: 904c438135

Change-Id: I482d174ef346b44f91038bf8a65caa3ddac9d1a6

6 years agoMerge "Use sentence case on "clear all" button" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 23:43:39 +0000 (23:43 +0000)]
Merge "Use sentence case on "clear all" button" into pi-dev

6 years agoMerge "Save internal state to disk after updating whitelist revoked uids." into pi-dev
Sudheer Shanka [Wed, 28 Mar 2018 23:43:39 +0000 (23:43 +0000)]
Merge "Save internal state to disk after updating whitelist revoked uids." into pi-dev
am: 0302f56c8f

Change-Id: Ic1f27e5a4084964b61e07774af8b95bb36893079

6 years agoMerge "Ripple and opa diamond animation plays after a timeout (1/2)" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 23:39:47 +0000 (23:39 +0000)]
Merge "Ripple and opa diamond animation plays after a timeout (1/2)" into pi-dev

6 years agoMerge "Created framework resource for autofill_max_visible_datasets." into pi-dev
Felipe Leme [Wed, 28 Mar 2018 23:32:47 +0000 (23:32 +0000)]
Merge "Created framework resource for autofill_max_visible_datasets." into pi-dev
am: e845d664d1

Change-Id: Ib0892ee7d8bc88325f0403e2809f4c25e818e367

6 years agoBluetooth HIDD: Remove unplug()
Hansong Zhang [Wed, 28 Mar 2018 19:56:05 +0000 (12:56 -0700)]
Bluetooth HIDD: Remove unplug()

Remove the hidden unplug() API because it is not used and it can cause
the remote device to be unpaired. System apps should use unbond() and
user apps should not use reflection to invoke it.

Bug: 67866553
Test: SL4A
Change-Id: I1bdc06dbb5460c9fd52230b78cbf9434a4349d24
(cherry picked from commit dbc6d14f6ec399e63cee29adbe01fffcb166500f)

6 years agoMerge "Change MeteredDataDisabled function names for clarity" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 23:18:01 +0000 (23:18 +0000)]
Merge "Change MeteredDataDisabled function names for clarity" into pi-dev

6 years agoMerge "[automerger skipped] Merge "Remove non-tombstoned ANR path." am: ff95c80198...
Android Build Merger (Role) [Wed, 28 Mar 2018 23:17:07 +0000 (23:17 +0000)]
Merge "[automerger skipped] Merge "Remove non-tombstoned ANR path." am: ff95c80198 am: 750409de36  -s ours" into pi-dev-plus-aosp

6 years ago[automerger skipped] Merge "Remove non-tombstoned ANR path." am: ff95c80198
Elliott Hughes [Wed, 28 Mar 2018 23:16:43 +0000 (23:16 +0000)]
[automerger skipped] Merge "Remove non-tombstoned ANR path." am: ff95c80198
am: 750409de36  -s ours

Change-Id: I8889ec4d76eaec5bccd8c375ced94fa662fabc4a

6 years agoMerge "Intent.ACTION_AIRPLANE_MODE_CHANGED should have a boolean extra." into pi-dev
yuemingw [Wed, 28 Mar 2018 23:15:07 +0000 (23:15 +0000)]
Merge "Intent.ACTION_AIRPLANE_MODE_CHANGED should have a boolean extra." into pi-dev
am: e9b491bd37

Change-Id: I2fcc2320165fc4ffa8b44f4f891b85c43284e424

6 years agoMerge "docs: fixed a couple of typos" into oc-mr1-dev am: 651ffd426c
Joshua Baxter [Wed, 28 Mar 2018 23:08:09 +0000 (23:08 +0000)]
Merge "docs: fixed a couple of typos" into oc-mr1-dev am: 651ffd426c
am: 9a2d959eff

Change-Id: I02788adeb444186d8d9e0471fe326d090d9199d7

6 years agoMerge "Remove non-tombstoned ANR path."
Elliott Hughes [Wed, 28 Mar 2018 23:03:55 +0000 (23:03 +0000)]
Merge "Remove non-tombstoned ANR path."
am: ff95c80198

Change-Id: Ifdf565635e1707822794d88db7117ca5ac986d1d