Searched refs:ACTION_DISCOVERY_STARTED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java254 public static final String ACTION_DISCOVERY_STARTED = field in class:BluetoothAdapter
579 * for {@link #ACTION_DISCOVERY_STARTED} and {@link
644 * <p>Applications can also register for {@link #ACTION_DISCOVERY_STARTED}
/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothTestUtils.java162 if (BluetoothAdapter.ACTION_DISCOVERY_STARTED.equals(intent.getAction())) {
1023 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED);
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java263 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED);

Completed in 258 milliseconds