Andrew Lee
921ec8056a
Merge "Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs."" into lmp-dev
2014-07-22 16:29:55 +00:00
Andrew Lee
1995a6b58b
Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs."
...
This reverts commit 080b1f58eb877e1ac375768c6f951cc61a3cdbae.
Change-Id: I0dc963b3f4efe1479a7a94b8d851b89d15480d17
2014-07-22 22:42:10 +00:00
Andrew Lee
a93e06bd64
Don't throw RemoteException in public RemoteCallVideoClient APIs.
...
- Hide constructor.
- No longer implements IBinder.DeathRecipient.
- Catch RemoteExceptions instead of throwing RemoteExceptions.
Change-Id: Id666818b868c61f17b0701e4590d4e36f12c7b01
2014-07-22 12:09:38 -07:00
Andrew Lee
8d7f8a253d
Merge "Don't throw RemoteException in public RemoteCallVideoClient APIs." into lmp-dev
2014-07-22 16:13:36 +00:00
Alan Viverette
b97326f067
Make toolbarStyle public
...
BUG: 16486273
Change-Id: I2a9f3dbac536307cdd87ea0c50801c80ae96cd94
2014-07-22 14:05:46 -07:00
Alan Viverette
cd73d1adda
Merge "Add popupTheme attr, propagate from ActionBar to ToolBar" into lmp-dev
2014-07-22 16:29:55 +00:00
Alex Klyubin
fcd8b20e09
Align PSKKeyManager with framework API style.
...
This CL adjusts android.net.PSKKeyManager as follows:
* Renamed to PskKeyManager to follow naming conventions.
* Changed from interface to abstract class with default
implementations for all methods.
Bug: 16403305
Bug: 15073623
Change-Id: Iefce26b394d4a753412315dad554b5342f3f0b44
2014-07-22 19:51:34 +00:00
Alan Viverette
22a117d1b6
Add popupTheme attr, propagate from ActionBar to ToolBar
...
BUG: 16347549
Change-Id: I934ec2469f8c136f750e2e2cf9b333e229393ac3
2014-07-22 19:34:30 +00:00
George Mount
ad88e1b1b2
API Council: Change docs and constant names.
...
Bug 16401545
Changed doc for ChangeImageTransform.
Changed IN/OUT to MODE_IN/MODE_OUT.
Changed mode to flag attribute.
Change-Id: Ia2ae9930f9725871c9b1d80b758a3a0808a8f0c6
2014-07-22 17:29:14 +00:00
Sandeep Siddhartha
6daae96226
AlwaysOnHotwordDetector needs to reflect enrollment changes
...
Add a callback for when any sound model change happens. This helps the VIS
to re-check the availability and either enroll the user, or start/stop recognition.
Also shut down any active recognition when VIS dies, or a different hotword detector instance is obtained from VIS.
Change-Id: I03f94e78c6ee307afe822a84aebc7e74c64de7b4
2014-07-22 09:16:18 -07:00
John Spurlock
1fa865f396
New NotificationListenerService listener flags api.
...
Give activated listeners the ability to request changes to
listener-level or host-level state.
Currently this consists of the ability to suppress notification alerts
(alerts = the haptic / audio feedback of a notification).
Bug:15888672
Change-Id: I045e3b99d1f15e3f96ebaf17d3083a97e02ecb42
2014-07-22 07:24:22 -04:00
Dongwon Kang
9f7c25ebeb
Merge "TIF: Revisit types in TvInputInfo and TvContract.Channels." into lmp-dev
2014-07-17 22:03:23 +00:00
Dongwon Kang
fe9259e6a7
TIF: Revisit types in TvInputInfo and TvContract.Channels.
...
For the types in TvInputInfo, TYPE_TUNER represents all the TV inputs
having channels in TvProvider. Also, String is used for the types in
TvContract.Channels for further extension.
Change-Id: Iee1163b449d9f9723ff665178f2967bb8c0ad71d
2014-07-22 16:58:51 +09:00
Dianne Hackborn
dc2cfff87c
Merge "Add permissions associated with app ops." into lmp-dev
2014-07-19 22:40:06 +00:00
Dianne Hackborn
33f5ddd1be
Add permissions associated with app ops.
...
Change-Id: I575ad7a3ceea59486ca601f69760b14f6269511d
2014-07-21 20:15:59 -07:00
Alan Viverette
4f64c04850
Clean up view tinting APIs, tileModeX/Y attribute docs
...
BUG: 16400590
BUG: 16403307
Change-Id: Ie924815a39eb0e683d1982b08ec478ed3edbfb7b
2014-07-22 01:03:58 +00:00
Jean-Michel Trivi
0d964e77b9
Merge "Unhide SoundPool builder with AudioAttributes" into lmp-dev
2014-07-21 15:42:19 +00:00
Jean-Michel Trivi
fb52139bd8
Unhide SoundPool builder with AudioAttributes
...
Change-Id: I9ec6ca310a342f72cc1a0de5d93fe650b0ca2125
2014-07-21 16:00:43 -07:00
Amith Yamasani
9c44933958
API Review: Improvements to RestrictionsManager API
...
Use an activity intent for local approval instead of a type.
Use PeristableBundle instead of Bundle.
Pass requestId as an explicit argument in cases where it's required.
Bug: 16400892
Change-Id: Id882033f17c39aa9cd63a7eeb73bb7b51f98cf5b
2014-07-22 00:03:39 +00:00
Jean-Michel Trivi
79bf7284b9
Merge "New MediaFormat keys for AAC" into lmp-dev
2014-07-21 15:42:19 +00:00
Jean-Michel Trivi
a8a3f55865
New MediaFormat keys for AAC
...
Decoder:
KEY_AAC_DRC_ATTENUATION_FACTOR
KEY_AAC_DRC_BOOST_FACTOR
KEY_AAC_DRC_HEAVY_COMPRESSION
KEY_AAC_DRC_TARGET_REFERENCE_LEVEL
KEY_AAC_ENCODED_TARGET_LEVEL
KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT
Encoder:
KEY_AAC_SBR_MODE
Change-Id: I69abe01add135875446914134d93a58815992e07
2014-07-21 16:47:34 -07:00
Yorke Lee
3818a89220
Expose call settings as public API (1/3)
...
Other settings activities like wifi settings, mobile network settings
etc are all accessible by third party apps via public intents, so
make CallFeaturesSettings similarly available.
Bug: 16298644
Change-Id: Ia615797e20f396a38fe382f3a2d54ec41c5249ef
2014-07-21 16:10:08 -07:00
Amith Yamasani
e5bcff624f
Rename setApplicationBlocked to setApplicationHidden
...
This corrects the expected behavior of the app state. Hidden apps
can be installed by the store to be brought out of hidden state.
Bug: 16191518
Change-Id: Id128ce971ceee99ba1dea14ba07ce03bd8d77335
2014-07-21 22:18:40 +00:00
Yao Chen
e3504260b9
Merge "Updated media browsing API & tests." into lmp-dev
2014-07-18 22:16:50 +00:00
Youngsang Cho
82992fb791
Add season/episode related constants in TvContract.Programs
...
Change-Id: I8d89157b1fbfea062bba73e2534ab0a27112f010
2014-07-21 21:20:27 -07:00
Yao Chen
17d47989ee
Updated media browsing API & tests.
...
Change-Id: I3a1e3eead99a98b1890e05843dd90203cee517b7
2014-07-21 21:14:43 -07:00
Andrew Lee
faa0f30a58
Merge "Add video call profile constructor which takes video state only." into lmp-dev
2014-07-19 22:40:06 +00:00
Andrew Lee
055e5a227b
Add video call profile constructor which takes video state only.
...
Bug: 16014280
Change-Id: I218256ae1e20783084412758cf5a44f7f5dec52e
2014-07-21 12:20:56 -07:00
Andrew Lee
054c6d965f
Catch RemoteException when setting the camera or zoom.
...
Bug: 16014280
Change-Id: I7542a0f294929fac589260ab596730d89948c89e
2014-07-21 12:03:16 -07:00
Santos Cordon
d1c344e412
Revert "Change display Strings to CharSequence (1/2)"
...
This reverts commit b5e0084414258ff294e7d94bcf9f8492f8ab2d25.
Change-Id: I095483414f5e0076c0967b6f1955a0fe71f2b8d9
2014-07-21 18:43:35 +00:00
RoboErik
edb158f55f
Deprecate apis that were replaced by sessions
...
These classes all have new components in the session APIs.
bug:16218444
Change-Id: Ib64ff0e23503e4c9eb2fd9162a878e1eaba7c4df
2014-07-21 18:26:42 +00:00
Santos Cordon
9cc383353e
Change display Strings to CharSequence (1/2)
...
Bug: 16416927
Change-Id: I81cd3572f3931cd97611621a1db12bea165bda56
2014-07-21 18:05:52 +00:00
Craig Mautner
1716baa6d3
Merge "Rename flag and attribute per API council" into lmp-dev
2014-07-21 15:42:19 +00:00
Craig Mautner
7f72f53704
Rename flag and attribute per API council
...
ActivityInfo.DO_NOT_PERSIST => PERSIST_NEVER.
android:persistableMode="doNotPersist" => "persistNever".
Fixes bug 16400594.
Change-Id: I94d25f7d2e3dc453b1251c89bce8c210a65dc331
2014-07-21 10:07:12 -07:00
Niels Egberts
1d44e0ccec
New TtsSpan builders for money, electronic and telephone.
...
Change-Id: Idb6a66725395dbd665e17c00678901d54b4b1753
2014-07-21 11:17:49 +01:00
Santos Cordon
f29511043e
Change telecomm APIs from protected to public (1/3)
...
Bug: 16416927
Change-Id: I859c80a120fa59bba12a5c6bfca17fa57613a6aa
2014-07-21 06:19:35 +00:00
Jesse Hall
19eb5cb80e
Merge "Add FEATURE_OPENGLES_EXTENSION_PACK_ES31A" into lmp-dev
2014-07-20 04:41:30 +00:00
Santos Cordon
5c6fa95e37
Move ACTION_CONNECTION_SERVICE into ConnectionService. (1/3)
...
Bug: 16416927
Change-Id: If2d1c19134d2245677f7e0b3d94b118d9b50e751
2014-07-21 01:43:30 +00:00
Evan Charlton
a37cb8b6e3
Merge "@hide CAPABILITY_CALL_PROVIDER" into lmp-dev
2014-07-18 22:16:50 +00:00
Evan Charlton
7800fb7518
@hide CAPABILITY_CALL_PROVIDER
...
Until this API is fleshed out, leave ourselves room to tweak it.
Change-Id: Iddedb629d6fa02a56cd2041686dbe54ea5e4793b
2014-07-20 18:18:23 -07:00
Santos Cordon
88b771d8cd
Rename InCallCall to ParcelableCall (1/2)
...
Bug: 16416927
Change-Id: Iae97d83ce74b4395d6877cc167d7e5057dac201b
2014-07-21 01:15:32 +00:00
Jesse Hall
7f51706265
Add FEATURE_OPENGLES_EXTENSION_PACK_ES31A
...
Bug: 15593761
Change-Id: Id1865cbf27c98a611cc6414fe47ee979c1d7cee2
2014-07-18 14:24:36 -07:00
Youngsang Cho
6f306e21f4
Merge "TIF: Add unblock content" into lmp-dev
2014-07-17 21:58:28 +00:00
Youngsang Cho
427f74293b
Merge "TIF: Add onInputAdded and onInputRemoved" into lmp-dev
2014-07-18 18:24:25 +00:00
Jaewan Kim
903d6b72cd
TIF: Add unblock content
...
When a TV content is blocked by the parental control settings,
TV input service will notify TV to request user's PIN code verification.
If the verification succeeds, TV input service will be notified back
that content is unblocked so it can keep playing the content.
Bug: 13172379
Change-Id: I7b31d762eb54612c4d8779ee133211f32fb73b05
2014-07-18 11:11:38 -07:00
Jaewan Kim
8e6b51b0fb
TIF: Add onInputAdded and onInputRemoved
...
Bug: 16166859
Change-Id: I51bd87aded3e8619e36be200009e924e73cd348e
2014-07-18 15:35:25 +09:00
Evan Charlton
2c4b812a29
Merge "Rename setDestroy() to destroy()" into lmp-dev
2014-07-17 21:15:46 +00:00
Evan Charlton
36a713431c
Rename setDestroy() to destroy()
...
Change-Id: I6bb46e679f55547b902d5850ab450e5d3818fa63
2014-07-20 15:20:29 -07:00
Santos Cordon
40075c7cdd
Merge "Change incoming call intent to a TelecommManager method. (1/3)" into lmp-dev
2014-07-19 22:40:06 +00:00
Santos Cordon
96efb488af
Change incoming call intent to a TelecommManager method. (1/3)
...
Also moves a few constants from TelecommConstants to TelecommManager.
Bug:16416927
Change-Id: I8e74feb228523ed1c186b2f06784d04cb9141f86
2014-07-20 17:41:08 -07:00