Searched refs:bluetoothProfile (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothEventManager.java | 210 int bluetoothProfile) { in dispatchProfileConnectionStateChanged() argument 212 callback.onProfileConnectionStateChanged(device, state, bluetoothProfile); in dispatchProfileConnectionStateChanged() 234 int bluetoothProfile) { in dispatchActiveDeviceChanged() argument 252 cachedDevice.onActiveDeviceChanged(isActive, bluetoothProfile); in dispatchActiveDeviceChanged() 255 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged() 478 int bluetoothProfile = 0; in onReceive() local 480 bluetoothProfile = BluetoothProfile.A2DP; in onReceive() 482 bluetoothProfile = BluetoothProfile.HEADSET; in onReceive() 484 bluetoothProfile = BluetoothProfile.HEARING_AID; in onReceive() 487 bluetoothProfile = BluetoothProfile.LE_AUDIO; in onReceive() [all …]
|
D | BluetoothCallback.java | 124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() argument 150 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
D | CachedBluetoothDevice.java | 670 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged() argument 673 + "profile " + BluetoothProfile.getProfileName(bluetoothProfile) in onActiveDeviceChanged() 678 switch (bluetoothProfile) { in onActiveDeviceChanged() 696 Log.w(TAG, "onActiveDeviceChanged: unknown profile " + bluetoothProfile + in onActiveDeviceChanged() 718 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice() argument 719 switch (bluetoothProfile) { in isActiveDevice() 729 Log.w(TAG, "getActiveDevice: unknown profile " + bluetoothProfile); in isActiveDevice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImpl.java | 389 int bluetoothProfile) { in onProfileConnectionStateChanged() argument 391 cachedDevice.getAddress(), connectionStateToString(state), bluetoothProfile); in onProfileConnectionStateChanged() local 399 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 400 mLogger.logActiveDeviceChanged(getAddressOrNull(activeDevice), bluetoothProfile); in onActiveDeviceChanged() local
|