Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
150 int bluetoothProfile) { in onProfileConnectionStateChanged()
H A DBluetoothEventManager.java210 int bluetoothProfile) { in dispatchProfileConnectionStateChanged()
234 int bluetoothProfile) { in dispatchActiveDeviceChanged()
479 int bluetoothProfile = 0; in onReceive() local
H A DCachedBluetoothDevice.java705 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged()
761 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java399 int bluetoothProfile) { in onProfileConnectionStateChanged()
401 cachedDevice.getAddress(), connectionStateToString(state), bluetoothProfile); in onProfileConnectionStateChanged() local
408 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
409 mLogger.logActiveDeviceChanged(getAddressOrNull(activeDevice), bluetoothProfile); in onActiveDeviceChanged() local
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DBluetoothProfileMonitor.java74 BluetoothProfile bluetoothProfile; in isProfileSupported() local