Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothNameUtils.java45 public static int getSetupType(String bluetoothName) { in getSetupType() argument
46 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getSetupType()
69 public static LedConfiguration getColorConfiguration(String bluetoothName) { in getColorConfiguration() argument
70 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getColorConfiguration()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothStateSwitchPreferenceController.java180 String bluetoothName = BluetoothAdapter.getDefaultAdapter().getName(); in updateSwitchPreference() local
182 .getString(R.string.bluetooth_state_switch_summary, bluetoothName) : null); in updateSwitchPreference()