diff options
author | Jason Monk <jmonk@google.com> | 2015-02-04 10:24:29 -0500 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2015-02-05 10:43:57 -0500 |
commit | f2982a9ba19340b474bafb6b0bf5832673984e0d (patch) | |
tree | 1a6da9cc9f16a169bca2cac402bcfff1b8b15985 /res/drawable-xxxhdpi | |
parent | fc1b00cfe439b0c462b3acbba709c3cbc1132a1f (diff) | |
download | packages_apps_Settings-f2982a9ba19340b474bafb6b0bf5832673984e0d.zip packages_apps_Settings-f2982a9ba19340b474bafb6b0bf5832673984e0d.tar.gz packages_apps_Settings-f2982a9ba19340b474bafb6b0bf5832673984e0d.tar.bz2 |
Move isolatable bluetooth code to SettingsLib
Move the non-ui bluetooth control/tracking code to SettingsLib so
that it can be shared with others.
Mostly just move classes to frameworks/base/packages/SettingsLib,
however a few things had to move around.
- Dock handling had to move back to code still in settings
- Local preference related code had to be moved back to settings
- Added an error flow from SettingsLib to Settings
Depends on I69fd888362c6dbb325f6113b32c4b15cc6a23a41
Bug: 19180466
Change-Id: Ie57fe26a27bbb0adc2ef69e042a05c7290c6a52a
Diffstat (limited to 'res/drawable-xxxhdpi')
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_cellphone.png | bin | 1337 -> 0 bytes |
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_headphones_a2dp.png | bin | 1353 -> 0 bytes |
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_headset_hfp.png | bin | 1362 -> 0 bytes |
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_misc_hid.png | bin | 305 -> 0 bytes |
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_network_pan.png | bin | 1284 -> 0 bytes |
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_pointing_hid.png | bin | 1178 -> 0 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xxxhdpi/ic_bt_cellphone.png b/res/drawable-xxxhdpi/ic_bt_cellphone.png Binary files differdeleted file mode 100644 index 1e12f96..0000000 --- a/res/drawable-xxxhdpi/ic_bt_cellphone.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_bt_headphones_a2dp.png b/res/drawable-xxxhdpi/ic_bt_headphones_a2dp.png Binary files differdeleted file mode 100644 index 8b547d9..0000000 --- a/res/drawable-xxxhdpi/ic_bt_headphones_a2dp.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_bt_headset_hfp.png b/res/drawable-xxxhdpi/ic_bt_headset_hfp.png Binary files differdeleted file mode 100644 index 03c5033..0000000 --- a/res/drawable-xxxhdpi/ic_bt_headset_hfp.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_bt_misc_hid.png b/res/drawable-xxxhdpi/ic_bt_misc_hid.png Binary files differdeleted file mode 100644 index b9a9923..0000000 --- a/res/drawable-xxxhdpi/ic_bt_misc_hid.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_bt_network_pan.png b/res/drawable-xxxhdpi/ic_bt_network_pan.png Binary files differdeleted file mode 100644 index 989e1ab..0000000 --- a/res/drawable-xxxhdpi/ic_bt_network_pan.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_bt_pointing_hid.png b/res/drawable-xxxhdpi/ic_bt_pointing_hid.png Binary files differdeleted file mode 100644 index de8c389..0000000 --- a/res/drawable-xxxhdpi/ic_bt_pointing_hid.png +++ /dev/null |