HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_DEVICE (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 52 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
57 connectionAccessIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
74 deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
BluetoothPermissionActivity.java 62 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
80 mDevice = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
139 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
ConnectSpecificProfilesActivity.java 45 public static final String EXTRA_DEVICE = "device";
68 device = savedInstanceState.getParcelable(EXTRA_DEVICE);
71 device = intent.getParcelableExtra(EXTRA_DEVICE);
105 outState.putParcelable(EXTRA_DEVICE, mCachedDevice.getDevice());
BluetoothPairingRequest.java 50 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
55 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
BluetoothEventRedirector.java 50 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
189 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
DockEventReceiver.java 57 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
BluetoothPairingDialog.java 69 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
91 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
BluetoothSettings.java 102 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
367 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
DockService.java 183 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
193 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
374 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
575 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
636 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
    [all...]
CachedBluetoothDevice.java 755 intent.putExtra(ConnectSpecificProfilesActivity.EXTRA_DEVICE, mDevice);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 163 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
185 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
196 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
305 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
311 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
328 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
409 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
421 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
434 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
471 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address))
    [all...]
BluetoothA2dpService.java 80 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
141 BluetoothDevice dockDevice = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
527 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 60 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
BluetoothDeviceProfileState.java 118 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
178 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
    [all...]
BluetoothDevice.java 75 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
89 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
99 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
111 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
126 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
136 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
148 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
159 * <p>Always contains the extra fields {@link #EXTRA_DEVICE}, {@link
174 public static final String EXTRA_DEVICE = "android.bluetooth.device.extra.DEVICE";
249 * <p> Always contains the extra field {@link #EXTRA_DEVICE}
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 185 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /frameworks/base/services/java/com/android/server/
DockObserver.java 151 intent.putExtra(BluetoothDevice.EXTRA_DEVICE,
  /packages/apps/Settings/src/com/android/settings/
DockSettings.java 96 boolean isBluetooth = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE) != null;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 190 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 97 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
BluetoothOppTransfer.java 557 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 294 BluetoothDevice.EXTRA_DEVICE))) {
315 BluetoothDevice.EXTRA_DEVICE))) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 249 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
493 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 620 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice);
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]

Completed in 859 milliseconds

1 2