Home
last modified time | relevance | path

Searched defs:bluetoothProfile (Results 1 – 4 of 4) 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()
478 int bluetoothProfile = 0; in onReceive() local
DCachedBluetoothDevice.java670 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged()
718 public boolean isActiveDevice(int bluetoothProfile) { in isActiveDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java389 int bluetoothProfile) { in onProfileConnectionStateChanged()
391 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