Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothLengthDeviceNameFilter.java23 private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248; field in BluetoothLengthDeviceNameFilter
26 super(BLUETOOTH_NAME_MAX_LENGTH_BYTES); in BluetoothLengthDeviceNameFilter()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothLengthDeviceNameFilter.java23 private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248; field in BluetoothLengthDeviceNameFilter
26 super(BLUETOOTH_NAME_MAX_LENGTH_BYTES); in BluetoothLengthDeviceNameFilter()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragment.java54 private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248; field in BluetoothRenameDialogFragment
119 new Utf8ByteLengthFilter(BLUETOOTH_NAME_MAX_LENGTH_BYTES) in createDialogView()