- 10 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 09 Aug, 2016 1 commit
-
-
Ajay Panicker authored
Bug: 30648104 Change-Id: I9d749a20eefdbeb126fa25a425d636205a22b2ef
-
- 08 Aug, 2016 2 commits
-
-
gitbuildkicker authored
-
Ajay Panicker authored
OPP connections could possibly stay open forever if no response to the put request is received after transfering very small files. Fixed by waiting to clear the timeout message until after the response is received. Bug: 30645605 Change-Id: I0743685e98e74195b99eff7012dc8c8044c425ca
-
- 06 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 04 Aug, 2016 1 commit
-
-
Ajay Panicker authored
Bug: 30444661 Change-Id: I1d93645f1d4475cf603cda8bb28df0b960ccb445
-
- 03 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 02 Aug, 2016 2 commits
-
-
Ajay Panicker authored
Bug: 28973021 Change-Id: I40f6d32ffadd58e60dbd1e44802a629b9fab64e4
-
gitbuildkicker authored
-
- 01 Aug, 2016 1 commit
-
-
Marie Janssen authored
Fix multiple issues with status notificatios: * Playback state was not being sent when state wasn't sent accompanying a metadata change * Play state was being sent without an update * Position was being sent without a change and with the wrong indicator * Position was not being scheduled for update when playing. * Position was being scheduled for update when paused / stopped. Bug: 30459664 Bug: 29400658 Bug: 28639383 Change-Id: Ic550dcab0430be45187b0267cc77875740388a2a (cherry picked from commit fa81085f)
-
- 28 Jul, 2016 2 commits
-
-
Ajay Panicker authored
Bug: 28970262 Change-Id: I07d9ab24d10396baa4ddbfbdfad5b1eec1b8e9d5
-
Ajay Panicker authored
Bug: 28970262 Change-Id: I07d9ab24d10396baa4ddbfbdfad5b1eec1b8e9d5
-
- 27 Jul, 2016 2 commits
-
-
gitbuildkicker authored
-
Ajay Panicker authored
-
- 26 Jul, 2016 2 commits
-
-
Chenjie Luo authored
-
Ajay Panicker authored
When the device is encrypted and a passcode is set, the SMS database isn't available and the MAP service crashes when trying to access it. The service will now respond with OBEX_SERVICE_UNAVAILABLE until the phone is unlocked. At this point, the SMS database will notify the content observer that all the messages are available, and send corresponding events. Bug: 29990836 Change-Id: I53f12d0e114212d94f16b56df7c7dbe73f6254df
-
- 25 Jul, 2016 1 commit
-
-
Lianchao Song authored
To fix the issue that the watch is still ringing after answer an incoming call on phone. It is caused by the ACTION_CALL_CHANGED broadcast reception processing delayed. Bug:29931814 Change-Id: I8d8f297c3a13dfe65674eca94724a50d82618f5e Signed-off-by:
m00230717 <m00230717@notesmail.huawei.com> (cherry picked from commit 6b375a45)
-
- 21 Jul, 2016 2 commits
-
-
gitbuildkicker authored
-
Bill Yi authored
Change-Id: I0b3ce711cda327fa16cba022b24b30fdeada9fb8 Auto-generated-cl: translation import
-
- 18 Jul, 2016 2 commits
-
-
Marie Janssen authored
am: 9b04e432 Change-Id: Ibccde59d643df4ed3fe869eda05d34891f80147d
-
Marie Janssen authored
am: 2be59462 -s ours Change-Id: Ib67100dd6a0a21aee2c8fa5644ad932ce1dd5746
-
- 17 Jul, 2016 1 commit
-
-
gitbuildkicker authored
-
- 15 Jul, 2016 3 commits
-
-
Marie Janssen authored
When the MediaController goes away (media stops) a NPE would cause a crash. Initialize the position so that an initial notification gets sent when position is requested, send it when the music is paused, and send play state whenever the app sends us a play state update. Bug: 30039744 Bug: 29416450 Change-Id: I44397b3dc40d328fa75a2c15875fad298a5090dd (cherry picked from commit 84d3f084)
-
Marie Janssen authored
Use PlaybackState directly to track the position through time. Update the state when necessary (track changes, etc.) Remove complex logic and centralize sending of Play Position Notificaiton response and scheduling. Update dumpsys and add current package session. Bug: 29416450 Bug: 29606822 Change-Id: Ie82b48d6d7f9e1a05b64835731433d05a3a3a41a (cherry picked from commit eb9e6ef0)
-
Hemant Gupta authored
Usecase: Perform BT off/on repeatedly. Issue: Bluetooth crashes. Fix: Remove redundant call to sendShutdownMessage() from stop API to prevent MapServiceMessageHandler becoming null and being dereferenced. Bug: 29149190 Change-Id: I739664975043c4a1895fd2113869c87cdb704338 (cherry picked from commit 5847ca3c)
-
- 14 Jul, 2016 6 commits
-
-
TreeHugger Robot authored
-
Nitin Shivpure authored
Issue: Browsing is not working with multiple remote PANU Device(s). Root Cause: When the 1st remote PANU is connected, the bt-pan interface gets configured. As soon as 2nd PANU is connected, the bt-pan interface goes into a bad state. The second device is able to write Ethernet packets on the bt-pan interface (TUN driver) after reconfiguration, but it is unable to read Ethernet packets from the interface. Fix: If the bt-pan interface is already configured in the NAP role, then do not reconfigure bt-pan when the 2nd PANU is connected. Bug: 29992925 Change-Id: Ib6e0cb91d573649af45ffe25c7095a4bd74a5022
-
Marie Janssen authored
When the MediaController goes away (media stops) a NPE would cause a crash. Initialize the position so that an initial notification gets sent when position is requested, send it when the music is paused, and send play state whenever the app sends us a play state update. Bug: 30039744 Bug: 29416450 Change-Id: I44397b3dc40d328fa75a2c15875fad298a5090dd
-
Marie Janssen authored
Use PlaybackState directly to track the position through time. Update the state when necessary (track changes, etc.) Remove complex logic and centralize sending of Play Position Notificaiton response and scheduling. Update dumpsys and add current package session. Bug: 29416450 Bug: 29606822 Change-Id: Ie82b48d6d7f9e1a05b64835731433d05a3a3a41a
-
gitbuildkicker authored
-
Ajay Panicker authored
Bug: 28970268 Change-Id: I5bdef6cd67708036352ed37ea35b027d6a54af03
-
- 10 Jul, 2016 1 commit
-
-
gitbuildkicker authored
-
- 06 Jul, 2016 1 commit
-
-
Satish Kodishala authored
Use case: 1. Run HFP AG PTS test cases. or 1. Pair and connect phone with Sony xba-bt75 Bluetooth headset. 2. Make incoming call and accept it. Failure: PTS test cases fail. There will be no call audio on Sony xba-bt75 headset. Root cause: Telephony asking to create SCO before incoming call is accepted. Fix: If there is no active/held call, outgoing call setup in progress, we should not create SCO. Telephony will ask to create SCO for incoming call before the call becomes active, this creates IOT issues and fail below PTS test cases. TC_AG_ACC_BV_08_I TC_AG_ACC_BV_10_I TC_AG_ACC_BV_11_I TC_AG_ACC_BV_12_I TC_AG_ACC_BV_13_I TC_AG_ACC_BV_14_I Bug: 29417803 Change-Id: I0c1002b31da65cbc0b0e74b590468d37ea51d065 (cherry picked from commit c01a35486da7fa801b4cb6ad4d1bb7702ab4f272)
-
- 26 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 25 Jun, 2016 1 commit
-
-
Pavlin Radoslavov authored
We should call setAdapterService(this) inside onCreate() instead of inside BleOnProcessStart(). The former is more robust. Change-Id: Ide1d98dfdde148645f3efe246e6fbf95659195a7
-
- 24 Jun, 2016 1 commit
-
- 23 Jun, 2016 4 commits
-
-
Calvin On authored
Previously, if AdapterService was null while ProfileService is created, the ProfileService would never work because it would store a stale reference to the AdapterService. This change ensures that ProfileService accesses the current AdapterService at any given time. Bug: 29519304 Bug: 29610505 Change-Id: I25efbf4a58932f519ac9f0b89c4112a442c994eb (cherry picked from commit b55c6a1f)
-
Calvin On authored
-
Ajay Panicker authored
am: e026ad50 Change-Id: I54248b785427cce08568d7fed2bb329f90b3af02
-
Ajay Panicker authored
If the output stream is still open after finishing the sending of a file, a CONTINUE response code is received instead of an OK code. Bug: 29583227 Change-Id: I1b2515e8fe5eec208bbbe1df17f96cc20c5ea884
-