Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
150 int bluetoothProfile) { in onProfileConnectionStateChanged()
DBluetoothEventManager.java220 @NonNull CachedBluetoothDevice device, int state, int bluetoothProfile) { in dispatchProfileConnectionStateChanged()
259 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in dispatchActiveDeviceChanged()
509 int bluetoothProfile = 0; in onReceive() local
DCachedBluetoothDevice.java794 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged()
850 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java390 int bluetoothProfile) { in onProfileConnectionStateChanged()
392 cachedDevice.getAddress(), connectionStateToString(state), bluetoothProfile); in onProfileConnectionStateChanged() local
399 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
400 mLogger.logActiveDeviceChanged(getAddressOrNull(activeDevice), bluetoothProfile); in onActiveDeviceChanged() local
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothProfileMonitor.java63 BluetoothProfile bluetoothProfile; in isProfileSupported() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java213 int bluetoothProfile) { in onActiveDeviceChanged()
236 int state, int bluetoothProfile) { in onProfileConnectionStateChanged()