Home
last modified time | relevance | path

Searched refs:startDiscovery (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceController.java108 mBluetoothAdapter.startDiscovery(); in enableScanning()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java63 mAdapter.startDiscovery(); in onClick()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java289 mBluetoothAdapter.startDiscovery(); in startScanning()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java282 mBtAdapter.startDiscovery(); in scanNow()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1465 public boolean startDiscovery(AttributionSource attributionSource) { in startDiscovery() method in AdapterService.AdapterServiceBinder
1476 return service.startDiscovery(attributionSource); in startDiscovery()
2574 boolean startDiscovery(AttributionSource attributionSource) { in startDiscovery() method in AdapterService