Home
last modified time | relevance | path

Searched defs:bluetoothName (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothNameUtils.java45 public static int getSetupType(String bluetoothName) { in getSetupType()
69 public static LedConfiguration getColorConfiguration(String bluetoothName) { in getColorConfiguration()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioRoutesInfo.java35 public CharSequence bluetoothName; field in AudioRoutesInfo
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothStateSwitchPreferenceController.java208 String bluetoothName = BluetoothAdapter.getDefaultAdapter().getName(); in updateSwitchPreference() local