Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CsipSetCoordinatorProfile.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile { // These callbacks run on the main thread. // These callbacks run on the main thread. private final class CoordinatedSetServiceListener implements BluetoothProfile.ServiceListener { private final class CoordinatedSetServiceListener implements BluetoothProfile.ServiceListener { @RequiresApi(32) @RequiresApi(33) public void onServiceConnected(int profile, BluetoothProfile proxy) { public void onServiceConnected(int profile, BluetoothProfile proxy) { if (VDBG) { if (VDBG) { Log.d(TAG, "Bluetooth service connected"); Log.d(TAG, "Bluetooth service connected"); Loading Loading @@ -233,7 +233,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile { return NAME; return NAME; } } @RequiresApi(32) @RequiresApi(33) protected void finalize() { protected void finalize() { if (VDBG) { if (VDBG) { Log.d(TAG, "finalize()"); Log.d(TAG, "finalize()"); Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/CsipSetCoordinatorProfile.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile { // These callbacks run on the main thread. // These callbacks run on the main thread. private final class CoordinatedSetServiceListener implements BluetoothProfile.ServiceListener { private final class CoordinatedSetServiceListener implements BluetoothProfile.ServiceListener { @RequiresApi(32) @RequiresApi(33) public void onServiceConnected(int profile, BluetoothProfile proxy) { public void onServiceConnected(int profile, BluetoothProfile proxy) { if (VDBG) { if (VDBG) { Log.d(TAG, "Bluetooth service connected"); Log.d(TAG, "Bluetooth service connected"); Loading Loading @@ -233,7 +233,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile { return NAME; return NAME; } } @RequiresApi(32) @RequiresApi(33) protected void finalize() { protected void finalize() { if (VDBG) { if (VDBG) { Log.d(TAG, "finalize()"); Log.d(TAG, "finalize()"); Loading