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

1 2

  /frameworks/base/core/java/android/companion/
CompanionDeviceManager.java 62 public static final String EXTRA_DEVICE = "android.companion.extra.DEVICE";
112 * {@link android.content.Intent} will contain extra {@link #EXTRA_DEVICE}, with the selected
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 114 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
127 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
280 public static final String EXTRA_DEVICE = "device";
539 * <li> {@link #EXTRA_DEVICE} containing the device passed into this call
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 113 static final String EXTRA_DEVICE = "com.android.bluetooth.pbap.device";
206 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
239 BluetoothDevice device = intent.getParcelableExtra(EXTRA_DEVICE);
249 BluetoothDevice device = intent.getParcelableExtra(EXTRA_DEVICE);
362 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, stateMachine.getRemoteDevice());
707 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 97 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
112 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
123 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
135 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
150 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
160 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
172 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link
183 * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
195 * <p>Always contains the extra fields {@link #EXTRA_DEVICE}, {@link
208 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@lin
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 467 milliseconds

1 2