HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_FOUND (Results 1 - 13 of 13) 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 96 filter.addAction(BluetoothDevice.ACTION_FOUND);
167 } 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())) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 90 public static final String ACTION_FOUND =
198 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name.
203 * Used as an optional short extra field in {@link #ACTION_FOUND} intents.
211 * #ACTION_FOUND} and {@link #ACTION_CLASS_CHANGED} intents.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 317 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 89 addHandler(BluetoothDevice.ACTION_FOUND, new DeviceFoundHandler());
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 318 milliseconds