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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 125 } else if (action.equals(BluetoothDevice.ACTION_UUID)) {
170 filter.addAction(BluetoothDevice.ACTION_UUID);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 542 // we expect framework send us Intent ACTION_UUID. otherwise we will fail
544 IntentFilter intentFilter = new IntentFilter(BluetoothDevice.ACTION_UUID);
556 if (intent.getAction().equals(BluetoothDevice.ACTION_UUID)) {
558 if (V) Log.v(TAG, "ACTION_UUID for device " + device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 255 public static final String ACTION_UUID =
332 * Used as an extra field in {@link #ACTION_UUID} intents,
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 89 filter.addAction(BluetoothDevice.ACTION_UUID);
298 } else if (action.equals(BluetoothDevice.ACTION_UUID)) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]

Completed in 102 milliseconds