Searched refs:ACTION_DISCOVERY_STARTED (Results 1 – 8 of 8) sorted by relevance
65 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()
4 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED:5 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior
6 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED:7 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior
62 ….Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_DISCOVERY_STARTED = "androi…
95 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in onCreate()172 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED)) {
1215 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in discoveryStateChangeCallback()
571 public static final String ACTION_DISCOVERY_STARTED = field in BluetoothAdapter