Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothFeatureProviderImplTest.java38 private static final int METADATA_FAST_PAIR_CUSTOMIZED_FIELDS = 25; field in BluetoothFeatureProviderImplTest
63 when(mBluetoothDevice.getMetadata(METADATA_FAST_PAIR_CUSTOMIZED_FIELDS)).thenReturn( in getBluetoothDeviceControlUri_returnsCorrectUri()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java330 case BluetoothDevice.METADATA_FAST_PAIR_CUSTOMIZED_FIELDS: in setCustomizedMeta()
427 case BluetoothDevice.METADATA_FAST_PAIR_CUSTOMIZED_FIELDS: in getCustomizedMeta()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java69 private static final int METADATA_FAST_PAIR_CUSTOMIZED_FIELDS = 25; field in BluetoothDeviceDetailsFragment
124 if (key == METADATA_FAST_PAIR_CUSTOMIZED_FIELDS
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java546 METADATA_FAST_PAIR_CUSTOMIZED_FIELDS,
770 public static final int METADATA_FAST_PAIR_CUSTOMIZED_FIELDS = 25; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java455 false, BluetoothDevice.METADATA_FAST_PAIR_CUSTOMIZED_FIELDS, value, true); in testSetGetCustomMeta()
500 true, BluetoothDevice.METADATA_FAST_PAIR_CUSTOMIZED_FIELDS, value, true); in testSetGetCustomMeta()