Home
last modified time | relevance | path

Searched defs:BluetoothPreference (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
DBluetoothPreference.java28 public class BluetoothPreference extends ListPreference { class
51 public BluetoothPreference(Context context, AttributeSet attrs) { in BluetoothPreference() method in BluetoothPreference
63 public BluetoothPreference(Context context) { in BluetoothPreference() method in BluetoothPreference
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DBluetoothPreference.kt48 class BluetoothPreference(private val bluetoothDataStore: BluetoothDataStore) : class