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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothNameUtils.java42 * @param bluetoothName
45 public static int getSetupType(String bluetoothName) { argument
46 Matcher matcher = NAME_PATTERN.matcher(bluetoothName);
66 * @param bluetoothName
69 public static LedConfiguration getColorConfiguration(String bluetoothName) { argument
70 Matcher matcher = NAME_PATTERN.matcher(bluetoothName);

Completed in 48 milliseconds