Searched defs:bluetoothProfile (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothCallback.java | 124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() 150 int bluetoothProfile) { in onProfileConnectionStateChanged()
|
D | BluetoothEventManager.java | 220 @NonNull CachedBluetoothDevice device, int state, int bluetoothProfile) { in dispatchProfileConnectionStateChanged() 259 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in dispatchActiveDeviceChanged() 509 int bluetoothProfile = 0; in onReceive() local
|
D | CachedBluetoothDevice.java | 794 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/ |
D | BluetoothControllerImpl.java | 390 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/ |
D | BluetoothProfileMonitor.java | 63 BluetoothProfile bluetoothProfile; in isProfileSupported() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesDialogDelegate.java | 213 int bluetoothProfile) { in onActiveDeviceChanged() 236 int state, int bluetoothProfile) { in onProfileConnectionStateChanged()
|