Searched refs:BluetoothCallback (Results 1 – 6 of 6) sorted by relevance
59 private final Collection<BluetoothCallback> mCallbacks = new CopyOnWriteArrayList<>();132 public void registerCallback(BluetoothCallback callback) { in registerCallback()137 public void unregisterCallback(BluetoothCallback callback) { in unregisterCallback()190 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()196 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()203 for (BluetoothCallback callback : mCallbacks) { in dispatchProfileConnectionStateChanged()209 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()218 for (BluetoothCallback callback : mCallbacks) { in dispatchAudioModeChanged()230 for (BluetoothCallback callback : mCallbacks) { in dispatchActiveDeviceChanged()236 for (BluetoothCallback callback : mCallbacks) { in dispatchAclStateChanged()[all …]
24 public interface BluetoothCallback { interface
33 import com.android.settingslib.bluetooth.BluetoothCallback;52 public class LocalMediaManager implements BluetoothCallback {
32 import com.android.settingslib.bluetooth.BluetoothCallback;54 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
45 import com.android.settingslib.bluetooth.BluetoothCallback;594 private final class BluetoothCallbackHandler implements BluetoothCallback {
57 private BluetoothCallback mBluetoothCallback;