Loading src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java +4 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,10 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { } @Override public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } @Override public void register(boolean listening) { if (mBluetoothAdapter == null) { Loading src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,9 @@ public abstract class DeviceListPreferenceFragment extends public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } @Override public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } /** * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices */ Loading Loading
src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java +4 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,10 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { } @Override public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } @Override public void register(boolean listening) { if (mBluetoothAdapter == null) { Loading
src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,9 @@ public abstract class DeviceListPreferenceFragment extends public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } @Override public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } /** * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices */ Loading