HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_FOUND (Results 1 - 8 of 8) 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)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 89 filter.addAction(BluetoothDevice.ACTION_FOUND);
189 } else if (BluetoothDevice.ACTION_FOUND.equals(intent.getAction())) {
  /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.
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 162 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 432 milliseconds