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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 548 // we expect framework send us Intent ACTION_UUID. otherwise we will fail
550 IntentFilter intentFilter = new IntentFilter(BluetoothDevice.ACTION_UUID);
562 if (intent.getAction().equals(BluetoothDevice.ACTION_UUID)) {
564 if (V) Log.v(TAG, "ACTION_UUID for device " + device);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 272 public static final String ACTION_UUID =
468 * Used as an extra field in {@link #ACTION_UUID} intents,
811 * <p>This API is asynchronous and {@link #ACTION_UUID} intent is sent,
814 * {@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...]
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 476 milliseconds