Home
last modified time | relevance | path

Searched refs:ACTION_DISCOVERY_FINISHED (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDeviceDiscoveryTest.java68 } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(
71 BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
84 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in startDeviceDiscoveryTest()
93 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in startDeviceDiscoveryTest()
104 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in cancelDeviceDiscoveryTest()
114 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in cancelDeviceDiscoveryTest()
133 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in checkDeviceIsDiscoveredTest()
143 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in checkDeviceIsDiscoveredTest()
/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt2 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_FINISHED:
3 Field 'ACTION_DISCOVERY_FINISHED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt4 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_FINISHED:
5 Field 'ACTION_DISCOVERY_FINISHED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt4 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_FINISHED:
5 Field 'ACTION_DISCOVERY_FINISHED' is missing @BroadcastBehavior
Dcurrent.txt61 ….Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_DISCOVERY_FINISHED = "andro…
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java96 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in onCreate()
174 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_FINISHED)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java221 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in startListening()
410 } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(action)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java1209 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in discoveryStateChangeCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java579 public static final String ACTION_DISCOVERY_FINISHED = field in BluetoothAdapter