Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java179 public static boolean enableBLE(BluetoothAdapter bluetoothAdapter, Context context) { in enableBLE()
209 public static boolean disableBLE(BluetoothAdapter bluetoothAdapter, Context context) { in disableBLE()
236 public static boolean enableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in enableAdapter()
270 public static boolean disableAdapter(BluetoothAdapter bluetoothAdapter, Context context) { in disableAdapter()
279 public static boolean disableAdapter(BluetoothAdapter bluetoothAdapter, boolean persist, in disableAdapter()
/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.java40 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/CVE_2022_20429/
DPocActivity.java51 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onResume() 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/hostsidetests/securitybulletin/test-apps/TestBluetoothDiscoverable/src/android/security/cts/TestBluetoothDiscoverable/
DPocActivity.java52 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in onCreate() local
/cts/tests/tests/permission3/src/android/permission3/cts/
DPermissionTest30WithBluetooth.kt59 private lateinit var bluetoothAdapter: BluetoothAdapter variable in android.permission3.cts.PermissionTest30WithBluetooth
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java158 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in performBleScan() 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
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java317 performBleAction((bluetoothAdapter, bleScanner) -> { in testBleScanInterrupted() argument
394 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in performBleAction() local
425 performBleAction((bluetoothAdapter, bleScanner) -> { in performBleScan() argument