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

1 2 3

  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 36 mDevice = launchIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
47 allowIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
56 denyIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
BluetoothOppHandover.java 123 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
BluetoothHeadsetHandover.java 303 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
384 dialogIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DeviceDisconnectedReceiver.java 45 UsbDevice device = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 217 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
227 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address));
258 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, bdDevice);
279 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, bdDevice);
318 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
354 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address));
394 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
418 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 41 (BluetoothDevice)intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
73 (BluetoothDevice)intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDisconnectedReceiver.java 55 UsbDevice device = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
UsbConfirmActivity.java 63 mDevice = (UsbDevice) intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
124 intent.putExtra(UsbManager.EXTRA_DEVICE, mDevice);
UsbPermissionActivity.java 68 mDevice = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
128 intent.putExtra(UsbManager.EXTRA_DEVICE, mDevice);
UsbResolverActivity.java 73 mDevice = (UsbDevice)target.getParcelableExtra(UsbManager.EXTRA_DEVICE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 56 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
67 connectionAccessIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
93 deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
182 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
BluetoothPairingRequest.java 48 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
53 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
DeviceProfilesSettings.java 57 public static final String EXTRA_DEVICE = "device";
97 device = savedInstanceState.getParcelable(EXTRA_DEVICE);
100 device = args.getParcelable(EXTRA_DEVICE);
146 outState.putParcelable(EXTRA_DEVICE, mCachedDevice.getDevice());
BluetoothPermissionActivity.java 67 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
91 mDevice = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
218 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
DevicePickerFragment.java 109 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
DockEventReceiver.java 53 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
DockService.java 208 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
217 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
441 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
746 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
782 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
    [all...]
BluetoothEventManager.java 132 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
146 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
251 Log.e(TAG, "ACTION_BOND_STATE_CHANGED with no EXTRA_DEVICE");
348 Log.e(TAG, "ACTION_PAIRING_CANCEL with no EXTRA_DEVICE");
BluetoothPairingDialog.java 80 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
109 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 179 UsbDevice device = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
186 UsbDevice device = intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 185 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 83 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
95 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
204 public static final String EXTRA_DEVICE = "device";
361 * <li> {@link #EXTRA_DEVICE} containing the device passed into this call
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 582 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
589 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
598 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
  /packages/apps/Settings/src/com/android/settings/
SoundSettings.java 317 boolean isBluetooth = mDockIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE) != null;
390 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);

Completed in 620 milliseconds

1 2 3