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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java262 public static final String ACTION_DISCOVERY_FINISHED = field in class:BluetoothAdapter
580 * #ACTION_DISCOVERY_FINISHED} intents to determine exactly when the
645 * or {@link #ACTION_DISCOVERY_FINISHED} to be notified when discovery
/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothTestUtils.java164 } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(intent.getAction())) {
1022 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java268 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);

Completed in 79 milliseconds