Peng Xu
370985d00a
[Sensor] Add a constant to match native header
...
This CL add private sensor type base constant to java file to match
C header file.
It is defined that all vendor sensor types have to be >= 0x10000.
There is a constant in sensor.h for reference. However, there is
no such constant defined in Sensor.java before. This CL adds it.
Change-Id: Ia8f8c06583c62879e51779815051c346f1a9cd14
(cherry picked from commit 1795e14dab )
2016-03-23 17:51:02 +00:00
Abodunrinwa Toki
ae64758edd
Merge "Replace Settings.ACTION_KEYBOARD_LAYOUT_SETTINGS with Settings.ACTION_HARD_KEYBOARD_SETTINGS" into nyc-dev
2016-03-23 16:02:36 +00:00
Abodunrinwa Toki
07177140e4
Replace Settings.ACTION_KEYBOARD_LAYOUT_SETTINGS with Settings.ACTION_HARD_KEYBOARD_SETTINGS
...
Bug: 26943892
Change-Id: I1eb6bd7a9e816190b96dc1516d5874eb966385a4
2016-03-22 17:12:22 +00:00
Joachim Sauer
d76fe896d4
Hide general utility methods in ICU4J.
...
Bug: 22023363
Change-Id: I1d1624b4846fba7855fa7273fa34646c85369b56
2016-03-22 16:07:26 +00:00
Paul Duffin
c108dea0bb
ICU4J: Removed a couple of useless or internal methods from API
...
Bug: 22023363
Change-Id: Iaa0b4335ad50bbad2ad87ab5b70834a602f50422
2016-03-22 15:55:01 +00:00
Paul Duffin
d7ec6e5a8e
Merge "ICU4J: Update API for using civil version of IslamicCalendar" into nyc-dev
2016-03-22 15:53:50 +00:00
Tony Mak
8673b2899e
Revert getUserInfo change and add isManagedPorfile(int userId)
...
Bug: 26469166
Change-Id: I60b70170ddc80432fc8f638b1f63c4e9f5212785
2016-03-22 15:26:05 +00:00
Paul Duffin
74a8e08d59
ICU4J: Update API for using civil version of IslamicCalendar
...
Bug: 22023363
Change-Id: I1a3d25be65f9f69767cc32df1b768700e30463cf
2016-03-22 13:46:38 +00:00
Jakub Pawlowski
390dced18a
Update api/test-current.txt
...
Change-Id: I1fa444fbe874862e6296ee6a9751c39a0cbc4b7a
2016-03-21 20:34:05 -07:00
Jakub Pawlowski
bf0faed359
Change how services are passed up to the stack
...
Right now we pass all services, characteristics and descriptors one by one.
This patch changes that - now we pass whole GATT database at once.
Bug: 27455533
Change-Id: Ie42cd80072538e411904b9c9b011a978f26158b9
2016-03-21 19:58:27 -07:00
Christopher Tate
e409f0e462
Add API to read the current wallpaper's ID
...
Also regularize cross-user call handling throughout.
Bug 27743435
Change-Id: Ibc530d0576d657723a613888357a6ea71b482763
2016-03-21 15:32:57 -07:00
Tyler Gunn
dfc1ee0162
Merge "Correct naming issues with video calling carrier config items." into nyc-dev
2016-03-21 18:37:09 +00:00
Tenghui Zhu
68e5b9601a
Merge "API review: Hide ComplexColor and GradientColor" into nyc-dev
2016-03-21 18:19:54 +00:00
Teng-Hui Zhu
e03c469fd4
API review: Hide ComplexColor and GradientColor
...
b/27532267
Change-Id: I01582e067ec8f4897c34dcec0f7c14700c40e02b
2016-03-21 11:09:16 -07:00
Siyamed Sinir
6eccafd339
New Linkify.addLinks function with set of known schemes
...
A new addLinks function is added that accepts a default scheme and a
set of known schemes. Default scheme is applied whenever the link found
does not start with one of the given known schemes.
Moreover, previously JavaDoc for addLinks functions with a single scheme
parameter described that the scheme attribute will be prepended to the
links that do not have 'a' scheme. The code actually checks if the link
starts with the given scheme and prepends if not. JavaDoc updated
accordingly.
Bug: 26985901
Change-Id: I94ea81dcf83ba7a6b6cd47c10fe8fb277964eb15
2016-03-21 10:27:31 -07:00
Victor Chang
d3c0cf50b6
Merge "Api change of DPM.setApplicationRestrictionsManagingPackage()" into nyc-dev
2016-03-21 13:08:14 +00:00
Polina Bondarenko
eb84552ef0
Added skin temperature, thresholds to HardwarePropertiesManager
...
Bug: 27425887
Change-Id: I13f69ae37906b71d93edbf6bea6daf809d97cfd5
2016-03-19 10:49:18 +00:00
Ruben Brunk
c7354fe2d4
Notify VrListenerService when VR activity changes.
...
Bug: 27536964
Bug: 22855417
Change-Id: I67e1f8e6595332b3d768a99735bbd5fd38dffdc9
2016-03-18 16:00:38 -07:00
Julius D'souza
77e645123f
Merge "CTS: Add @hide annotations to several @IntDef elements" into nyc-dev
2016-03-18 19:53:56 +00:00
Julius D'souza
2b67c07d82
CTS: Add @hide annotations to several @IntDef elements
...
Bug: 27232186
Change-Id: Idd70359e22606a5ff21dfaffd119528cedd08b5a
2016-03-18 12:18:18 -07:00
Greg Kaiser
6ba60e6049
ContextHubManager: Rename Callback class.
...
Since this Callback class is scoped within ContextHubManager, we
remove the redundant ContextHub from the name. This CL is just
a rename and should not modify any behavior.
Change-Id: I40fea3ab7b5312d32a6f22b7543669ed563b9992
2016-03-18 10:29:29 -07:00
Victor Chang
cd14c0a9da
Api change of DPM.setApplicationRestrictionsManagingPackage()
...
Throws NameNotFoundException instead of IllegalArgumentException
Can't throw NameNotFoundException directly from DPMS as
aidl doesn't support checked exception
Bug: 27532565
Change-Id: I202721f41057f92ad2dd851d4769ba4502a8f9b3
2016-03-18 16:44:21 +00:00
Jeff Sharkey
2a4e495448
Merge "Update direct boot related documentation." into nyc-dev
2016-03-18 16:32:16 +00:00
Phil Weaver
b2cc929657
Merge "Update a11y gesture and magnification APIs." into nyc-dev
2016-03-18 15:52:29 +00:00
Przemyslaw Szczepaniak
438bd65041
Merge "Track libcore change (cherry picked from commit 5bad107355d440409eea313b60c40bc32c12e295)" into nyc-dev
2016-03-18 14:43:27 +00:00
Przemyslaw Szczepaniak
4f9462669e
Track libcore change (cherry picked from commit 5bad107355d440409eea313b60c40bc32c12e295)
...
Bug: 27692239
Change-Id: I317bed961b861b8d1e0f8b17fc1ce2fa043baea9
2016-03-18 14:42:05 +00:00
Alan Viverette
bb09b7bf59
Merge "Clean up docs, attrs, and APIs for PopupWindow enter/exit transitions" into nyc-dev
2016-03-18 14:18:28 +00:00
Alan Viverette
1e940dc2d1
Clean up docs, attrs, and APIs for PopupWindow enter/exit transitions
...
Bug: 27654124
Change-Id: I9a323eeea464b4b9ca6111ef47192fdbcc5bca24
2016-03-18 09:55:10 -04:00
Przemyslaw Szczepaniak
2c83702aa2
Track libcore change ff18b5f136f92154f2e05217e3953d10f459e561
...
Bug: 27692239
Change-Id: I2f8e436452d707bb9739a5d89fe1002442ac230d
2016-03-18 12:46:05 +00:00
Gustav Sennton
eedcdb0452
Merge "Remove WebView-package-being-replaced logic from WebViewUpdateService." into nyc-dev
2016-03-18 10:52:34 +00:00
Jeff Sharkey
cf3f0a11a8
Update direct boot related documentation.
...
Also hide a few APIs as requested by council. Add a method to
easily determine if a given File would already be encrypted at rest
by the OS.
Bug: 27531029
Change-Id: Icad5f1cd56411ad3ac707db85fd7449acdcc4b94
2016-03-17 19:58:05 -06:00
Phil Weaver
6fdd3afdcc
Merge "Treat accessibility actions as user activity" into nyc-dev
2016-03-17 22:19:17 +00:00
Dongwon Kang
62b5ec7651
Merge "TIF: Remove TvInputManager.Session from system API" into nyc-dev
2016-03-17 22:01:04 +00:00
Jeff Sharkey
a0a58a2fd5
Merge "Refactoring FBE APIs based on council feedback." into nyc-dev
2016-03-17 22:00:26 +00:00
Jeff Sharkey
8a372a0a28
Refactoring FBE APIs based on council feedback.
...
Mostly consists of removing the word "encryption" from most APIs,
since we can't actually make promises about the data being encrypted.
Bug: 27531029
Change-Id: Iace9d7c4e64716abf86ed11847c40f3947e1d625
2016-03-17 14:49:08 -06:00
Gustav Sennton
26c82fff09
Remove WebView-package-being-replaced logic from WebViewUpdateService.
...
The replacing-logic tries to handle packages being uninstalled while
being replaced. This can't be handled through listening to
package-replaced intents since those can be delivered long after the
actual problem occurs.
Bug: 27605997
Change-Id: Iba8e546a5bba1ceb6226d4edb71db088c81ae1a9
2016-03-17 20:29:43 +00:00
Dongwon Kang
841ad718c1
TIF: Remove TvInputManager.Session from system API
...
Originally this API is expected to be used some use cases which don't
fit TvView well. e.g. background recording. Removing this from system api
in favor of TvRecodingClient which is introduced in N.
Bug: 25726241
Change-Id: If45fc3e2c5382e7b9e8abf42effebd76fd84b25d
2016-03-17 13:08:18 -07:00
Lifu Tang
275b4499bc
Merge "Removed unused methods from GnssMeasurement" into nyc-dev
2016-03-17 19:23:40 +00:00
Jeremy Joslin
30db6d9325
Add a meteredHint to ScoredNetwork.
...
am: 85870d6
* commit '85870d63749b34aed7ad47ae288aebe6d11d8724':
Add a meteredHint to ScoredNetwork.
2016-03-17 18:48:59 +00:00
Selim Gurun
ed738393af
Merge "Revert "Revert "Add some View methods overrides and WebViewDelegate interfaces.""" into nyc-dev
2016-03-17 18:27:54 +00:00
Jeremy Joslin
85870d6374
Add a meteredHint to ScoredNetwork.
...
API changes to allow a meteredHint to be passed
from a network scorer through to the wifi subsystem.
BUG:27702356
Change-Id: Ic466852d855af54c1754c4663388f24f54ed0691
2016-03-17 10:48:36 -07:00
Chris Tate
943c68ae06
Merge "Lower the minimum period for periodic jobs to 15 minutes" into nyc-dev
2016-03-17 17:13:12 +00:00
Phil Weaver
da80d676c7
Treat accessibility actions as user activity
...
Resurrecting ag/665912.
Bug: 19531976
Change-Id: Ibdddd507215e61b9f4313c36eab8845e9940a7ac
2016-03-17 10:09:39 -07:00
Shubham Ajmera
b108871820
Merge "Port OpenJDK 8 java.util.Arrays#setAll methods" into nyc-dev
2016-03-17 16:57:48 +00:00
Shubham Ajmera
d6db1c31bf
Port OpenJDK 8 java.util.Arrays#setAll methods
...
and add tests
Bug: 27540010
(cherry-picked from commit 8586ec5f15 )
Change-Id: I18f502caabc2f140fa503a0b03e9d6e310b4246c
2016-03-17 16:47:41 +00:00
Todd Kennedy
ce71deefca
Merge "update "dont kill" api" into nyc-dev
2016-03-17 15:58:24 +00:00
Richard Coles
3df6390d2b
Merge "Load WebView library into the right classloader namespace." into nyc-dev
2016-03-17 12:52:22 +00:00
Rubin Xu
c7605b838b
Merge "Unifying method names and comments to security logging, not device logging" into nyc-dev
2016-03-17 11:23:55 +00:00
Sunny Goyal
60dbc35784
Merge "Adding a default implementation for the new Window.Callback method" into nyc-dev
2016-03-17 01:50:09 +00:00
Selim Gurun
e319dadaa9
Revert "Revert "Add some View methods overrides and WebViewDelegate interfaces.""
...
This reverts commit 7ef5429637 .
Change-Id: I03a27148a1df5baf12fb89bca77dcb55a47b6be2
2016-03-17 01:41:14 +00:00