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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 545 // we expect framework send us Intent ACTION_UUID. otherwise we will fail
547 IntentFilter intentFilter = new IntentFilter(BluetoothDevice.ACTION_UUID);
559 if (intent.getAction().equals(BluetoothDevice.ACTION_UUID)) {
561 if (V) Log.v(TAG, "ACTION_UUID for device " + device);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 254 public static final String ACTION_UUID =
450 * Used as an extra field in {@link #ACTION_UUID} intents,
793 * <p>This API is asynchronous and {@link #ACTION_UUID} intent is sent,
796 * {@link #ACTION_UUID} intent is sent with the UUIDs that is currently
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 98 addHandler(BluetoothDevice.ACTION_UUID, new UuidChangedHandler());
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 88 filter.addAction(BluetoothDevice.ACTION_UUID);
300 } else if (action.equals(BluetoothDevice.ACTION_UUID)) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]

Completed in 203 milliseconds