Searched refs:ACTION_FOUND (Results 1 – 11 of 11) sorted by relevance
24 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND:25 Field 'ACTION_FOUND' is missing @BroadcastBehavior
34 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND:35 Field 'ACTION_FOUND' is missing @BroadcastBehavior
554 …ndroid.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_FOUND = "android.blue…
72 } else if (BluetoothDevice.ACTION_FOUND.equals(intent.getAction())) {134 filter.addAction(BluetoothDevice.ACTION_FOUND); in checkDeviceIsDiscoveredTest()
98 filter.addAction(BluetoothDevice.ACTION_FOUND); in onCreate()169 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
70 intentFilter.addAction(BluetoothDevice.ACTION_FOUND)144 it.action == BluetoothDevice.ACTION_FOUND && in waitBluetoothDevice()
132 intentFilter.addAction(BluetoothDevice.ACTION_FOUND) in <lambda>()815 .filter { it.action == BluetoothDevice.ACTION_FOUND } in inquiry()
220 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND); in startListening()365 if (BluetoothDevice.ACTION_FOUND.equals(action)) { in onReceive()
1030 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND); in deviceFoundCallback()
146 public static final String ACTION_FOUND = "android.bluetooth.device.action.FOUND"; field in BluetoothDevice