Home
last modified time | relevance | path

Searched refs:ACTION_FOUND (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt24 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND:
25 Field 'ACTION_FOUND' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt34 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND:
35 Field 'ACTION_FOUND' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt34 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND:
35 Field 'ACTION_FOUND' is missing @BroadcastBehavior
Dcurrent.txt554 …ndroid.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_FOUND = "android.blue…
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDeviceDiscoveryTest.java72 } else if (BluetoothDevice.ACTION_FOUND.equals(intent.getAction())) {
134 filter.addAction(BluetoothDevice.ACTION_FOUND); in checkDeviceIsDiscoveredTest()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java98 filter.addAction(BluetoothDevice.ACTION_FOUND); in onCreate()
169 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
/packages/modules/Bluetooth/android/pandora/server/src/
DOpp.kt70 intentFilter.addAction(BluetoothDevice.ACTION_FOUND)
144 it.action == BluetoothDevice.ACTION_FOUND && in waitBluetoothDevice()
DHost.kt132 intentFilter.addAction(BluetoothDevice.ACTION_FOUND) in <lambda>()
815 .filter { it.action == BluetoothDevice.ACTION_FOUND } in inquiry()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java220 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND); in startListening()
365 if (BluetoothDevice.ACTION_FOUND.equals(action)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1030 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND); in deviceFoundCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java146 public static final String ACTION_FOUND = "android.bluetooth.device.action.FOUND"; field in BluetoothDevice