Roozbeh Pournader
fa207d6097
Merge "Unhide LocaleList.getAdjustedDefault()" into nyc-dev
2016-03-03 23:46:57 +00:00
Todd Kennedy
dfa93abf2f
Fix javadoc
...
Make referenced constants @SystemApi and change argument name to
match its actual meaning.
bug: 25441401
Change-Id: I4277799b95f394edb4305be05f57437717a86691
2016-03-03 15:24:33 -08:00
Roozbeh Pournader
5a06c663b5
Unhide LocaleList.getAdjustedDefault()
...
Apps/libraries/widgets that wish to display text their own way (think
WebView/Chrome) or do some resource management themselves should be
able to use LocaleList.getAdjustedDefault(), the same way we use it
in Paint and Resources.
Bug: 26988869
Change-Id: I4b6aac7adb5da15459dca92574923f33f0702433
2016-03-03 14:20:52 -08:00
Ji Yang
456b9620f0
Merge "New CarrierMessagingService API for sms filtering" into nyc-dev
2016-03-03 21:10:46 +00:00
Ji Yang
a8c9c6c593
New CarrierMessagingService API for sms filtering
...
Add a new sms filtering method to let the carrier app tell
the platform to keep the message while keep it invisible to
the end user.
BUG: 27292180
Change-Id: I306a7dbde6dcb9929e358b3d1bbda9807ef35943
2016-03-03 13:07:13 -08:00
Dianne Hackborn
ef1971ffc5
Merge "Add APIs to find out the time when a process was created." into nyc-dev
2016-03-03 19:47:56 +00:00
Jeremy Joslin
b94df9db50
Merge "Revert "New systemapi to mark a wifi network as metered."" into mm-wireless-dev
...
am: 3f7314e331
* commit '3f7314e3310fbaddc984ae3218f7bb22f13cda11':
Revert "New systemapi to mark a wifi network as metered."
2016-03-03 16:54:28 +00:00
Jeremy Joslin
3f7314e331
Merge "Revert "New systemapi to mark a wifi network as metered."" into mm-wireless-dev
2016-03-03 16:49:28 +00:00
Lajos Molnar
4ab9756906
Merge "media: Add track ID format key" into nyc-dev
2016-03-03 16:14:26 +00:00
Lajos Molnar
6ef0ac3278
media: Add track ID format key
...
Bug: 25684127
Change-Id: I574515c3c144f5cabe4f40d934d062de1dd20851
2016-03-03 16:12:52 +00:00
Narayan Kamath
34bfcf1fdf
Track libcore change 2c423c81bfa731df2577a.
...
Also includes a regenerated test-current.txt.
bug: 27423298
(cherry picked from commit a1becdc698 )
Change-Id: Iaa385947af79cee7b0fa1cde10d106411e2f67d2
2016-03-03 11:41:36 +00:00
Dianne Hackborn
d98885c128
Add APIs to find out the time when a process was created.
...
Change-Id: Id0d12c377f278fec6e31a98eab0c865a23c006ec
2016-03-02 17:40:52 -08:00
Chris Tate
d493ed6c0c
Merge "Add API to clear a specific wallpaper" into nyc-dev
2016-03-03 01:30:35 +00:00
Christopher Tate
79a2457e19
Add API to clear a specific wallpaper
...
There was previously no public API for clearing the keyguard wallpaper
versus the system wallpaper, or both. Now there is.
Bug 27400185
Change-Id: If1789dd430040acdf16d77413c0e4b46bf3789f3
2016-03-02 17:05:25 -08:00
Lifu Tang
99a4966ed7
Merge "Addressed the review comments from API Council" into nyc-dev
2016-03-03 00:48:39 +00:00
Lifu Tang
76a620f048
Addressed the review comments from API Council
...
Following are the review comments from API Council:
(Places below that reference "s/foo/bar/" below are suggesting that "foo" be
replaced with "bar".)
GnssClock
-- Class docs should not refer to "GPS" at the top level
-- s/InNs/Nanos/
-- s/Sec/Second/
GnssMeasurement
-- s/In// for "InUnitname"
-- s/Sec/Second/
-- s/Ms/Millis/
-- s/Deg/Degrees/
-- STATUS_GPS_LOCATION_DISABLED -> STATUS_GNSS_LOCATION_DISABLED
GnssMeasurementsEvent.Callback
-- "returns" -> "reports" in the method docs as the methods return void
LocationManager
-- register/unregisterGnssMeasurementEventCallback ->
register/unregisterGnssMeasurementsEventCallback (plural)
GnssNavigationMessage
-- MESSAGE_TYPE_ constants -> change to just TYPE_; the "MESSAGE" is redundant
with the class name
-- is a signed byte/short ok based on the standard here? If not consider using
int in the public api
GnssStatus
-- Make sure @IntDef exists for the constellation type
-- Please append unit types for values returned to match GnssMeasurement methods
GnssStatusCallback
-- Please document time base/units for the time parameter of onFirstFix
Bug: 27385557
Change-Id: Ifed6a2eca3fd7ba89b3ded6964a70376235af8f4
2016-03-02 16:41:47 -08:00
Jeremy Joslin
e9e6083ee1
Revert "New systemapi to mark a wifi network as metered."
...
This reverts commit 7a598d3d80 .
Change-Id: Ib6b9081ee4ded7582fb90d7a9066de95ab221f61
2016-03-02 22:16:27 +00:00
Keun-young Park
98e386f650
Merge "Revert "Revert "make isUiModeLocked, isNightModeLocked test api""" into nyc-dev
2016-03-02 17:12:42 +00:00
Narayan Kamath
94825a16e0
Track libcore change 2729b8c4d26170.
...
test-current.txt was regenerated on nyc-dev.
bug: 27423298
(cherry picked from commit b16a96538a )
Change-Id: Ieba7afaff407a421d3c2430f243151857cb42f97
2016-03-02 14:18:30 +00:00
Keun-young Park
078f9b9813
Revert "Revert "make isUiModeLocked, isNightModeLocked test api""
...
This reverts commit 92373d23ee .
Change-Id: Idf0c3f1d3bed522142f8af3526effe813664d89f
2016-03-02 02:18:19 +00:00
Jeff Sharkey
fa6a1bc755
Sometimes to step forward, we need to go back. [2/2]
...
Change-Id: Iccabb95530a6e3c3950cb9a8dfe84e75354d2f5f
2016-03-01 17:36:23 -07:00
Jeff Sharkey
9ad443f59c
Sometimes to step forward, we need to go back. [1/2]
...
Change-Id: Ibff95298dc2e6c09675018ad0c45506589b6312a
2016-03-01 17:28:36 -07:00
Svetoslav Ganov
6cc1ba8e17
Merge "API for safe label to present in the UI" into nyc-dev
2016-03-01 23:42:20 +00:00
Anna Galusza
2e36a9e1c7
Merge "Throw exception from SoftKeyboardController if connection is dead and declare SHOW_MODE_AUTO and SHOW_MODE_HIDDEN in AccessibilityService class. Bug: 27364143" into nyc-dev
2016-03-01 23:39:09 +00:00
Keun-young Park
8486706aff
Merge "Revert "make isUiModeLocked, isNightModeLocked test api"" into nyc-dev
2016-03-01 22:59:14 +00:00
Keun-young Park
92373d23ee
Revert "make isUiModeLocked, isNightModeLocked test api"
...
This reverts commit b493a7dffe .
Change-Id: I651b7ee5b9ca5d7fa1cde1c625bbaa585e186544
2016-03-01 22:58:15 +00:00
Svetoslav Ganov
aa8b0d74f4
API for safe label to present in the UI
...
bug:23531798
Change-Id: Ic3e0ed3db11445dbc5e562ca1a91b181ec5f2553
2016-03-01 14:31:39 -08:00
Dongwon Kang
9cd89a403e
Merge "TIF: Address API review comments" into nyc-dev
2016-03-01 22:11:47 +00:00
Anna Galusza
3204251a4a
Throw exception from SoftKeyboardController if connection is dead and declare
...
SHOW_MODE_AUTO and SHOW_MODE_HIDDEN in AccessibilityService class.
Bug: 27364143
Change-Id: I02c23fbfab1eae8b2a155b1d9c3857e4eb6addb1
2016-03-01 12:40:19 -08:00
Todd Kennedy
4f858aaa5a
Merge "Revert "Revert "Remove deprecated methods / classes""" into nyc-dev
2016-03-01 20:39:59 +00:00
Jakub Pawlowski
ecc873d5ee
Merge "Hide android.bluetooth.OobData" into nyc-dev
2016-03-01 20:04:34 +00:00
Abhijith Shastry
35293d2ff7
Merge "Add deprecated annotation to launchManageBlockedNumbersActivity API." into nyc-dev
2016-03-01 19:56:06 +00:00
Jakub Pawlowski
b73ebc88d9
Hide android.bluetooth.OobData
...
Bug: 27385555
Change-Id: I1767909ca17b1b23a2f23ea4a5b4a02cc52eecde
2016-03-01 11:00:33 -08:00
Keun-young Park
63f2c9b0cb
Merge "make isUiModeLocked, isNightModeLocked test api" into nyc-dev
2016-03-01 18:37:57 +00:00
Dongwon Kang
b55c7517ba
TIF: Address API review comments
...
Bug: 27386052
Change-Id: I242819e0817723e247b8fe646d534899ab50af76
2016-03-01 10:03:58 -08:00
Przemyslaw Szczepaniak
933c1d48bc
Track change 02072325e0133d78cc575732a0762ed3da0242a7
...
Bug: 27404545
Change-Id: I51b1e7239d456f0ec1d0bdc6b54761aeb44368d9
2016-03-01 17:22:07 +00:00
Narayan Kamath
24825ff421
Regenerate API after b8f53ee812.
...
bug: 26704777
Change-Id: Ib448d90fdf0200d77df9cbb8930a904fbe3374ca
2016-03-01 17:18:58 +00:00
Ronghua Wu
78614f7714
Merge "media: define HEVCProfileMain10HDR10" into nyc-dev
2016-03-01 16:35:22 +00:00
Todd Kennedy
a67932374d
Revert "Revert "Remove deprecated methods / classes""
...
This reverts commit 5cbeb59026 .
Change-Id: Id96010364d65e6131221ebbcc8ce5889a2da256c
2016-03-01 07:19:33 -08:00
Julia Reynolds
2319dd3a66
Merge "Api review: AutomaticZenRule" into nyc-dev
2016-03-01 15:05:36 +00:00
Abhijith Shastry
6701be428c
Add deprecated annotation to launchManageBlockedNumbersActivity API.
...
BUG: 27364137
Change-Id: I0c5c05042e6bc05a605613bde7ba3c579c1858ed
2016-02-29 16:31:12 -08:00
Abhijith Shastry
b7ed5b074d
Merge "Updates to BlockedNumberContract from API review." into nyc-dev
2016-03-01 00:08:01 +00:00
Jeff Sharkey
753c347efd
Merge "Parcelable classes should always be final." into nyc-dev
2016-03-01 00:02:43 +00:00
Jeff Sharkey
50d1c044b5
Parcelable classes should always be final.
...
Also hide ConnectivityMetricsEvent which isn't being used yet.
Bug: 27415331
Change-Id: Iacdccddda504f3f669185f807b4f35b8dc2b0212
2016-02-29 16:46:09 -07:00
Abhijith Shastry
575a9492bb
Updates to BlockedNumberContract from API review.
...
Javadoc updates are also included.
BUG: 27364137
Change-Id: Id99b5c0fadd2a62a33217b44c7f30dd2f3beb9be
2016-02-29 15:44:05 -08:00
Pablo Ceballos
86a27f343c
Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-dev
2016-02-29 22:58:56 +00:00
Abhijith Shastry
1ce163fe34
Merge "Add new API to create an intent to manage blocked numbers." into nyc-dev
2016-02-29 20:23:21 +00:00
Abhijith Shastry
a26fe99b1e
Add new API to create an intent to manage blocked numbers.
...
This replaces the launchManageBlockedNumbersActivity API.
BUG: 27364137
Change-Id: I5d5a20d25f0dea8b8e0e998b51f80658ff404e2c
2016-02-29 11:53:43 -08:00
Ruben Brunk
b77f9ec93a
Merge "Revert "DO NOT SUBMIT: Hide VR features for preview."" into nyc-dev
2016-02-29 19:50:37 +00:00
Ruben Brunk
e5d76e8276
Revert "DO NOT SUBMIT: Hide VR features for preview."
...
This reverts commit cfa66a2a45 .
Change-Id: Ibf36092205b14c29935d1f28be5f5b5f64b1d16c
2016-02-29 19:50:15 +00:00