Searched refs:bluetoothName (Results 1 – 2 of 2) sorted by relevance
45 public static int getSetupType(String bluetoothName) { in getSetupType() argument46 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getSetupType()69 public static LedConfiguration getColorConfiguration(String bluetoothName) { in getColorConfiguration() argument70 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getColorConfiguration()
180 String bluetoothName = BluetoothAdapter.getDefaultAdapter().getName(); in updateSwitchPreference() local182 .getString(R.string.bluetooth_state_switch_summary, bluetoothName) : null); in updateSwitchPreference()