Searched refs:BluetoothCallback (Results 1 – 7 of 7) sorted by relevance
59 private final Collection<BluetoothCallback> mCallbacks = new ArrayList<>();130 public void registerCallback(BluetoothCallback callback) { in registerCallback()137 public void unregisterCallback(BluetoothCallback callback) { in unregisterCallback()193 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()201 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()210 for (BluetoothCallback callback : mCallbacks) { in dispatchProfileConnectionStateChanged()218 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()227 for (BluetoothCallback callback : mCallbacks) { in dispatchAudioModeChanged()237 for (BluetoothCallback callback : mCallbacks) { in dispatchActiveDeviceChanged()246 for (BluetoothCallback callback : mCallbacks) { in dispatchAclStateChanged()[all …]
24 public interface BluetoothCallback { interface
26 import com.android.settingslib.bluetooth.BluetoothCallback;41 public class LocalMediaManager implements BluetoothCallback {
26 import com.android.settingslib.bluetooth.BluetoothCallback;39 public class BluetoothMediaManager extends MediaManager implements BluetoothCallback,
34 import com.android.settingslib.bluetooth.BluetoothCallback;54 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
52 private BluetoothCallback mBluetoothCallback;
45 import com.android.settingslib.bluetooth.BluetoothCallback;590 private final class BluetoothCallbackHandler implements BluetoothCallback {