Home
last modified time | relevance | path

Searched refs:ACTION_DISCOVERY_STARTED (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDeviceDiscoveryTest.java65 if (BluetoothAdapter.ACTION_DISCOVERY_STARTED.equals(intent.getAction())) {
67 BluetoothAdapter.ACTION_DISCOVERY_STARTED);
83 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in startDeviceDiscoveryTest()
89 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in startDeviceDiscoveryTest()
103 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in cancelDeviceDiscoveryTest()
109 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in cancelDeviceDiscoveryTest()
132 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in checkDeviceIsDiscoveredTest()
139 .isEqualTo(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in checkDeviceIsDiscoveredTest()
/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt4 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED:
5 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt6 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED:
7 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt6 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED:
7 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior
Dcurrent.txt62 ….Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_DISCOVERY_STARTED = "androi…
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java95 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in onCreate()
172 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED)) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java1215 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in discoveryStateChangeCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java571 public static final String ACTION_DISCOVERY_STARTED = field in BluetoothAdapter