Home
last modified time | relevance | path

Searched refs:isDiscovering (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java111 boolean isDiscovering = mBluetoothAdapter.isDiscovering();
116 BluetoothUtils.getScanModeName(newScanMode), isDiscovering,
130 if (isDiscovering) {
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceController.java133 if (!mBluetoothAdapter.isDiscovering()) { in enableScanning()
151 if (mBluetoothAdapter.isDiscovering()) { in disableScanning()
DBluetoothUtils.java135 if (adapter.isDiscovering()) { in shouldShowDialogInForeground()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java59 if (mAdapter.isDiscovering()) { in onClick()
83 if (mAdapter.isDiscovering()) { in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.kt316 if (!mBluetoothAdapter!!.isDiscovering) { in startClassicScanning()
322 if (mBluetoothAdapter!!.isDiscovering) { in stopClassicScanning()
DLocalBluetoothPreferences.java99 if (adapter.isDiscovering()) { in shouldShowDialogInForeground()
DBluetoothPairingDetail.java108 mAvailableDevicesCategory.setProgress(mBluetoothAdapter.isDiscovering()); in onStart()
DDevicePickerFragment.java116 mAvailableDevicesCategory.setProgress(mBluetoothAdapter.isDiscovering()); in onStart()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceControllerTest.java114 when(mBluetoothAdapter.isDiscovering()).thenReturn(true); in setUp()
118 when(mBluetoothAdapter.isDiscovering()).thenReturn(false); in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairProviderTest.java452 when(mMockBluetoothAdapter.isDiscovering()).thenReturn(true); in testReceiveScanModeConnectableDiscoverable_advertiseModelId()
462 when(mMockBluetoothAdapter.isDiscovering()).thenReturn(false); in testReceiveScanModeConnectableDiscoverableNotDiscovering_advertisingStopped()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java275 if (mBtAdapter.isDiscovering()) { in scanNow()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl87 boolean isDiscovering(in AttributionSource attributionSource); in isDiscovering() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java744 boolean isDiscovering() { in isDiscovering() method in AdapterProperties
DAdapterService.java2556 public boolean isDiscovering(AttributionSource attributionSource) { in isDiscovering() method in AdapterService.AdapterServiceBinder
2565 return service.mAdapterProperties.isDiscovering(); in isDiscovering()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2111 public boolean isDiscovering() { in isDiscovering() method in BluetoothAdapter
2118 return mService.isDiscovering(mAttributionSource); in isDiscovering()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1128 Landroid/bluetooth/IBluetooth$Stub$Proxy;->isDiscovering()Z
1260 Landroid/bluetooth/IBluetooth;->isDiscovering()Z
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt39 …hod @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean isDiscovering();