Home
last modified time | relevance | path

Searched defs:bluetoothProfile (Results 1 – 5 of 5) 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.java210 int bluetoothProfile) { in dispatchProfileConnectionStateChanged()
234 int bluetoothProfile) { in dispatchActiveDeviceChanged()
479 int bluetoothProfile = 0; in onReceive() local
DCachedBluetoothDevice.java705 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged()
761 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
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
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothProfileMonitor.java74 BluetoothProfile bluetoothProfile; in isProfileSupported() local