- Sep 27, 2016
-
-
Dan Albert authored
Test: make native Bug: http://b/30465923 Change-Id: I956b5014c4da4dce1ce28da706b9d868eba4cce3
-
- Sep 23, 2016
-
-
Treehugger Robot authored
-
Etan Cohen authored
-
- Sep 22, 2016
-
-
Christopher Wiley authored
* changes: Remove ability to set frequency from WifiAssociationTest Remove WifiManager#get/setFrequencyBand
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Pavlin Radoslavov authored
Add a missing call to remove all MESSAGE_BIND_PROFILE_SERVICE message when unbinding and finishing. Bug: 31442739 Test: manual, and "frameworks/base/core/tests/bluetoothtests" unit tests Change-Id: I7e9a8f79a38d4eb8ab8b53be04650226fc72732e
-
Treehugger Robot authored
-
Colin Cross authored
-
Colin Cross authored
StringPool:entry* are not trivially moveable, as they contain Vector<> objects. The data in Vector<> is trivially moveable, but Vector<> itself is a dynamic type with a vtable, which is not trivially moveable. Impact on aapt for frameworks-res is negligible, ~3%. Bug: 31595853 Test: m -j framework-res Change-Id: I562a46ef8934aed7aab5c5377db53d9cf64a08b9
-
liulvping authored
If a package with sharedUserId had been setInstalled with false, then the result of getPackagesForUid() should not include it. https://code.google.com/p/android/issues/detail?id=212255 Change-Id: I7b984051db34ecc2d0ef9518786d51100ab9ac79 Signed-off-by:
liulvping <liulvping@xiaomi.com>
-
Treehugger Robot authored
-
yuanhuihui authored
A restarted process will reuse original process record. If only reset KilledByAm flag, not reset Killed flag. When app process have been killed by AMS can skip unnessary ANR, but not catch lowmemorykiller in AppErrors.appNotResponding() Change-Id: Ie4653edf4252797eaeefbf9a4a35ac00cfa857d8 Signed-off-by:
yuanhuihui <yuanhuihui@xiaomi.com>
-
Gopal Krishna Shukla authored
If setView() will be called from two different threads then mView property of a View object may have inconsistent value. For instance, setView() may set mView to null causing NullPointerException. Synchronize root.setView() as well to avoid this. Change-Id: I5f9cf47ece5d4aca575bd8644ecfcee0ed43d843
-
Ajay Panicker authored
-
Etan Cohen authored
Provide separate mechanism to attach with a request for identity change listener. (cherry-pick of commit 78e33f27) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: I26b3bf4e904f3c3822578185fa55e2de5e63b71b
-
Etan Cohen authored
-
- Sep 21, 2016
-
-
Greg Hackmann authored
* changes: AlarmManagerService: explain some timerfd_create() failures AlarmManagerService: remove legacy /dev/alarm support
-
Etan Cohen authored
- Fix tenses throughout - connect -> attach - disconnect/terminate -> destroy - IsUsable -> IsAvailable Note: pure rename operation - no functional changes (cherry-pick of commit 34a0342a) Bug: 31470256 Test: unit tests + integration (sl4a) test Change-Id: I0f275c590c63109b7196622cfc5001082e3eb5a2
-
Andre Eisenbach authored
-
Chris Tate authored
-
Etan Cohen authored
-
Etan Cohen authored
Separate session enables separate namespace for functions which depend on a connection to exist. (cherry-pick of commit a2eb21d1) Bug: 31470256 Test: unit tests, integration (sl4a) tests. Change-Id: I8be0bc609e55319446cef149ba49cd6f7a5f446a
-
Jack He authored
Bug: 31604112 Test: manual Change-Id: Ic5ee837bb895fc5b39b6d1abdd91d8f1d33f62ae
-
Andre Eisenbach authored
-
Ajay Panicker authored
Bug: 29754520 Test: cherry-pick from internal tree Change-Id: Id3f43d36db2c5f026a5d3a94e7370051d2e23e37 (cherry picked from commit 58dd0cd6)
-
Neil Fuller authored
-
Neil Fuller authored
No actual API change. Bug: 28666126 Bug: 31052885 Test: make test-art-host and cts run of CtsLibcoreTestCases Change-Id: I8755509f9b6e5387e071a3550b197167bab6ae04
-
Neil Fuller authored
-
Neil Fuller authored
Bug: 28666126 Change-Id: I37926f8f221dca7e99ffd233a0990fcfa4d56040
-
Michal Karpinski authored
-
Michal Karpinski authored
The service will be extended to include listening for connect events as well. Test: this is just a renaming change Bug: 29748723 Change-Id: I4e50e24d1bfb0b5ead4010cc7df3434d38b753d8
-
- Sep 20, 2016
-
-
Ajay Panicker authored
Bug: 31549206 Change-Id: I4da37bef5cff0e6054e952e6755905a5cc1e2e68
-
Christopher Wiley authored
This is no longer a supported API. Bug: 31148223 Test: This code would no longer compile Change-Id: I2d8ee6a40eda7e0f1a266cb0579aff2e504f29a7
-
Christopher Wiley authored
These methods are marked @hide and only partially implemented by the WifiService. In general, it seems wrong to strictly prefer one WiFi band over another for all WiFi operations. To reduce implementation complexity, cause setFrequencyBand to become a noop and getFrequencyBand to reflect the underlying reality, which is that we will always operate on all supported bands. Bug: 31148223 Test: Compiles Change-Id: Iccff517915f7d5ed7e96bf56e4f195b2cda80f0a
-
Greg Hackmann authored
When AlarmManagerService is broken, starting the framework fails in weird and inconsistent ways. So if we detect your kernel is missing the required timerfd support, give up immediately and explain why. Bug: 28357356 Test: manually break timerfd_create syscall, check adb logcat during boot Change-Id: Iaa153fca38e9cd8e801f3e71c3e1ae2351907828 Signed-off-by:
Greg Hackmann <ghackmann@google.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Greg Hackmann authored
We've removed the Android alarm driver from our supported kernels. It's time to remove the userspace callers too: they make the native side of AlarmManagerService more complex, and send the wrong signal about /dev/alarm still being supported. Bug: 28357356 Test: cts-tradefed run singleCommand cts -d -c android.app.cts.AlarmManagerTest Change-Id: I619e2d8a98e4c4728131a2d826b1295f858abedd Signed-off-by:
Greg Hackmann <ghackmann@google.com>
-
Etan Cohen authored
-