Home
last modified time | relevance | path

Searched refs:isExclusivelyManagedBluetoothDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesChecker.java75 && !isExclusivelyManagedBluetoothDevice(device)); in isAnyPairedHearingDevice()
97 && !isExclusivelyManagedBluetoothDevice(device)); in isAnyActiveHearingDevice()
100 private boolean isExclusivelyManagedBluetoothDevice( in isExclusivelyManagedBluetoothDevice() method in HearingDevicesChecker
103 return BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManagedBluetoothDevice()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java446 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasNoManager_returnFalse()
459 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasPackageName_packageNotInstalled_returnFalse()
472 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasComponentName_packageNotInstalled_returnFalse()
487 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasPackageName_packageNotEnabled_returnFalse()
502 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasComponentName_packageNotEnabled_returnFalse()
515 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasPackageName_packageInstalledAndEnabled_returnTrue()
528 assertThat(BluetoothUtils.isExclusivelyManagedBluetoothDevice(mContext, in isExclusivelyManaged_hasComponentName_packageInstalledAndEnabled_returnTrue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactory.kt181 !BluetoothUtils.isExclusivelyManagedBluetoothDevice(context, cachedDevice.device) && in isFilterMatched()
209 !BluetoothUtils.isExclusivelyManagedBluetoothDevice(context, cachedDevice.device) && in isFilterMatched()
238 !BluetoothUtils.isExclusivelyManagedBluetoothDevice( in isFilterMatched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java278 !BluetoothUtils.isExclusivelyManagedBluetoothDevice( in getDevices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java785 public static boolean isExclusivelyManagedBluetoothDevice( in isExclusivelyManagedBluetoothDevice() method in BluetoothUtils