History log of /packages/services/Car/service/src/com/android/car/PerUserCarServiceHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
444ff24b155485e03a45eef8f23bfda0fc8c1bbf 31-May-2017 Ram Periathiruvadi <ramperry@google.com> Check if service is bound before unbinding.

Adding a check to unbind from PerUserCarService only when we are already
bound.

Bug: b/62133680
Test: runtest -x packages/services/Car/tests/android_car_api_test/
Change-Id: I8386b23077a3ca6bb42ba946577a50d0a7143f9a
(cherry picked from commit ee7c58ab931f36cc8709c8af627d1c45f7c77556)
/packages/services/Car/service/src/com/android/car/PerUserCarServiceHelper.java
b92031d26ad1e253b7037f296e3f654874dd8857 09-May-2017 Ram Periathiruvadi <ramperry@google.com> Fix Car Service Test crash.

Safeguard against unregistering a broadcast reciever more than once
caused by calling cleanup successively.
Respect ICarImpl release order - should be the reverse of the init
order.

Bug: b/38046032
Test: runtest -x packages/services/Car/tests/carservice_test/
Change-Id: I79f810292100f579bc10352121c59558f5ceb0e5
(cherry picked from commit a048c0a3b653982a8a5560f9202f71cfc4d338e8)
/packages/services/Car/service/src/com/android/car/PerUserCarServiceHelper.java
6bd897fd7519d2939edda09cc454943b76ea663d 14-Apr-2017 Ram Periathiruvadi <ramperry@google.com> Bluetooth Auto-connect per user, fix multidevice connections

When auto connecting to devices on bluetooth, store and try devices per
user. Added a CarUserService that is created for the current user on
UserSwitch. The CarUserService deals with scenarios where the
CarService, running as a System User, doesn't get to listen to events
from processes running as the current user.
Fix the issue where when 2 phones were connected on HFP, auto-connect
only connects to one.
Other cleanup and slight code re-org

Bug: b/35324581
Bug: b/37305537
Test: Manually tested by switching between different users and connecting
to multiple phones.

Change-Id: I53583bee9ed1ff1a6bfd20363d4544efd2cc152f
(cherry picked from commit acb6024180232a2c0b6bad6f14758ef28d8f63f7)
/packages/services/Car/service/src/com/android/car/PerUserCarServiceHelper.java