Searched refs:BluetoothCallback (Results 1 – 11 of 11) sorted by relevance
66 private final Collection<BluetoothCallback> mCallbacks = new CopyOnWriteArrayList<>();148 public void registerCallback(BluetoothCallback callback) { in registerCallback()153 public void unregisterCallback(BluetoothCallback callback) { in unregisterCallback()208 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()214 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()221 for (BluetoothCallback callback : mCallbacks) { in dispatchProfileConnectionStateChanged()243 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()252 for (BluetoothCallback callback : mCallbacks) { in dispatchAudioModeChanged()281 for (BluetoothCallback callback : mCallbacks) { in dispatchActiveDeviceChanged()287 for (BluetoothCallback callback : mCallbacks) { in dispatchAclStateChanged()[all …]
28 object : BluetoothCallback { in <lambda>()
40 public interface BluetoothCallback { interface
22 import com.android.settingslib.bluetooth.BluetoothCallback54 object : BluetoothCallback { in <lambda>()
21 import com.android.settingslib.bluetooth.BluetoothCallback in <lambda>()59 object : BluetoothCallback { in <lambda>()
23 import com.android.settingslib.bluetooth.BluetoothCallback in <lambda>()67 object : BluetoothCallback { in <lambda>()
45 import com.android.settingslib.bluetooth.BluetoothCallback;606 private final class BluetoothCallbackHandler implements BluetoothCallback {608 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged()
33 import com.android.settingslib.bluetooth.BluetoothCallback;64 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
40 import com.android.settingslib.bluetooth.BluetoothCallback;59 public class LocalMediaManager implements BluetoothCallback {
55 import com.android.settingslib.bluetooth.BluetoothCallback;88 HearingDeviceItemCallback, BluetoothCallback {
76 private BluetoothCallback mBluetoothCallback;