Searched refs:BluetoothServiceConnectionListener (Results 1 – 4 of 4) sorted by relevance
31 import com.android.settings.development.BluetoothServiceConnectionListener;43 DeveloperOptionsPreferenceController implements BluetoothServiceConnectionListener,
24 public interface BluetoothServiceConnectionListener { interface
135 if (controller instanceof BluetoothServiceConnectionListener) {136 ((BluetoothServiceConnectionListener) controller).onBluetoothCodecUpdated();153 if (controller instanceof BluetoothServiceConnectionListener) {154 ((BluetoothServiceConnectionListener) controller)166 if (controller instanceof BluetoothServiceConnectionListener) {167 ((BluetoothServiceConnectionListener) controller)
43 PreferenceControllerMixin, BluetoothServiceConnectionListener, LifecycleObserver,