Home
last modified time | relevance | path

Searched defs:bluetoothProfile (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java31 void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile); in onActiveDeviceChanged()
34 int state, int bluetoothProfile) { in onProfileConnectionStateChanged()
DCachedBluetoothDeviceManager.java312 int bluetoothProfile) { in onActiveDeviceChanged()
401 int state, int bluetoothProfile) { in onProfileConnectionStateChanged()
DBluetoothEventManager.java454 int bluetoothProfile = 0; in onReceive() local
470 int bluetoothProfile) { in dispatchActiveDeviceChanged()
502 int bluetoothProfile) { in dispatchProfileConnectionStateChanged()
DCachedBluetoothDevice.java517 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged()
555 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java281 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1027 public boolean bindBluetoothProfileService(int bluetoothProfile, in bindBluetoothProfileService()
1067 public void unbindBluetoothProfileService(int bluetoothProfile, in unbindBluetoothProfileService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java613 int bluetoothProfile) { } in onActiveDeviceChanged()