OSDN Git Service

android-x86/frameworks-base.git
8 years agoam 40f0efe0: Merge "Add a trace constant for PackageManager"
Todd Kennedy [Mon, 3 Aug 2015 17:54:53 +0000 (17:54 +0000)]
am 40f0efe0: Merge "Add a trace constant for PackageManager"

* commit '40f0efe03df87cf340de089bcb09010a88f8a120':
  Add a trace constant for PackageManager

8 years agoMerge "Add a trace constant for PackageManager"
Todd Kennedy [Mon, 3 Aug 2015 17:44:45 +0000 (17:44 +0000)]
Merge "Add a trace constant for PackageManager"

8 years agoAdd a trace constant for PackageManager
Todd Kennedy [Mon, 3 Aug 2015 16:56:07 +0000 (09:56 -0700)]
Add a trace constant for PackageManager

Change-Id: Ida391be765c63d7b6da3d9fd9d1d975e51b4f3e7

8 years agoam 158560ad: Merge "Distinguish user-requested shutdown from power-related ones"
Yusuke Sato [Fri, 31 Jul 2015 23:25:48 +0000 (23:25 +0000)]
am 158560ad: Merge "Distinguish user-requested shutdown from power-related ones"

* commit '158560ad66f860ab9bb822f98a0ef9cf3afa922f':
  Distinguish user-requested shutdown from power-related ones

8 years agoMerge "Distinguish user-requested shutdown from power-related ones"
Yusuke Sato [Fri, 31 Jul 2015 23:13:16 +0000 (23:13 +0000)]
Merge "Distinguish user-requested shutdown from power-related ones"

8 years agoDistinguish user-requested shutdown from power-related ones
Yusuke Sato [Tue, 21 Jul 2015 22:52:11 +0000 (15:52 -0700)]
Distinguish user-requested shutdown from power-related ones

With this patch, when the user requested shutdown,
PowerManagerService sets sys.powerctl is set to
"shutdown,userrequested", and init runs fsck on shutdown.

When shutdown is triggered due to a low power state etc.,
the service sets the property to "shutdown,", and init
immediately shuts down the system without running the
command.

This is a follow-up CL for http://r.android.com/158525.

Bug: 21853106
Change-Id: Iae72990130fe9aa479c802f77301438190dbbfb3

8 years agoam f8a6a2f6: Merge "Use _WIN32 rather than HAVE_WINSOCK."
Elliott Hughes [Thu, 30 Jul 2015 15:32:51 +0000 (15:32 +0000)]
am f8a6a2f6: Merge "Use _WIN32 rather than HAVE_WINSOCK."

* commit 'f8a6a2f602ad4ec049b2d2d4741571a76c3d014b':
  Use _WIN32 rather than HAVE_WINSOCK.

8 years agoMerge "Use _WIN32 rather than HAVE_WINSOCK."
Elliott Hughes [Thu, 30 Jul 2015 15:19:09 +0000 (15:19 +0000)]
Merge "Use _WIN32 rather than HAVE_WINSOCK."

8 years agoUse _WIN32 rather than HAVE_WINSOCK.
Elliott Hughes [Thu, 30 Jul 2015 00:49:27 +0000 (17:49 -0700)]
Use _WIN32 rather than HAVE_WINSOCK.

Change-Id: I0821d2af8473c359e8b73aec455000cb7c42f690

8 years agoam 84a04d52: Merge "Move frameworks/base/tools/ off AndroidConfig.h."
Elliott Hughes [Wed, 29 Jul 2015 23:29:31 +0000 (23:29 +0000)]
am 84a04d52: Merge "Move frameworks/base/tools/ off AndroidConfig.h."

* commit '84a04d52e7118f67e9a099fdbf55111f1c7a9010':
  Move frameworks/base/tools/ off AndroidConfig.h.

8 years agoMerge "Move frameworks/base/tools/ off AndroidConfig.h."
Elliott Hughes [Wed, 29 Jul 2015 23:13:54 +0000 (23:13 +0000)]
Merge "Move frameworks/base/tools/ off AndroidConfig.h."

8 years agoMove frameworks/base/tools/ off AndroidConfig.h.
Elliott Hughes [Wed, 29 Jul 2015 21:35:18 +0000 (14:35 -0700)]
Move frameworks/base/tools/ off AndroidConfig.h.

Change-Id: Ibc7abb67a56945a9618bc91ccdbebe4c806879a5

9 years agoam 7d71d88c: Merge "Use _WIN32 rather than HAVE_WINDOWS_PATHS."
Elliott Hughes [Wed, 29 Jul 2015 16:17:14 +0000 (16:17 +0000)]
am 7d71d88c: Merge "Use _WIN32 rather than HAVE_WINDOWS_PATHS."

* commit '7d71d88c6d305d6ed19b320944f4ce644db82240':
  Use _WIN32 rather than HAVE_WINDOWS_PATHS.

9 years agoMerge "Use _WIN32 rather than HAVE_WINDOWS_PATHS."
Elliott Hughes [Wed, 29 Jul 2015 15:47:46 +0000 (15:47 +0000)]
Merge "Use _WIN32 rather than HAVE_WINDOWS_PATHS."

9 years agoUse _WIN32 rather than HAVE_WINDOWS_PATHS.
Elliott Hughes [Wed, 29 Jul 2015 15:44:17 +0000 (08:44 -0700)]
Use _WIN32 rather than HAVE_WINDOWS_PATHS.

Change-Id: Ib1ae71dfbb20e3e5309ed737f48382cc42d2583f

9 years agoam e942b459: Merge "ActivityManagerService: delete unnecessary mkdir"
Nick Kralevich [Sun, 26 Jul 2015 04:39:19 +0000 (04:39 +0000)]
am e942b459: Merge "ActivityManagerService: delete unnecessary mkdir"

* commit 'e942b4596a12685cb722ddef4e59e279e6fd513f':
  ActivityManagerService: delete unnecessary mkdir

9 years agoMerge "ActivityManagerService: delete unnecessary mkdir"
Nick Kralevich [Sun, 26 Jul 2015 04:25:56 +0000 (04:25 +0000)]
Merge "ActivityManagerService: delete unnecessary mkdir"

9 years agoActivityManagerService: delete unnecessary mkdir
Nick Kralevich [Sun, 26 Jul 2015 04:12:09 +0000 (21:12 -0700)]
ActivityManagerService: delete unnecessary mkdir

/data/anr is now created in init.rc. This code is unnecessary.

Bug: 22385254
Change-Id: Ide6c9749c27668523f9316049a1d40d961f2276d

9 years agoam c0999f78: Merge "Frameworks/base: Hand fingerprint to ART"
Andreas Gampe [Fri, 24 Jul 2015 22:51:49 +0000 (22:51 +0000)]
am c0999f78: Merge "Frameworks/base: Hand fingerprint to ART"

* commit 'c0999f7877616826f7c371fb49b081b82ad9b067':
  Frameworks/base: Hand fingerprint to ART

9 years agoMerge "Frameworks/base: Hand fingerprint to ART"
Andreas Gampe [Fri, 24 Jul 2015 22:38:28 +0000 (22:38 +0000)]
Merge "Frameworks/base: Hand fingerprint to ART"

9 years agoFrameworks/base: Hand fingerprint to ART
Andreas Gampe [Fri, 24 Jul 2015 21:19:44 +0000 (14:19 -0700)]
Frameworks/base: Hand fingerprint to ART

To allow ANR dumps to be symbolized easily, hand the build
fingerprint to the runtime.

Bug: 22693991

(cherry picked from commit e60825033fdde9eefaeec768a28b907e2d22f10c)

Change-Id: Ibd3d3b3bd65dce84acfb97a487807d6f280a9508

9 years agoam 430c8c3e: Merge "Add phony source target in the generated dependency file of aidl."
Ying Wang [Fri, 24 Jul 2015 00:54:53 +0000 (00:54 +0000)]
am 430c8c3e: Merge "Add phony source target in the generated dependency file of aidl."

* commit '430c8c3e48b361f75d29d05b8fda3aac22ceb1f9':
  Add phony source target in the generated dependency file of aidl.

9 years agoMerge "Add phony source target in the generated dependency file of aidl."
Ying Wang [Fri, 24 Jul 2015 00:38:08 +0000 (00:38 +0000)]
Merge "Add phony source target in the generated dependency file of aidl."

9 years agoam 6430812a: Merge "RenderScript: implement a Script entry point for calling a reduce...
Stephen Hines [Thu, 23 Jul 2015 22:39:29 +0000 (22:39 +0000)]
am 6430812a: Merge "RenderScript: implement a Script entry point for calling a reduce-style kernel."

* commit '6430812a9381af01b0c7b48cedd6a11c1add6942':
  RenderScript: implement a Script entry point for calling a reduce-style kernel.

9 years agoMerge "RenderScript: implement a Script entry point for calling a reduce-style kernel."
Stephen Hines [Thu, 23 Jul 2015 22:26:05 +0000 (22:26 +0000)]
Merge "RenderScript: implement a Script entry point for calling a reduce-style kernel."

9 years agoam 01efd7e8: Merge "Use build_number from file"
Colin Cross [Thu, 23 Jul 2015 18:48:22 +0000 (18:48 +0000)]
am 01efd7e8: Merge "Use build_number from file"

* commit '01efd7e820edb9677491f28af999d825f21711a4':
  Use build_number from file

9 years agoMerge "Use build_number from file"
Colin Cross [Thu, 23 Jul 2015 18:23:06 +0000 (18:23 +0000)]
Merge "Use build_number from file"

9 years agoAdd phony source target in the generated dependency file of aidl.
Ying Wang [Thu, 23 Jul 2015 00:42:35 +0000 (17:42 -0700)]
Add phony source target in the generated dependency file of aidl.

This fixes make error when the source .aidl file is moved around but
its path relative to LOCAL_PATH doesn't change.

Bug: 22666539
Change-Id: Idf2492145e4927779d184932a09d61e4fe8ded0f

9 years agoam 86d5fc28: Merge "aapt: expat exports its header files now."
Elliott Hughes [Wed, 22 Jul 2015 01:12:36 +0000 (01:12 +0000)]
am 86d5fc28: Merge "aapt: expat exports its header files now."

* commit '86d5fc2874b4c17bd4f48ae307e49ba8108e11f0':
  aapt: expat exports its header files now.

9 years agoMerge "aapt: expat exports its header files now."
Elliott Hughes [Wed, 22 Jul 2015 01:00:11 +0000 (01:00 +0000)]
Merge "aapt: expat exports its header files now."

9 years agoaapt: expat exports its header files now.
Elliott Hughes [Tue, 21 Jul 2015 18:39:21 +0000 (11:39 -0700)]
aapt: expat exports its header files now.

(cherrypick of 51348d2007b801c7bd7350f72e2300f1a5a41dd1)
Change-Id: Iddf0133919d38fc896f97c6796f8228a6decf174

9 years agoUse build_number from file
Colin Cross [Fri, 17 Jul 2015 00:55:31 +0000 (17:55 -0700)]
Use build_number from file

Improve incremental ninja builds by keeping the command line the same
across builds.

Change-Id: If9dfcee74a4d282c183f9669e14a89104c115a71

9 years agoRenderScript: implement a Script entry point for calling a
Matt Wala [Mon, 20 Jul 2015 22:35:27 +0000 (15:35 -0700)]
RenderScript: implement a Script entry point for calling a
reduce-style kernel.

Bug: 22631253

This adds a new (currently hidden) API to the Script class and the
corresponding code for the RenderScript JNI layer.

Change-Id: I40f19aaeb90411b859bd6b0bffc3f071fa327c21

9 years agoam 37353dc1: Merge "[RenderScript] Add docs advising users about dstAtop bug."
Miao Wang [Tue, 21 Jul 2015 00:08:36 +0000 (00:08 +0000)]
am 37353dc1: Merge "[RenderScript] Add docs advising users about dstAtop bug."

* commit '37353dc13e11000473f5aa43d5713816f2b6a83f':
  [RenderScript] Add docs advising users about dstAtop bug.

9 years agoMerge "[RenderScript] Add docs advising users about dstAtop bug."
Miao Wang [Mon, 20 Jul 2015 23:57:19 +0000 (23:57 +0000)]
Merge "[RenderScript] Add docs advising users about dstAtop bug."

9 years ago[RenderScript] Add docs advising users about dstAtop bug.
Miao Wang [Mon, 20 Jul 2015 22:05:31 +0000 (15:05 -0700)]
[RenderScript] Add docs advising users about dstAtop bug.

Bug: 22047392
Change-Id: I736a697276020687c20dff515aabb1be1776f8c0
(cherry picked from commit ffb1a9bed0788d3547f085bfb9d254004e0db1e3)

9 years agoam 79a1bde2: Merge "Add a flag to the API to specify -O0 on the bcc command line."
Stephen Hines [Fri, 17 Jul 2015 22:58:49 +0000 (22:58 +0000)]
am 79a1bde2: Merge "Add a flag to the API to specify -O0 on the bcc command line."

* commit '79a1bde2e0f38507738743e490beb895dae7b03e':
  Add a flag to the API to specify -O0 on the bcc command line.

9 years agoMerge "Add a flag to the API to specify -O0 on the bcc command line."
Stephen Hines [Fri, 17 Jul 2015 22:45:15 +0000 (22:45 +0000)]
Merge "Add a flag to the API to specify -O0 on the bcc command line."

9 years agoam 7ce3847d: Merge "Migrate Resources.java to use ICU4j drectly."
Neil Fuller [Fri, 17 Jul 2015 10:22:19 +0000 (10:22 +0000)]
am 7ce3847d: Merge "Migrate Resources.java to use ICU4j drectly."

* commit '7ce3847d753688c5339216dd174c094e2996fdf9':
  Migrate Resources.java to use ICU4j drectly.

9 years agoMerge "Migrate Resources.java to use ICU4j drectly."
Neil Fuller [Fri, 17 Jul 2015 10:09:23 +0000 (10:09 +0000)]
Merge "Migrate Resources.java to use ICU4j drectly."

9 years agoAdd a flag to the API to specify -O0 on the bcc command line.
verena beckham [Fri, 22 May 2015 15:47:53 +0000 (16:47 +0100)]
Add a flag to the API to specify -O0 on the bcc command line.

Add a flag CREATE_FLAG_OPT_LEVEL_0 to set the optimization level to 0 when calling bcc.
This will result in an object file that is easier to debug.

Change-Id: I0384dca098fa0d9ae0f2e02e798da9de342c1122
Signed-off-by: verena beckham <verena@codeplay.com>
9 years agoam 10653cef: Merge "fix BNNM docs"
Miao Wang [Thu, 16 Jul 2015 18:13:51 +0000 (18:13 +0000)]
am 10653cef: Merge "fix BNNM docs"

* commit '10653cef2ae7eb6e1dff1063ddde24347c350bae':
  fix BNNM docs

9 years agoMerge "fix BNNM docs"
Miao Wang [Thu, 16 Jul 2015 18:00:01 +0000 (18:00 +0000)]
Merge "fix BNNM docs"

9 years agofix BNNM docs
Miao Wang [Wed, 15 Jul 2015 18:35:28 +0000 (11:35 -0700)]
fix BNNM docs

bug: 22507076
Change-Id: I5fdffdde597d97b1dde77574d096b81bff4aa382
(cherry picked from commit d7d413ad0bfaea2d4bb4adcd8011239c2f5f74ae)

9 years agoam eccbc7c9: Merge "Fix NativeCrashListener"
Neil Fuller [Thu, 16 Jul 2015 10:42:05 +0000 (10:42 +0000)]
am eccbc7c9: Merge "Fix NativeCrashListener"

* commit 'eccbc7c96f3f3dfa82f25362cf4ed0db3d9a6cb6':
  Fix NativeCrashListener

9 years agoMerge "Fix NativeCrashListener"
Neil Fuller [Thu, 16 Jul 2015 10:26:17 +0000 (10:26 +0000)]
Merge "Fix NativeCrashListener"

9 years agoam 1ecfdf33: Merge "docs: Add an explicit dependency on libcore/Docs.mk"
Narayan Kamath [Thu, 16 Jul 2015 10:10:28 +0000 (10:10 +0000)]
am 1ecfdf33: Merge "docs: Add an explicit dependency on libcore/Docs.mk"

* commit '1ecfdf33ee593c0e80cee5e11f4c0a0fd0071233':
  docs: Add an explicit dependency on libcore/Docs.mk

9 years agoMerge "docs: Add an explicit dependency on libcore/Docs.mk"
Narayan Kamath [Thu, 16 Jul 2015 08:57:17 +0000 (08:57 +0000)]
Merge "docs: Add an explicit dependency on libcore/Docs.mk"

9 years agodocs: Add an explicit dependency on libcore/Docs.mk
Narayan Kamath [Tue, 14 Jul 2015 12:39:23 +0000 (13:39 +0100)]
docs: Add an explicit dependency on libcore/Docs.mk

We include libcore sources in apicheck / docs targets so we must
regenerate the stubs or api definitions whenever the list of libcore
sources changes.

Change-Id: I9383015069bc4064d5d06d3d540047cd408e24c7

9 years agoam 2fccb66d: Merge "Fix a bug disappearing installerPackageName info of packages...
Chris Tate [Thu, 16 Jul 2015 00:24:30 +0000 (00:24 +0000)]
am 2fccb66d: Merge "Fix a bug disappearing installerPackageName info of packages after reboot."

* commit '2fccb66debb6fb26ba6072ccc83ed56d45cc55fb':
  Fix a bug disappearing installerPackageName info of packages after reboot.

9 years agoMerge "Fix a bug disappearing installerPackageName info of packages after reboot."
Chris Tate [Thu, 16 Jul 2015 00:09:37 +0000 (00:09 +0000)]
Merge "Fix a bug disappearing installerPackageName info of packages after reboot."

9 years agoFix NativeCrashListener
Neil Fuller [Wed, 15 Jul 2015 16:38:28 +0000 (17:38 +0100)]
Fix NativeCrashListener

In the move from InetUnixAddress to UnixSocketAddress
commit e9d537506bf19375fb932ac7d25ac9a9e3aef61d did not modify
the Os.accept() call in NativeCrashListener. It was passing
an empty InetSocketAddress.

The type could have been changed, but the peer address is
never used and it is safe to pass a null.

Bug: 3106438
Change-Id: I2a61221c4504657b3e1de848b0b493f202726126

9 years agoMigrate Resources.java to use ICU4j drectly.
Rayhaan Jaufeerally [Wed, 15 Jul 2015 14:25:15 +0000 (15:25 +0100)]
Migrate Resources.java to use ICU4j drectly.

This change means that NativePluralRules can be removed in its entirety
because this is the only usage of that class.

Using a small benchmark from the NativePluralResources test, ICU4c code
takes 38.6 us and ICU4j code takes 49.2us to execute.

Change-Id: I5dbf643807c024a9c9c0f1292363fa8e39db965a

9 years agoam b4db7923: Merge "Delete some obsolete test code."
Narayan Kamath [Tue, 14 Jul 2015 11:05:07 +0000 (11:05 +0000)]
am b4db7923: Merge "Delete some obsolete test code."

* commit 'b4db7923818393c5c839dba0d43bec36da98759c':
  Delete some obsolete test code.

9 years agoam ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to use countInstancesOfCl...
Mathieu Chartier [Tue, 14 Jul 2015 11:05:01 +0000 (11:05 +0000)]
am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to use countInstancesOfClasses"

* commit 'ebac4d1b0858ee02e095e35969c8f7421a0f5cea':
  Change conditionallyCheckInstanceCounts to use countInstancesOfClasses

9 years agoMerge "Delete some obsolete test code."
Narayan Kamath [Tue, 14 Jul 2015 10:47:44 +0000 (10:47 +0000)]
Merge "Delete some obsolete test code."

9 years agoMerge "Change conditionallyCheckInstanceCounts to use countInstancesOfClasses"
Mathieu Chartier [Mon, 13 Jul 2015 16:41:10 +0000 (16:41 +0000)]
Merge "Change conditionallyCheckInstanceCounts to use countInstancesOfClasses"

9 years agoam 886630c0: Merge "Switch shutdownInput / shutdownOutput to using Os.shutdown."
Neil Fuller [Mon, 13 Jul 2015 15:11:11 +0000 (15:11 +0000)]
am 886630c0: Merge "Switch shutdownInput / shutdownOutput to using Os.shutdown."

* commit '886630c0d8adc17c494edf19a30b06473a687fcb':
  Switch shutdownInput / shutdownOutput to using Os.shutdown.

9 years agoMerge "Switch shutdownInput / shutdownOutput to using Os.shutdown."
Neil Fuller [Mon, 13 Jul 2015 15:02:04 +0000 (15:02 +0000)]
Merge "Switch shutdownInput / shutdownOutput to using Os.shutdown."

9 years agoam 188af044: Merge "Revert "frameworks/base: libexpat now exports its headers.""
Elliott Hughes [Sat, 11 Jul 2015 01:18:00 +0000 (01:18 +0000)]
am 188af044: Merge "Revert "frameworks/base: libexpat now exports its headers.""

* commit '188af044685802cfd5266fe45b68528a2413ce3d':
  Revert "frameworks/base: libexpat now exports its headers."

9 years agoMerge "Revert "frameworks/base: libexpat now exports its headers.""
Elliott Hughes [Sat, 11 Jul 2015 01:08:13 +0000 (01:08 +0000)]
Merge "Revert "frameworks/base: libexpat now exports its headers.""

9 years agoRevert "frameworks/base: libexpat now exports its headers."
Elliott Hughes [Sat, 11 Jul 2015 01:07:39 +0000 (01:07 +0000)]
Revert "frameworks/base: libexpat now exports its headers."

This reverts commit 2f31b66c04b1e80fd039418edf41e74f67b68143.

Change-Id: Ib4ce610d1767db5c72c54d33520e8bdf50171a18

9 years agoam 220b61f1: Merge "frameworks/base: libexpat now exports its headers."
Elliott Hughes [Sat, 11 Jul 2015 00:52:48 +0000 (00:52 +0000)]
am 220b61f1: Merge "frameworks/base: libexpat now exports its headers."

* commit '220b61f14387e492be4ae8b819a5f96ca9b8dc36':
  frameworks/base: libexpat now exports its headers.

9 years agoMerge "frameworks/base: libexpat now exports its headers."
Elliott Hughes [Sat, 11 Jul 2015 00:40:47 +0000 (00:40 +0000)]
Merge "frameworks/base: libexpat now exports its headers."

9 years agoChange conditionallyCheckInstanceCounts to use countInstancesOfClasses
Mathieu Chartier [Fri, 10 Jul 2015 20:44:42 +0000 (13:44 -0700)]
Change conditionallyCheckInstanceCounts to use countInstancesOfClasses

countInstancesOfClasses allows passing multiple classes unlike
countInstanceOfClass. This provides a speedup since we dont traverse
the heap multiple times.

Changed ActivityThread.dumpMemInfo to do a GC since countInstancesOfClass
no longer does GC before counting.

https://code.google.com/p/android/issues/detail?id=177552

Change-Id: Ia85684f40cf59a52aa71a8479c711a994651209b

9 years agoframeworks/base: libexpat now exports its headers.
Elliott Hughes [Fri, 10 Jul 2015 18:12:22 +0000 (11:12 -0700)]
frameworks/base: libexpat now exports its headers.

Change-Id: Iaba3d57db18ebdd89e4a993436e9bf844722ff87

9 years agoSwitch shutdownInput / shutdownOutput to using Os.shutdown.
Neil Fuller [Wed, 8 Jul 2015 11:57:15 +0000 (12:57 +0100)]
Switch shutdownInput / shutdownOutput to using Os.shutdown.

Bug: 3106438
Change-Id: I2c4817e435c6b253d6c507ea57bdfdfe45df8862

9 years agoam 43a2aca4: Merge "Remove @ToBeFixed from knowntags."
Narayan Kamath [Thu, 9 Jul 2015 17:38:46 +0000 (17:38 +0000)]
am 43a2aca4: Merge "Remove @ToBeFixed from knowntags."

* commit '43a2aca4c279d3db8abdf4692249134fdd69bd96':
  Remove @ToBeFixed from knowntags.

9 years agoDelete some obsolete test code.
Narayan Kamath [Thu, 9 Jul 2015 17:22:21 +0000 (18:22 +0100)]
Delete some obsolete test code.

- Get rid of obsolete annotations in MediaInserterTest.

- Drop support for @BrokenTest and @SideEffect. Nobody uses
  SideEffect and none of the tests that use this test runner
  (vm-tests-tf, essentially) use @BrokenTest.

Change-Id: Id73c4d4eda8031689f9263c85b563c29e635d446

9 years agoMerge "Remove @ToBeFixed from knowntags."
Narayan Kamath [Thu, 9 Jul 2015 17:22:13 +0000 (17:22 +0000)]
Merge "Remove @ToBeFixed from knowntags."

9 years agoRemove @ToBeFixed from knowntags.
Narayan Kamath [Thu, 9 Jul 2015 16:54:45 +0000 (17:54 +0100)]
Remove @ToBeFixed from knowntags.

It's used nowhere and will be deleted shortly.

Change-Id: Ie87f16cd060445c0e0ccac4e9a192ca266c92851

9 years agoam 2ca4f73e: Merge "Switch LocalSocketImpl.accept() over to using Os.accept()"
Neil Fuller [Thu, 9 Jul 2015 11:23:00 +0000 (11:23 +0000)]
am 2ca4f73e: Merge "Switch LocalSocketImpl.accept() over to using Os.accept()"

* commit '2ca4f73e8036b35085f12cdbcff3350812c42ff6':
  Switch LocalSocketImpl.accept() over to using Os.accept()

9 years agoMerge "Switch LocalSocketImpl.accept() over to using Os.accept()"
Neil Fuller [Thu, 9 Jul 2015 11:11:08 +0000 (11:11 +0000)]
Merge "Switch LocalSocketImpl.accept() over to using Os.accept()"

9 years agoam c83d1819: Merge "Switch from InetUnixAddress to UnixSocketAddress"
Neil Fuller [Thu, 9 Jul 2015 10:02:57 +0000 (10:02 +0000)]
am c83d1819: Merge "Switch from InetUnixAddress to UnixSocketAddress"

* commit 'c83d18190d02ba848a800ded36d714270eefd226':
  Switch from InetUnixAddress to UnixSocketAddress

9 years agoSwitch LocalSocketImpl.accept() over to using Os.accept()
Neil Fuller [Wed, 8 Jul 2015 10:33:54 +0000 (11:33 +0100)]
Switch LocalSocketImpl.accept() over to using Os.accept()

Bug: 3106438
Change-Id: I3b4a07cc2283c3cfdbaf3d2460f37264f67690e3

9 years agoMerge "Switch from InetUnixAddress to UnixSocketAddress"
Neil Fuller [Thu, 9 Jul 2015 09:44:27 +0000 (09:44 +0000)]
Merge "Switch from InetUnixAddress to UnixSocketAddress"

9 years agoFix a bug disappearing installerPackageName info of packages after reboot.
hyemin.hwang [Thu, 9 Jul 2015 00:16:12 +0000 (09:16 +0900)]
Fix a bug disappearing installerPackageName info of packages after reboot.

If user install apps from playstore, system has installerPackageName attribute of app.
but, after reboot, some apps(have sharedUserID) installerPackageName attribute disappearing.
because lack of copy routine.
So, I added copy routine(installerPackageName).

Testcase :
1. Install app(has sharedUserId, ex Lync2013) from market.
2. Confirm package info from packages.xml(exist installer info).
3. reboot.
4. Re-confirm package info from packages.xml(not exist installer info).

Change-Id: I5f9597b0f0f23be21efdfc7c7780ce7cfd2b9672

9 years agoam 07e1c409: Merge "Android always has <malloc.h>."
Elliott Hughes [Wed, 8 Jul 2015 18:33:11 +0000 (18:33 +0000)]
am 07e1c409: Merge "Android always has <malloc.h>."

* commit '07e1c409acc375ae88b6cc73fe4541db529c9638':
  Android always has <malloc.h>.

9 years agoMerge "Android always has <malloc.h>."
Elliott Hughes [Wed, 8 Jul 2015 18:12:21 +0000 (18:12 +0000)]
Merge "Android always has <malloc.h>."

9 years agoam b05c2beb: Merge "Move listen() over to using android.system.Os"
Neil Fuller [Wed, 8 Jul 2015 10:33:28 +0000 (10:33 +0000)]
am b05c2beb: Merge "Move listen() over to using android.system.Os"

* commit 'b05c2bebf85619aaedaa39593acc53eaaed22493':
  Move listen() over to using android.system.Os

9 years agoMerge "Move listen() over to using android.system.Os"
Neil Fuller [Wed, 8 Jul 2015 10:18:13 +0000 (10:18 +0000)]
Merge "Move listen() over to using android.system.Os"

9 years agoAndroid always has <malloc.h>.
Elliott Hughes [Wed, 8 Jul 2015 02:19:34 +0000 (19:19 -0700)]
Android always has <malloc.h>.

Change-Id: I9e18daeec26380c439f823e6a55ee61773c1b680

9 years agoam 50d11ded: Merge "Reimplement LocalSocket methods using android.system.Os"
Neil Fuller [Tue, 7 Jul 2015 16:22:45 +0000 (16:22 +0000)]
am 50d11ded: Merge "Reimplement LocalSocket methods using android.system.Os"

* commit '50d11ded0d219ea9b128557080e4ffd49ebea5ab':
  Reimplement LocalSocket methods using android.system.Os

9 years agoMerge "Reimplement LocalSocket methods using android.system.Os"
Neil Fuller [Tue, 7 Jul 2015 16:11:47 +0000 (16:11 +0000)]
Merge "Reimplement LocalSocket methods using android.system.Os"

9 years agoSwitch from InetUnixAddress to UnixSocketAddress
Neil Fuller [Tue, 7 Jul 2015 15:58:00 +0000 (16:58 +0100)]
Switch from InetUnixAddress to UnixSocketAddress

UnixSocketAddress is replacing InetUnixAddress.

Bug: 3106438
Change-Id: I7c03fa357adfb3221908294fd254c8faae91fd1b

9 years agoam 0254af6f: Merge "Fix "Bluetooh" logging typo."
Elliott Hughes [Tue, 7 Jul 2015 06:14:43 +0000 (06:14 +0000)]
am 0254af6f: Merge "Fix "Bluetooh" logging typo."

* commit '0254af6f6831acdf077345bb8c4d7c34d1e6cd34':
  Fix "Bluetooh" logging typo.

9 years agoMerge "Fix "Bluetooh" logging typo."
Elliott Hughes [Tue, 7 Jul 2015 06:00:55 +0000 (06:00 +0000)]
Merge "Fix "Bluetooh" logging typo."

9 years agoFix "Bluetooh" logging typo.
Elliott Hughes [Tue, 7 Jul 2015 05:10:36 +0000 (22:10 -0700)]
Fix "Bluetooh" logging typo.

Change-Id: I2b9aea64f1b53e100ead6e71835bf5935b410eb9

9 years agoam 593dfbb2: Merge "Miss USB device Interface from UsbManager.getDeviceList()."
Mike Lockwood [Mon, 6 Jul 2015 17:26:47 +0000 (17:26 +0000)]
am 593dfbb2: Merge "Miss USB device Interface from UsbManager.getDeviceList()."

* commit '593dfbb29106ebca2994f487024fc98fe9c18ab5':
  Miss USB device Interface from UsbManager.getDeviceList().

9 years agoMerge "Miss USB device Interface from UsbManager.getDeviceList()."
Mike Lockwood [Mon, 6 Jul 2015 17:10:31 +0000 (17:10 +0000)]
Merge "Miss USB device Interface from UsbManager.getDeviceList()."

9 years agoMiss USB device Interface from UsbManager.getDeviceList().
wang.zhenyu [Sat, 4 Jul 2015 09:00:16 +0000 (17:00 +0800)]
Miss USB device Interface from UsbManager.getDeviceList().

In the scenario that you connect more than one device to android phone with an usb hub,
when you attach the second device,mNewConfigurationis is still corresponded to the first
device unless another mNewConfiguration is created by a new operation.
However,before another mNewConfiguration is created,setInterfaces() in addUsbConfiguration()
has already been executed. Problem is that mNewInterfaces has already been cleared when
it finished endUsbDeviceAdded for the first device. As a result,the UsbInterface descriptor
in the first device's Configuration descriptor is set to null.

Change-Id: I0ba4f07c809d07ebebed633e43c3ee8e2e4c5060

9 years agoMove listen() over to using android.system.Os
Neil Fuller [Fri, 3 Jul 2015 16:58:00 +0000 (17:58 +0100)]
Move listen() over to using android.system.Os

Bug: 3106438
Change-Id: I9b4d1d58d84a28828555ae863e86530995191f2c

9 years agoam 761e39e1: Merge "Switch to using android.system.Os for more calls"
Neil Fuller [Fri, 3 Jul 2015 14:18:36 +0000 (14:18 +0000)]
am 761e39e1: Merge "Switch to using android.system.Os for more calls"

* commit '761e39e18990b657c488c78a6c048f625bd6b74a':
  Switch to using android.system.Os for more calls

9 years agoReimplement LocalSocket methods using android.system.Os
Neil Fuller [Fri, 3 Jul 2015 14:06:23 +0000 (15:06 +0100)]
Reimplement LocalSocket methods using android.system.Os

InputStream.available()
OutputStream.flush()

Bug: 3106438
Change-Id: I3a9425c323229e27bb72f6232dd13f7579586840

9 years agoMerge "Switch to using android.system.Os for more calls"
Neil Fuller [Fri, 3 Jul 2015 14:07:33 +0000 (14:07 +0000)]
Merge "Switch to using android.system.Os for more calls"

9 years agoSwitch to using android.system.Os for more calls
Neil Fuller [Fri, 3 Jul 2015 09:59:17 +0000 (10:59 +0100)]
Switch to using android.system.Os for more calls

The methods being switched here should involve no important
semantic changes. socket.getSoTimeout() is now implemented:
previously it would have returned 0 in all cases.

Some tidy up of unimplemented / commented code.

Switching other calls to use Os would carry more risk and
will be handled separately they can be switched safely.

Bug: 3106438
Change-Id: I5526249395565fee6e43f159a2b5975b0d41d058

9 years agoam 6bcdf90e: Merge "Delete unused testing scripts and WithFramework."
Narayan Kamath [Thu, 2 Jul 2015 11:28:40 +0000 (11:28 +0000)]
am 6bcdf90e: Merge "Delete unused testing scripts and WithFramework."

* commit '6bcdf90e49ca8ed1ac7a9074d5f6b79889451001':
  Delete unused testing scripts and WithFramework.

9 years agoMerge "Delete unused testing scripts and WithFramework."
Narayan Kamath [Thu, 2 Jul 2015 11:18:18 +0000 (11:18 +0000)]
Merge "Delete unused testing scripts and WithFramework."

9 years agoDelete unused testing scripts and WithFramework.
Narayan Kamath [Thu, 25 Jun 2015 13:22:00 +0000 (14:22 +0100)]
Delete unused testing scripts and WithFramework.

These scripts haven't worked in a long time now. run_core_test
uses VM options that aren't supported and WithFramework (which is
unmaintained) and run_junit.sh refers to an APK that doesn't
exist anymore.

If anyone wishes to run these tests individually, they can just
use vogar instead :
$ make vogar vogar.jar
$ vogar --mode=activity frameworks/base/tests/CoreTests/android/core/Sha1Test.java

This also allows us to delete the WithFramework class, which was
only referenced by these obsolete scripts.

bug: 22078684
Change-Id: I481f6721d51d50456421a1526c370b93aec9b351

9 years agoam 1d50879b: Merge "Remove memory leak in PersistentDataBlockService jni"
Narayan Kamath [Wed, 1 Jul 2015 13:44:56 +0000 (13:44 +0000)]
am 1d50879b: Merge "Remove memory leak in PersistentDataBlockService jni"

* commit '1d50879b1d183d4caa15b9685515b5f959213fe9':
  Remove memory leak in PersistentDataBlockService jni