History log of /packages/services/Car/car-lib/src/android/car/settings/CarSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
962ba77e2b928466dd7a4652bc468127adb871a0 04-Aug-2017 Scott Randolph <randolphs@google.com> Add RINGTONE

Test: wip
Change-Id: Ifa560fdd2b4a4e3c17deadcd9cc0dd4769c90274
Bug: 64729839
/packages/services/Car/car-lib/src/android/car/settings/CarSettings.java
76a8489d09152192f356e61029eaffc401c5e639 28-Jul-2017 Ram Periathiruvadi <ramperry@google.com> Car Bluetooth policy - option to tag a device for autoconnect

Provide an option to tag a device with a priority for auto connection.
If a device is tagged as a Primary device for example, then the auto
connect policy will always try to connect to that device first
regardless of which device connected last (which is the default policy)

Bug: b/34722344
Test: Unit test
Change-Id: Ie364a4fbf5b29bc3f6cca7433ead2ed4b4debc9e
/packages/services/Car/car-lib/src/android/car/settings/CarSettings.java
acb6024180232a2c0b6bad6f14758ef28d8f63f7 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
/packages/services/Car/car-lib/src/android/car/settings/CarSettings.java
2612bb4b5b4043a3833e4e07e7dc788af84def09 20-Aug-2016 Yao Chen <yaochen@google.com> Save volumes in settings.

If car audio module does not have persistent memory, we will save per
car audio context volume in settings. So that the volumes will be
remembered after reboot.

Change-Id: I5ea485e8aed024b985d8342dbabfd4b8cf556bd5
/packages/services/Car/car-lib/src/android/car/settings/CarSettings.java
94d4766e55c34790e9a0be3009f05205cd730776 28-Jul-2016 Yao Chen <yaochen@google.com> Add GarageMode settings.

+ Add CarSettings to store keys related to Car platform.
+ Add a settings Activity for CarSettings, currently can be launched in
KitchenSink app. Later we can move it to the new Settings app.
+ Add relevant garage mode settings.

Change-Id: Iba3b5215a69004c6d7e38ad8a2a22ebd1acc7e1d
/packages/services/Car/car-lib/src/android/car/settings/CarSettings.java