Searched refs:BluetoothCallback (Results 1 – 6 of 6) sorted by relevance
60 private final Collection<BluetoothCallback> mCallbacks = new CopyOnWriteArrayList<>();133 public void registerCallback(BluetoothCallback callback) { in registerCallback()138 public void unregisterCallback(BluetoothCallback callback) { in unregisterCallback()191 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()197 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()204 for (BluetoothCallback callback : mCallbacks) { in dispatchProfileConnectionStateChanged()210 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()219 for (BluetoothCallback callback : mCallbacks) { in dispatchAudioModeChanged()231 for (BluetoothCallback callback : mCallbacks) { in dispatchActiveDeviceChanged()237 for (BluetoothCallback callback : mCallbacks) { in dispatchAclStateChanged()[all …]
24 public interface BluetoothCallback { interface
35 import com.android.settingslib.bluetooth.BluetoothCallback;55 public class LocalMediaManager implements BluetoothCallback {
35 import com.android.settingslib.bluetooth.BluetoothCallback;58 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
45 import com.android.settingslib.bluetooth.BluetoothCallback;594 private final class BluetoothCallbackHandler implements BluetoothCallback {
61 private BluetoothCallback mBluetoothCallback;