Rich Slogar
4aba69a8a7
docs: sdk tools date fix
...
Change-Id: Ieb0a5193a5bbf7efd1e5852be4b0db421d08db14
2015-03-05 11:24:45 -08:00
Hiroshi Yamauchi
172da26d45
Deprecate things that rely on Debug.startAllocCounting.
...
android.os.Debug.startAllocCounting() is deprecated but other things
that rely on it or do not make sense without it aren't deprecated.
Bug: 8241521
Change-Id: Ib769cb8f4e96f41ed310e17e7345acb2a630a076
2015-03-05 11:22:37 -08:00
John Spurlock
b32fc97282
AudioService: Add current stream devices to dumpsys output.
...
Change-Id: I57ed785154d8d75ac0f189a479252a725e80bd5a
2015-03-05 13:58:00 -05:00
Wale Ogunwale
47d740b92b
Merge "Made AM package debug log more configurable."
2015-03-05 18:51:33 +00:00
John Reck
35da7d904b
Merge "Cleanup Bitmap JNI"
2015-03-05 18:12:35 +00:00
Raph Levien
4c1f12efcf
Add JNI StaticLayout.Builder
...
This patch adds a native C++ Builder object for StaticLayout to
complement the Java one introduced in a previous patch.
The Builder object contains state used in constructing a layout, as well
as temporary buffers, to avoid having to allocate such. In particular,
it holds a break iterator, so avoids the cost of constructing that in
the common case of a single locale.
Change-Id: I1125103b7ccf00b8674c1586c3ea8d5d915fdd5b
2015-03-05 10:07:33 -08:00
John Reck
b2915245b7
Cleanup Bitmap JNI
...
Fix a bunch of places where mNativeBitmap was being
poked at directly, switch them either to the NDK API
or to GraphicsJNI where it made sense
Change-Id: I6b3df3712d6497cba828c2d3012e725cb4ebb64d
2015-03-05 09:55:02 -08:00
Julia Reynolds
be331a3809
Merge "Add security check for clearDeviceInitializer in the service."
2015-03-05 17:52:21 +00:00
Andreas Gampe
d833ba8d4e
am ecb48c16: am 9c0ba24f: am 6695b992: Merge "Frameworks/base: Add removeAll for ArraySet"
...
* commit 'ecb48c16b7839bdcda84ac0ba7c61248b814eb71':
Frameworks/base: Add removeAll for ArraySet
2015-03-05 17:41:14 +00:00
Chris Craik
a0bfb2d99f
Merge "Fix push shader to native"
2015-03-05 17:37:45 +00:00
Andreas Gampe
ecb48c16b7
am 9c0ba24f: am 6695b992: Merge "Frameworks/base: Add removeAll for ArraySet"
...
* commit '9c0ba24f3b54fa7916626f3d76ec6818d78ca47e':
Frameworks/base: Add removeAll for ArraySet
2015-03-05 17:33:13 +00:00
Chris Craik
6170cd1f35
Fix push shader to native
...
bug:19586908
Change-Id: Ie6205bc76667222f2df2da60a27244988f3a2b3b
2015-03-05 09:32:19 -08:00
Glenn Kasten
9e86f6139b
Fix USB typos
...
Change-Id: Iefa610a81e9155dcfc687c514611bb7dbba5d7f9
2015-03-05 09:29:50 -08:00
Andreas Gampe
9c0ba24f3b
am 6695b992: Merge "Frameworks/base: Add removeAll for ArraySet"
...
* commit '6695b9920d15f8d9a17d6b0c66b863d1c2e38584':
Frameworks/base: Add removeAll for ArraySet
2015-03-05 17:15:58 +00:00
Andreas Gampe
6695b9920d
Merge "Frameworks/base: Add removeAll for ArraySet"
2015-03-05 17:10:31 +00:00
Julia Reynolds
1c3754a35c
Add security check for clearDeviceInitializer in the service.
...
Bug: 19230954
Change-Id: I5c648492bef0d2b579b6f59b91afc890e3092d36
2015-03-05 11:47:14 -05:00
Derek Sollenberger
af34354812
Merge "Remove references to SkPorterDuff as it is deprecated."
2015-03-05 15:45:28 +00:00
Tom Hudson
8124e6a98c
Merge "Fix bug, change crashes to warnings"
2015-03-05 15:40:46 +00:00
Tom Hudson
b1476ae7d5
Fix bug, change crashes to warnings
...
Improve behavior when we get a call to draw 0 points.
Replace one ALWAYS_FATAL statements with noop.
Change-Id: I864b7a9633dfa3dc6eefa403beca4cc7ae14074f
2015-03-05 10:31:52 -05:00
John Spurlock
bac61add4f
Merge "Add a list verb to the settings cmd."
2015-03-05 15:26:36 +00:00
Mady Mellor
138bc2f37b
Merge "Text selection changes - smart handles & drag accelerator"
2015-03-05 15:15:26 +00:00
Benjamin Franz
43261140c3
Clean up the lock task APIs for COSU devices.
...
Clean up and increase readability of internal handling of lock task mode APIs.
Add a public API to query the lock task mode state with pinned and locked as
possible outcomes. Additionally, change wording in lock task toasts when in
locked mode and update the javadoc regarding onLockTaskModeEntering and
onLockTaskModeExiting to represent the actual behaviour.
Bug: 19377096
Change-Id: Ia563078ca6ef6d6fc7e75130e6b94ba18af69340
2015-03-05 15:02:27 +00:00
Andrew Shulaev
3782882192
Merge "Added function to render a drawable in all available states"
2015-03-05 14:39:54 +00:00
Derek Sollenberger
a9aded1f62
Remove references to SkPorterDuff as it is deprecated.
...
Change-Id: Ic0722cfef4ed61aa546c495924397097a45cfe77
2015-03-05 09:37:34 -05:00
Adrian Roos
dfdbad309f
Prevent receiver leak in TrustAgentWrapper
...
Bug: 19601687
Change-Id: Idfe5429926e1c849dc2d908b4877d8410335391c
2015-03-05 14:41:04 +01:00
John Spurlock
0510c2ee60
Add a list verb to the settings cmd.
...
Change-Id: I8a203eefced3431085fd1981b1d120baab2cb77a
2015-03-05 08:35:37 -05:00
Andrew Shulaev
1f158819bc
Added function to render a drawable in all available states
...
This reverts commit 01cdf8b135be3bf67b9386dc929109c3db82c730.
Change-Id: I596855047d78c3c718744ad61432fc45e1239634
2015-03-05 11:51:38 +00:00
Diego Perez
d5e11f6f47
Merge "Fix crash when shadowSize is 0"
2015-03-05 10:13:02 +00:00
Lorenzo Colitti
be93f28d5b
Merge "Enable Ethernet if the device has FEATURE_USB_HOST."
2015-03-05 08:23:32 +00:00
Lorenzo Colitti
0ea7b1b094
Enable Ethernet if the device has FEATURE_USB_HOST.
...
Any device that supports USB OTG is capable of running Ethernet
via a USB OTG cable and Ethernet to USB adapter.
Currently, we only start the Ethernet system service if the
device has FEATURE_ETHERNET, but this requires that every device
explicitly declare FEATURE_ETHERNET, which causes bugs like
http://b/18515146 , where the L OTA broke Ethernet on nakasi.
Therefore, start the Ethernet service on all devices that have
FEATURE_USB_HOST.
Bug: 18515146
Change-Id: I3b4e85d1ad8e1aea9baa046a27f5b4dd68c42028
2015-03-05 16:06:43 +09:00
smain@google.com
49c00ffbad
am 9f4e1f7f: am b488a256: am 4f674bbd: am 8b2be54a: am 182059f8: am ca10a435: am f4bbec09: Merge "add tags for wakelock and other API names" into lmp-docs
...
* commit '9f4e1f7f501b934b72e7abefecc61b5666ee4463':
add tags for wakelock and other API names
2015-03-05 06:40:13 +00:00
Brian Carlstrom
ec5032c1cd
am 233baedc: am 686a1b2f: am 165c2564: Merge "Manually add SignalStrength to preloaded-classes"
...
* commit '233baedce82ba244e06044dca803496dc2c48a9c':
Manually add SignalStrength to preloaded-classes
2015-03-05 06:35:09 +00:00
smain@google.com
9f4e1f7f50
am b488a256: am 4f674bbd: am 8b2be54a: am 182059f8: am ca10a435: am f4bbec09: Merge "add tags for wakelock and other API names" into lmp-docs
...
* commit 'b488a256308c8c7598da19d109be99d19a08a76d':
add tags for wakelock and other API names
2015-03-05 06:32:35 +00:00
Brian Carlstrom
233baedce8
am 686a1b2f: am 165c2564: Merge "Manually add SignalStrength to preloaded-classes"
...
* commit '686a1b2f4ac90c3fb522405258212c8a91ed5148':
Manually add SignalStrength to preloaded-classes
2015-03-05 06:27:40 +00:00
smain@google.com
b488a25630
am 4f674bbd: am 8b2be54a: am 182059f8: am ca10a435: am f4bbec09: Merge "add tags for wakelock and other API names" into lmp-docs
...
* commit '4f674bbdf83056141f3dccf1af8af3113e17af87':
add tags for wakelock and other API names
2015-03-05 06:25:43 +00:00
Brian Carlstrom
686a1b2f4a
am 165c2564: Merge "Manually add SignalStrength to preloaded-classes"
...
* commit '165c25641ccedf6447d09dfec00f485df1361c35':
Manually add SignalStrength to preloaded-classes
2015-03-05 06:22:18 +00:00
smain@google.com
4f674bbdf8
am 8b2be54a: am 182059f8: am ca10a435: am f4bbec09: Merge "add tags for wakelock and other API names" into lmp-docs
...
* commit '8b2be54a629e4567152d8b0e6c81332632b0b877':
add tags for wakelock and other API names
2015-03-05 06:18:45 +00:00
Brian Carlstrom
165c25641c
Merge "Manually add SignalStrength to preloaded-classes"
2015-03-05 06:15:53 +00:00
smain@google.com
8b2be54a62
am 182059f8: am ca10a435: am f4bbec09: Merge "add tags for wakelock and other API names" into lmp-docs
...
* commit '182059f875bedc778a3ce9710a4f634197d1e959':
add tags for wakelock and other API names
2015-03-05 06:10:54 +00:00
Brian Carlstrom
0b36620014
Manually add SignalStrength to preloaded-classes
...
Bug: 19323020
Change-Id: I61e9d2dd5d06fe2353da17e5646f259122e5ea98
2015-03-04 21:56:26 -08:00
Brian Attwell
643db51d4e
Prioritize regular names over phonetic names. P1
...
Bug: 19587274
Change-Id: I503c0fff6da30b9f1d6b6cbeaedfc4d9314f8a00
2015-03-05 05:54:04 +00:00
Mike Lockwood
35110d1ed7
Add MidiDevice.close() method so we can clean up our ServiceConnection
...
Change-Id: I65cd4cfd940b02709daeffef6dab814305b8a6b0
2015-03-04 20:38:42 -08:00
Mike Lockwood
3b7664589b
Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post() to receive()
...
Change-Id: I1cef3bd48ca0acf2968c9de223f78445f3434404
2015-03-04 20:38:37 -08:00
Anthony Hugh
1569f98ce1
am 7b737c80: am 097f8d5f: Merge "Update "Optimizing app X from Y string"" into lmp-mr1-modular-dev
...
* commit '7b737c809d95343ebf18d68dd9f503f5efe127be':
Update "Optimizing app X from Y string"
2015-03-05 04:14:06 +00:00
Anthony Hugh
7b737c809d
am 097f8d5f: Merge "Update "Optimizing app X from Y string"" into lmp-mr1-modular-dev
...
* commit '097f8d5f6b82f27e71ec72795dee053dfc698ac5':
Update "Optimizing app X from Y string"
2015-03-05 04:08:32 +00:00
Anthony Hugh
097f8d5f6b
Merge "Update "Optimizing app X from Y string"" into lmp-mr1-modular-dev
2015-03-05 04:04:06 +00:00
Jinsuk Kim
2da02a2021
Merge "CEC: Do not start queued actions for TV device"
2015-03-05 03:44:49 +00:00
Eric Gilmore
b0b9c3617e
am 76120308: am 8edf64e9: am 28d11557: am 498691d2: am 62777b18: am 5c30adfd: am 22d1c1ce: Merge "Fixing broken link per b/19503824." into lmp-docs
...
* commit '761203089d46a208000140a1090deb7b6c8c8356':
Fixing broken link per b/19503824.
2015-03-05 01:53:38 +00:00
Bart Sears
d1e947313b
am 1445dec7: am 5a1cec86: am 0c3052a6: am 4eedcceb: Merge "Merge commit \'83a63bac\' into manualmerge" into lmp-mr1-dev
...
* commit '1445dec74f0411206e8964d4efbf01668a791e2e':
Do not make ActivityContainer available to apps. DO NOT MERGE
2015-03-05 01:29:43 +00:00
Lajos Molnar
63834f4d23
media: update AMessage to use handler instead of handler-id
...
Bug: 19607784
Change-Id: Ia18746830816bcade510e5137bf8ce6258181ac0
2015-03-04 17:17:03 -08:00