George Burgess IV
0d0ccb0c19
Merge "Fix memory-leak warnings from the static analyzer" am: 2006bfc9ad
...
am: 43fd84a03c
Change-Id: Id2b577a021a3163d9f489235bf7f76c5f5ae527e
2017-03-01 01:58:36 +00:00
George Burgess IV
43fd84a03c
Merge "Fix memory-leak warnings from the static analyzer"
...
am: 2006bfc9ad
Change-Id: I2efd6e42c72d3163505a23e8a95e45526a5ef642
2017-03-01 01:53:27 +00:00
Treehugger Robot
2006bfc9ad
Merge "Fix memory-leak warnings from the static analyzer"
2017-03-01 01:45:52 +00:00
Hall Liu
f000639f82
Merge "Add @hide to RttAudioMode IntDef" am: 22af0f3377
...
am: c284379659
Change-Id: I892dd9f7c070aade5962b53277a860a55ed237ea
2017-03-01 01:05:58 +00:00
Hall Liu
c284379659
Merge "Add @hide to RttAudioMode IntDef"
...
am: 22af0f3377
Change-Id: Ifdfdf7ced2f88188314475c99dd58cdf886f014d
2017-03-01 01:01:29 +00:00
Hall Liu
22af0f3377
Merge "Add @hide to RttAudioMode IntDef"
2017-03-01 00:51:38 +00:00
George Burgess IV
18f307aed3
Fix memory-leak warnings from the static analyzer
...
Warnings:
frameworks/base/core/jni/android_view_InputChannel.cpp:145:5: warning:
Potential memory leak
jobject serverChannelObj =
android_view_InputChannel_createInputChannel(env,
^~~~~~~~~~~~~~~~~~~~~~~~
frameworks/base/core/jni/android_view_InputChannel.cpp:151:5: warning:
Potential memory leak
jobject clientChannelObj =
android_view_InputChannel_createInputChannel(env,
^~~~~~~~~~~~~~~~~~~~~~~~
The warnings were complaining about that we might leak
nativeInputChannel, in android_view_InputChannel_createInputChannel,
since we're allocating it as an arg and not always putting it somewhere.
Bug: None
Test: Builds without warnings
Change-Id: I62163adee5d420ad78c8d4c74aafefc8a58f765b
2017-03-01 00:08:04 +00:00
Hall Liu
07094df24a
Add @hide to RttAudioMode IntDef
...
IntDefs apparently require an @hide annotation to avoid breaking CTS
tests. Adding it here.
Change-Id: Ifd748b55e68091132571df7e74fdb797bd6a83fc
Test: CTS
Fix: 35808951
2017-02-28 15:18:31 -08:00
Brad Ebinger
81f7d06a5e
Merge "Send the IMS_SERVICE_UP intent when it is STATE_READY" am: b987777f20
...
am: 59282ad8df
Change-Id: I9637f55a80f89afa89111b5889b69987aba3e20a
2017-02-28 22:55:55 +00:00
Brad Ebinger
59282ad8df
Merge "Send the IMS_SERVICE_UP intent when it is STATE_READY"
...
am: b987777f20
Change-Id: I6c33449b917b6d0c2a3396eea40065c2b0bc6862
2017-02-28 22:50:38 +00:00
Brad Ebinger
b987777f20
Merge "Send the IMS_SERVICE_UP intent when it is STATE_READY"
2017-02-28 22:44:56 +00:00
Andre Eisenbach
5c44929f79
Merge "Bluetooth: fix enable log: display 24h time" am: 17cb857301
...
am: add7c533c6
Change-Id: Ib10e76a44ee4ea10294b65ba01d2b028df6afe50
2017-02-28 19:29:07 +00:00
Andre Eisenbach
add7c533c6
Merge "Bluetooth: fix enable log: display 24h time"
...
am: 17cb857301
Change-Id: Ic9ba7b27e9ad997a6f8ba0ae6e4794903ef7806a
2017-02-28 19:14:58 +00:00
Andre Eisenbach
17cb857301
Merge "Bluetooth: fix enable log: display 24h time"
2017-02-28 19:04:13 +00:00
Marie Janssen
6837ead33d
Bluetooth: fix enable log: display 24h time
...
Test: adb bugreport at 1pm, observe 13:xx:yy instead of 01:xx:yy
Change-Id: I172dcc63f0f43563ec692349a9434f63c55eac25
2017-02-28 19:02:21 +00:00
Brad Ebinger
e0a7345c6a
Send the IMS_SERVICE_UP intent when it is STATE_READY
...
The ImsService must send the IMS_SERVICE_UP intent when it
signals that it is in the STATE_READY state and
IMS_SERVICE_DOWN when it is STATE_INITIALIZING or
STATE_NOT_AVAILABLE.
Also, add READ_PRIVILEGED_PHONE_STATE check
Bug: 35736451
Test: Unit tests added in frameworks/opt/telephony
Change-Id: I03d4398cf7008cf8c51b78d99eb029aa99c63f62
2017-02-28 10:56:14 -08:00
Amin Shaikh
a9bace4f2c
Merge "Setting for RecommendedNetworkEvaluator cache TTL" am: 924878a752
...
am: 8bd0af0210
Change-Id: Ia18ef46b48d701eafad4c29988fca90d70005573
2017-02-28 17:16:35 +00:00
Amin Shaikh
8bd0af0210
Merge "Setting for RecommendedNetworkEvaluator cache TTL"
...
am: 924878a752
Change-Id: I945898d88baa26f210cd0d86cdf064844af6f92e
2017-02-28 17:11:35 +00:00
Treehugger Robot
924878a752
Merge "Setting for RecommendedNetworkEvaluator cache TTL"
2017-02-28 17:05:45 +00:00
Paul Lawrence
310c26ee6d
Merge "Move seccomp policy logic to bionic" am: ef64558393
...
am: da6d5f702d
Change-Id: I474f127d2924190e1154cc9d3f1afdfa064154ae
2017-02-28 15:47:48 +00:00
Paul Lawrence
da6d5f702d
Merge "Move seccomp policy logic to bionic"
...
am: ef64558393
Change-Id: I9c9e6c9cc1f8b1617a0c7e627b94d0d643f22a3e
2017-02-28 15:41:57 +00:00
Treehugger Robot
ef64558393
Merge "Move seccomp policy logic to bionic"
2017-02-28 15:36:08 +00:00
Amin Shaikh
21496f6ee1
Setting for RecommendedNetworkEvaluator cache TTL
...
Bug: 19948759
Bug: 33694078
Test: runtest frameworks-core
Change-Id: Ic1820dc3d70170e6b7c740696abf87d284c6e2ea
Merged-In: Ic1820dc3d70170e6b7c740696abf87d284c6e2ea
2017-02-27 21:49:05 -08:00
Brad Ebinger
055adc457a
Merge "Adds read/modify permission checks to ImsService" am: 3e64003641
...
am: 175213e1ee
Change-Id: Ia55e5751b222e3e95780e16821e832f760b2d7c5
2017-02-27 21:30:19 +00:00
Brad Ebinger
175213e1ee
Merge "Adds read/modify permission checks to ImsService"
...
am: 3e64003641
Change-Id: Ia4cb2c789a13658de86c0a36648a09e7abceb621
2017-02-27 21:26:50 +00:00
Brad Ebinger
3e64003641
Merge "Adds read/modify permission checks to ImsService"
2017-02-27 21:19:18 +00:00
Julius D'souza
5792d09b3d
DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on. am: 106f1443c1 -s ours
...
am: 8beca4cc6f
Change-Id: I798681141b035eb3f29ab4824f2807cdb21010d9
2017-02-27 19:18:11 +00:00
Julius D'souza
8beca4cc6f
DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on.
...
am: 106f1443c1 -s ours
Change-Id: I8541342d3466e4e1d686b3faa890830edadba940
2017-02-27 19:14:07 +00:00
Etan Cohen
07864e35c8
Merge "[AWARE] Remove (hide) sendMessage with retryCount API" am: f81911bcd2
...
am: 97bf0f5e9b
Change-Id: Ib62285494ffee7a4c35bc3583417e0cacc0d5d83
2017-02-27 18:46:11 +00:00
Etan Cohen
97bf0f5e9b
Merge "[AWARE] Remove (hide) sendMessage with retryCount API"
...
am: f81911bcd2
Change-Id: I3791ee5fbd0c16de6156b0ad36e50091eea498f9
2017-02-27 18:42:05 +00:00
Etan Cohen
f81911bcd2
Merge "[AWARE] Remove (hide) sendMessage with retryCount API"
2017-02-27 18:33:35 +00:00
Paul Lawrence
08b93c1e97
Move seccomp policy logic to bionic
...
Test: Make sure builds, runs, seccomp policy still applied
Bug: 35720753
Change-Id: Ieb09dd88cf070d4b4f1277d1a88d0ce250bb05b4
2017-02-27 09:35:18 -08:00
Paul Lawrence
8084e15ad6
Merge "Revert "Move seccomp policy logic to bionic"" am: 4ebce43b37
...
am: a853184575
Change-Id: I311f326743a9945eec04aebafaadbf6b64e06fe3
2017-02-27 16:51:06 +00:00
Paul Lawrence
a853184575
Merge "Revert "Move seccomp policy logic to bionic""
...
am: 4ebce43b37
Change-Id: I276412507fcb3ef577931e7406964fd7040615c7
2017-02-27 16:47:12 +00:00
Paul Lawrence
4ebce43b37
Merge "Revert "Move seccomp policy logic to bionic""
2017-02-27 16:39:12 +00:00
Paul Lawrence
be0d6a6890
Revert "Move seccomp policy logic to bionic"
...
This reverts commit 48c30ef529 .
Reverting build-breaking change
Change-Id: Iad6270e51cb1ead0efbd52c2dfcc6d2118931e4e
2017-02-27 16:35:53 +00:00
Paul Lawrence
1a6a6f0277
Merge "Move seccomp policy logic to bionic" am: 7ed4ca9032
...
am: d97791e74f
Change-Id: I12c1efaa13d3998fc9fb22ec08df4a12bf29c3c8
2017-02-27 16:22:11 +00:00
Paul Lawrence
d97791e74f
Merge "Move seccomp policy logic to bionic"
...
am: 7ed4ca9032
Change-Id: I744d6c4545edd9d221deb79bbbeea83d459e3161
2017-02-27 16:15:38 +00:00
Paul Lawrence
7ed4ca9032
Merge "Move seccomp policy logic to bionic"
2017-02-27 16:09:39 +00:00
Tyler Gunn
9b59cc7bad
Merge "Fix videoStateToString for audio/paused state." am: 89e7a888be
...
am: 2f96f34373
Change-Id: Ia14b054be24acc2a767707b72a12902460cd11e7
2017-02-27 03:05:21 +00:00
Tyler Gunn
2f96f34373
Merge "Fix videoStateToString for audio/paused state."
...
am: 89e7a888be
Change-Id: I04fe4d5b61c548f3b5f012af343c4e08334933e0
2017-02-27 03:01:08 +00:00
Tyler Gunn
a84292c9d7
Merge "Format Japanese numbers using national format when in Japan." am: 050e5ddb4f
...
am: 8ac499fbe6
Change-Id: Ied615fbaf689a931a2b93785d944f2a8bd7f49dd
2017-02-27 02:59:21 +00:00
Tyler Gunn
89e7a888be
Merge "Fix videoStateToString for audio/paused state."
2017-02-27 02:55:25 +00:00
Tyler Gunn
8ac499fbe6
Merge "Format Japanese numbers using national format when in Japan."
...
am: 050e5ddb4f
Change-Id: I996a79c2b3158e1fd6999330e0b0b21f8e4c8b4b
2017-02-27 02:54:49 +00:00
Tyler Gunn
050e5ddb4f
Merge "Format Japanese numbers using national format when in Japan."
2017-02-27 02:48:11 +00:00
Jack Yu
9080d6708d
resolve merge conflicts of e091985bb5 to stage-aosp-master
...
am: 82c46d11f6
Change-Id: I2b6b5f698d03c86957fdaf4f73e26dfe36758924
2017-02-25 04:58:12 +00:00
Jack Yu
82c46d11f6
resolve merge conflicts of e091985bb5 to stage-aosp-master
...
Test: Manual
Change-Id: Icaf4663abd3ad233afa3e31ff1939dbb7c07a2a5
2017-02-24 18:47:01 -08:00
Chen Xu
9897cc4369
Merge "move ACTION_CARRIER_SETUP intent to public api" am: fcb37ffc60
...
am: f4854018a2
Change-Id: Ie9ff472da7912042ec969268dd46d1b9a404526c
2017-02-25 01:17:31 +00:00
Treehugger Robot
e091985bb5
Merge "Added a settings for CMAS message broadcast"
2017-02-25 01:13:29 +00:00
Chen Xu
f4854018a2
Merge "move ACTION_CARRIER_SETUP intent to public api"
...
am: fcb37ffc60
Change-Id: Iaa09a2c35a88d58a6c6df4122bf7f1f87bd7075e
2017-02-25 01:12:09 +00:00