Home
last modified time | relevance | path

Searched defs:bluetoothAdapter (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0591/src/android/security/cts/CVE_2021_0591/
DPocActivity.java36 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothTestActivity.java41 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in onCreate() local
DBtAdapterUtils.java95 public static boolean enableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in enableAdapter()
124 public static boolean disableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in disableAdapter()
/cts/tests/tests/security/src/android/security/cts/
DCVE_2024_34719.java63 final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testPocCVE_2024_34719() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39626/src/android/security/cts/CVE_2021_39626/
DPocActivity.java50 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20429/
DPocActivity.java51 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onResume() local
/cts/hostsidetests/securitybulletin/test-apps/TestBluetoothDiscoverable/src/android/security/cts/TestBluetoothDiscoverable/
DPocActivity.java52 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DUiAutomationTestBase.kt83 private val bluetoothAdapter: BluetoothAdapter = bluetoothManager.adapter in <lambda>() constant in android.companion.cts.uiautomation.UiAutomationTestBase