HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_FOUND (Results 1 - 6 of 6) sorted by null

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 95 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
183 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 93 filter.addAction(BluetoothDevice.ACTION_FOUND);
161 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 64 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
159 filter.addAction(BluetoothDevice.ACTION_FOUND);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 82 public static final String ACTION_FOUND =
178 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name.
183 * Used as an optional short extra field in {@link #ACTION_FOUND} intents.
191 * #ACTION_FOUND} and {@link #ACTION_CLASS_CHANGED} intents.
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 156 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
  /prebuilt/sdk/6/
android.jar 

Completed in 39 milliseconds