am 8140d9c9: Add icons for Bluetooth HID and PAN profiles.

* commit '8140d9c9166990236e9b15cdefc96d348ba69a53':
  Add icons for Bluetooth HID and PAN profiles.
This commit is contained in:
Jake Hamby
2011-01-19 13:25:22 -08:00
committed by Android Git Automerger
5 changed files with 3 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -630,8 +630,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO:
return 0;
return R.drawable.ic_bt_headphones_a2dp;
}
}
@@ -718,8 +717,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO:
return 0;
return R.drawable.ic_bt_keyboard_hid;
}
}
@@ -807,8 +805,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO: return PAN icon resource ID
return 0;
return R.drawable.ic_bt_network_pan;
}
}
}