Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdaterTest.java330 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_notExclusivelyManagedDevice_addDevice()
349 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_existingExclusivelyManagedDevice_packageEnabled_removePreference()
373 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_newExclusivelyManagedDevice_packageEnabled_doNotAddPreference()
396 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_exclusivelyManagedDevice_packageNotInstalled_addDevice()
420 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_exclusivelyManagedDevice_packageNotEnabled_addDevice()
DConnectedBluetoothDeviceUpdaterTest.java347 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_notExclusiveManagedDevice_addDevice()
363 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_exclusivelyManagedDevice_packageNotInstalled_addDevice()
383 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_exclusivelyManagedDevice_packageNotEnabled_addDevice()
400 when(mBluetoothDevice.getMetadata(BluetoothDevice.METADATA_EXCLUSIVE_MANAGER)).thenReturn( in update_exclusivelyManagedDevice_packageInstalledAndEnabled_removePreference()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java342 case BluetoothDevice.METADATA_EXCLUSIVE_MANAGER: in setCustomizedMeta()
439 case BluetoothDevice.METADATA_EXCLUSIVE_MANAGER: in getCustomizedMeta()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java550 METADATA_EXCLUSIVE_MANAGER
813 public static final int METADATA_EXCLUSIVE_MANAGER = 29; field in BluetoothDevice
815 private static final int METADATA_MAX_KEY = METADATA_EXCLUSIVE_MANAGER;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java460 testSetGetCustomMetaCase(false, BluetoothDevice.METADATA_EXCLUSIVE_MANAGER, value, true); in testSetGetCustomMeta()
504 testSetGetCustomMetaCase(true, BluetoothDevice.METADATA_EXCLUSIVE_MANAGER, value, true); in testSetGetCustomMeta()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt259 …ooth.flags.support_exclusive_manager") public static final int METADATA_EXCLUSIVE_MANAGER = 29; //…