Searched defs:bluetoothAdapter (Results 1 – 8 of 8) sorted by relevance
36 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in onCreate() local
41 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in onCreate() local
95 public static boolean enableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in enableAdapter()124 public static boolean disableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in disableAdapter()
63 final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testPocCVE_2024_34719() local
50 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
51 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onResume() local
52 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
83 private val bluetoothAdapter: BluetoothAdapter = bluetoothManager.adapter in <lambda>() constant in android.companion.cts.uiautomation.UiAutomationTestBase