Searched defs:bluetoothAdapter (Results 1 – 9 of 9) sorted by relevance
65 final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testPocCVE_2022_20126() local144 private int getCurrentScanMode(BluetoothAdapter bluetoothAdapter) { in getCurrentScanMode()
63 final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testPocCVE_2024_34719() local
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()
51 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onResume() local
50 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
52 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
86 private val bluetoothAdapter: BluetoothAdapter = bluetoothManager.adapter in <lambda>() constant in android.companion.cts.uiautomation.UiAutomationTestBase