Jiaquan He
557922d37a
Add a public API defaultFocusHighlightEnabled.
...
am: b7daaf8b5f
Change-Id: I189aea9c495255fe68f5af98a6d33bd87dc79e3e
2017-04-12 22:53:09 +00:00
Jakub Pawlowski
2ef7bb7b06
Merge "Bluetooth 5 PHY simplification" am: a9acf9db97 am: d43127865b
...
am: ce8de6c3f7
Change-Id: I74da41983775b03ee2e642a07b5a8bdcf3be45cf
2017-04-12 21:56:26 +00:00
Svet Ganov
bbef731c2d
Merge "Add autofill feature API" into oc-dev
...
am: a402d6dd2f
Change-Id: I5cfa36adbf31c49dffc519963545f388cae4b96d
2017-04-12 21:28:45 +00:00
Dianne Hackborn
ef95ec85ea
Merge "Add API to get a uid's current importance." into oc-dev
...
am: ad6ab44e15
Change-Id: I845cb5fd01ccedd4a95093c56a320ee1f6497dac
2017-04-12 21:27:27 +00:00
Jakub Pawlowski
a9acf9db97
Merge "Bluetooth 5 PHY simplification"
2017-04-12 21:22:29 +00:00
Selim Gurun
24d68dc3d8
Merge "Deprecate findAddress() method" into oc-dev
...
am: c68b1a8aef
Change-Id: I667ebcf6a9a18ae5a07a7e0f737abb6162568f83
2017-04-12 21:19:16 +00:00
TreeHugger Robot
a402d6dd2f
Merge "Add autofill feature API" into oc-dev
2017-04-12 21:17:33 +00:00
Dianne Hackborn
ad6ab44e15
Merge "Add API to get a uid's current importance." into oc-dev
2017-04-12 21:11:46 +00:00
Selim Gurun
c68b1a8aef
Merge "Deprecate findAddress() method" into oc-dev
2017-04-12 21:05:07 +00:00
nharold
37f48f4596
Merge changes from topic 'ipsec-api-tweaks' am: fddf677b8b am: 176bfb58c6
...
am: a237a34085
Change-Id: Ie868985d20535f35b869730a4ddaa00dc88a352d
2017-04-12 20:53:17 +00:00
Nathan Harold
3fa4a92b8c
IpSecManager and IpSecAlgorithm API Tweaks am: 6045429b35 am: 9c2428ad4d
...
am: 99c50add4f
Change-Id: I49641308cd0f2ce3e8a7545c8b03108d69287c64
2017-04-12 20:51:41 +00:00
Seigo Nonaka
fa4b862518
Merge "Update Typeface.Builder API to reflect API feedback." into oc-dev
...
am: 1e924df63e
Change-Id: I484cd07fb67b40b54d7ad4b1ae7324a0d370ed6a
2017-04-12 19:55:52 +00:00
Jesse Evans
3d1676cfc4
Merge "Rename WEB_ACTION_ENABLED to INSTANT_APPS_ENABLED" into oc-dev
...
am: 684b5381e9
Change-Id: I3be91519cbe8b7c3cef474923a30927504e68642
2017-04-12 19:52:07 +00:00
Seigo Nonaka
1e924df63e
Merge "Update Typeface.Builder API to reflect API feedback." into oc-dev
2017-04-12 19:39:50 +00:00
TreeHugger Robot
684b5381e9
Merge "Rename WEB_ACTION_ENABLED to INSTANT_APPS_ENABLED" into oc-dev
2017-04-12 19:39:16 +00:00
Nathan Harold
9c2428ad4d
IpSecManager and IpSecAlgorithm API Tweaks
...
am: 6045429b35
Change-Id: I93d58f64834e5a4c7bc1bf03a5baf2eb5364a36d
2017-04-12 18:27:09 +00:00
Jiaquan He
b7daaf8b5f
Add a public API defaultFocusHighlightEnabled.
...
This commit adds a public API to turn on/off default
focus highlights. When a focused View is detected to
have no state_focused defined, we can use this API to
decide wether we should show a default highlight for it.
Test: cts-tradefed run singleCommand cts --skip-device-info
--skip-preconditions --abi armeabi-v7a -m CtsViewTestCases
-t android.view.cts.View_DefaultFocusHighlightTest
Bug: 35096940
Change-Id: I76b45d6bf5761641a0ed7f4d0b04cb325ed72b52
2017-04-12 18:23:43 +00:00
nharold
fddf677b8b
Merge changes from topic 'ipsec-api-tweaks'
...
* changes:
Add FileDescriptor Versions of applyTransportModeTransform()
IpSecManager and IpSecAlgorithm API Tweaks
2017-04-12 18:13:57 +00:00
Dianne Hackborn
cba1893400
Merge "Add new "work queue" feature to JobScheduler." into oc-dev
...
am: 0a0a63c8b1
Change-Id: I646a3a144833650f9ee7b9727f73ee78c7c82532
2017-04-12 18:02:53 +00:00
Jakub Pawlowski
9e377194e3
Bluetooth 5 PHY simplification
...
Having PHY_LE_* constants defined in four different places, with one
value being different than others is misleading. Leave just PHY_LE_*
definitions in BluetoothDevice, and add PHY_LE*_MASK for the mask used
in PHY update API.
This patch also removes need to translate PHY value between PHY update
request and event, as mask is used for request, and the value is
returned in event.
Bug: 30622771
Test: manual
Change-Id: I897effa1204a024465d55501c83c542566c4d37c
2017-04-12 10:57:03 -07:00
Dianne Hackborn
0a0a63c8b1
Merge "Add new "work queue" feature to JobScheduler." into oc-dev
2017-04-12 17:55:56 +00:00
Dianne Hackborn
83249ec4f1
Add API to get a uid's current importance.
...
This is kind-of useful to go along with monitoring
uid importance changes.
Test: none yet
Change-Id: Ic0f8418955d17ea21d06f49dcd9641bc5f32387b
2017-04-12 10:54:31 -07:00
Seigo Nonaka
d40151e581
Merge "Remove unused public APIs." into oc-dev
...
am: feaa8b0f01
Change-Id: I7ffbb8a98d342f12304bb85ce45498790363703c
2017-04-12 17:37:54 +00:00
TreeHugger Robot
feaa8b0f01
Merge "Remove unused public APIs." into oc-dev
2017-04-12 17:31:44 +00:00
Dongwon Kang
648e007501
Merge "TIF: add review rating columns to programs" into oc-dev
...
am: bf02434e79
Change-Id: Ia359606a44ce4f08b4460443f803c204845f2c3d
2017-04-12 17:19:53 +00:00
Dongwon Kang
bf02434e79
Merge "TIF: add review rating columns to programs" into oc-dev
2017-04-12 17:12:23 +00:00
Seigo Nonaka
4d9842b7e9
Merge "Introduce FILE_ID for TTC fonts and variation fonts." into oc-dev
...
am: 33aae89f29
Change-Id: I8398ce892052a0c3fd67560d3fab25ed15210ee4
2017-04-12 17:07:53 +00:00
TreeHugger Robot
33aae89f29
Merge "Introduce FILE_ID for TTC fonts and variation fonts." into oc-dev
2017-04-12 16:54:56 +00:00
Svet Ganov
43574b03e5
Add autofill feature API
...
We now have a software feature for autofill which can be used
by partners to disable it on low-end devices or form factors
for which autofill doesn't make sense.
bug:35956220
Test: manual (requires a custom build)
Change-Id: I6c06462ed9ca3ae93331700dce38a8c08dfd0722
2017-04-12 09:53:38 -07:00
Russell Brenner
47af6876f8
Merge "Add hidden SystemApi for two setup wizard actions" into oc-dev
...
am: 27ce8b0d34
Change-Id: If690b190990b1ca49a5efbc1994b8b09b332630e
2017-04-12 16:15:25 +00:00
TreeHugger Robot
27ce8b0d34
Merge "Add hidden SystemApi for two setup wizard actions" into oc-dev
2017-04-12 16:07:26 +00:00
Jean-Michel Trivi
163cdf2fb5
Merge "VolumeShaper: update API, use "Millis" instead of "Ms"" into oc-dev
...
am: 170e3e242b
Change-Id: Ie4784a0933e5113b8069da09683a13f4166bc87e
2017-04-12 15:55:12 +00:00
Jean-Michel Trivi
170e3e242b
Merge "VolumeShaper: update API, use "Millis" instead of "Ms"" into oc-dev
2017-04-12 15:45:58 +00:00
Seigo Nonaka
43c20cf6d4
Introduce FILE_ID for TTC fonts and variation fonts.
...
A single TTC font or variation font can be used for multiple entry
of FontResult. To share the file contents, assign same URI for those.
Bug: 36494487
Test: android.provider.FontsContractTest passes
Change-Id: Ibf24f216179a6481dee1801cd2dfb68c4bb38fac
2017-04-12 07:24:21 -07:00
Seigo Nonaka
5421e81023
Update Typeface.Builder API to reflect API feedback.
...
- Stop pooling and remove reset method.
- Introduce overloaded constructors instead of setSource methods.
- Make italic parameter boolean and treat "not called" as
RESOLVE_BY_FONT_TABLE.
- Remove constants and move them to Typeface with private static
constant.
- Fix JavaDoc.
Bug: 37082657
Test: android.graphics.cts.TypefaceTest passed
Change-Id: I0c50cf3e2d50c0021f7e12bbb7ed7ae89fa1c2a1
2017-04-12 07:12:41 -07:00
Jesse Evans
fc1bfc442c
Rename WEB_ACTION_ENABLED to INSTANT_APPS_ENABLED
...
Renames the instant apps setting to reflect what it is for.
Adds the SystemApi annotation to make this field visible
to the resolver and installer.
Test: existing tests
Change-Id: I1651bb101d69bdfdaa63c004435025c68a33cd8e
2017-04-12 07:00:51 -07:00
Abodunrinwa Toki
9815cc5783
Merge "Make "Paste as plain text" resource string public." into oc-dev
...
am: 7d4cf66b17
Change-Id: I6be7e69dd5b172215494a2736bb7e91e36d7b09c
2017-04-12 09:17:33 +00:00
TreeHugger Robot
7d4cf66b17
Merge "Make "Paste as plain text" resource string public." into oc-dev
2017-04-12 09:12:23 +00:00
Suprabh Shukla
56fa529c28
Merge "Renaming intent action for unknown sources" into oc-dev
...
am: a609bbc9c4
Change-Id: I67e378a818d5fb74e602a32c67eb3299adf36549
2017-04-12 04:45:31 +00:00
Suprabh Shukla
a609bbc9c4
Merge "Renaming intent action for unknown sources" into oc-dev
2017-04-12 04:32:51 +00:00
Jean-Michel Trivi
0dfbd1569d
VolumeShaper: update API, use "Millis" instead of "Ms"
...
Test: make
Bug: 36785428
Change-Id: Ib77ff448bb8454453b1bd39f1491b0189b4ff15b
2017-04-11 19:05:26 -07:00
Julia Reynolds
a38256bb7b
Merge "Allow companion device mgrs channel access" into oc-dev
...
am: de99065a40
Change-Id: I7de72421e62670f69d2d85837868efe0ef019a0a
2017-04-12 01:31:03 +00:00
TreeHugger Robot
de99065a40
Merge "Allow companion device mgrs channel access" into oc-dev
2017-04-12 01:22:52 +00:00
Conrad Chen
081db81a99
Merge "TIF: add TvInputManager methods to notify apps" into oc-dev
...
am: 307bec8572
Change-Id: I3550c39408739e0a3d1fce93cc35b09a3b77d70f
2017-04-12 01:17:00 +00:00
Abodunrinwa Toki
0e65e7346b
Make "Paste as plain text" resource string public.
...
Test: no test
Bug: 37164197
Change-Id: Ia15bd434e1d4ccdf9f1711db3a323c89bc2f96ff
2017-04-12 01:27:09 +01:00
Conrad Chen
307bec8572
Merge "TIF: add TvInputManager methods to notify apps" into oc-dev
2017-04-12 00:25:37 +00:00
Russell Brenner
880994d0db
Add hidden SystemApi for two setup wizard actions
...
ACTION_UPGRADE_SETUP exists as an SdkConstant and is now additionally
tagged as a SystemApi. ACTION_DEVICE_INITIALIZATION_WIZARD is added
as a deprecated SystemApi to appease CTS requirements. Both APIs are
hidden.
Test: cts-tradefed run cts-dev -m CtsSignatureTestCases \
-t android.signature.cts.IntentTest#shouldNotFindUnexpectedIntents
Bug: 33663899
Change-Id: Ib45afbfcbb9a3d3020f11c8b63fc2bcf6fc447a1
(cherry picked from commit 4cd32e5395 )
2017-04-11 23:53:20 +00:00
Brad Ebinger
442d7645a2
Merge "Move @SystemApi access to ImsService" into oc-dev
...
am: 509a311976
Change-Id: I98a548a4a7f2df635d8132a93948ece3fb70be0a
2017-04-11 23:20:16 +00:00
Brad Ebinger
509a311976
Merge "Move @SystemApi access to ImsService" into oc-dev
2017-04-11 23:12:11 +00:00
Amit Mahajan
ef23fff630
Merge "Add p2 option in openLogicalChannel." am: f954f2d5cc am: 7c6fa75512
...
am: 9c113787a4
Change-Id: Iad26507830edceb39433766d7b6e3f0bb708c0e2
2017-04-11 21:50:19 +00:00