Searched refs:bluetoothName (Results 1 – 4 of 4) 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()
213 String bluetoothName; in sendReplyIntentToReceiver() local215 bluetoothName = Utils.findBluetoothPackageName(this); in sendReplyIntentToReceiver()228 intent.setPackage(bluetoothName); in sendReplyIntentToReceiver()
127 String bluetoothName; in onReceive() local129 bluetoothName = Utils.findBluetoothPackageName(context); in onReceive()135 deleteIntent.setPackage(bluetoothName); in onReceive()
199 String bluetoothName = BluetoothAdapter.getDefaultAdapter().getName(); in updateSwitchPreference() local201 .getString(R.string.bluetooth_state_switch_summary, bluetoothName) : null); in updateSwitchPreference()