Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java787 String exclusiveManagerName = getExclusiveManager(bluetoothDevice); in isExclusivelyManagedBluetoothDevice() local
788 if (exclusiveManagerName == null) { in isExclusivelyManagedBluetoothDevice()
793 ComponentName.unflattenFromString(exclusiveManagerName); in isExclusivelyManagedBluetoothDevice()
795 ? exclusiveManagerComponent.getPackageName() : exclusiveManagerName; in isExclusivelyManagedBluetoothDevice()