Home
last modified time | relevance | path

Searched refs:bluetoothName (Results 1 – 4 of 4) 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/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java213 String bluetoothName; in sendReplyIntentToReceiver() local
215 bluetoothName = Utils.findBluetoothPackageName(this); in sendReplyIntentToReceiver()
228 intent.setPackage(bluetoothName); in sendReplyIntentToReceiver()
DBluetoothPermissionRequest.java127 String bluetoothName; in onReceive() local
129 bluetoothName = Utils.findBluetoothPackageName(context); in onReceive()
135 deleteIntent.setPackage(bluetoothName); in onReceive()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothStateSwitchPreferenceController.java199 String bluetoothName = BluetoothAdapter.getDefaultAdapter().getName(); in updateSwitchPreference() local
201 .getString(R.string.bluetooth_state_switch_summary, bluetoothName) : null); in updateSwitchPreference()