Home
last modified time | relevance | path

Searched refs:BluetoothCallback (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java138 public void registerCallback(BluetoothCallback callback) { in registerCallback()
198 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()
204 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()
211 for (BluetoothCallback callback : mCallbacks) { in dispatchProfileConnectionStateChanged()
217 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()
226 for (BluetoothCallback callback : mCallbacks) { in dispatchAudioModeChanged()
255 for (BluetoothCallback callback : mCallbacks) { in dispatchActiveDeviceChanged()
261 for (BluetoothCallback callback : mCallbacks) { in dispatchAclStateChanged()
293 for (BluetoothCallback callback : mCallbacks) { in onReceive()
309 for (BluetoothCallback callback : mCallbacks) { in onReceive()
[all …]
H A DBluetoothCallback.java40 public interface BluetoothCallback { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java45 import com.android.settingslib.bluetooth.BluetoothCallback;
600 private final class BluetoothCallbackHandler implements BluetoothCallback {
602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java32 import com.android.settingslib.bluetooth.BluetoothCallback;
63 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java40 import com.android.settingslib.bluetooth.BluetoothCallback;
59 public class LocalMediaManager implements BluetoothCallback {
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManagerTest.java62 private BluetoothCallback mBluetoothCallback;