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

1 2

  /system/bt/binder/android/bluetooth/
bluetooth_device.h 27 class BluetoothDevice : public android::Parcelable {
29 BluetoothDevice() = default;
30 ~BluetoothDevice() = default;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 21 import android.bluetooth.BluetoothDevice;
118 BluetoothDevice dev = (BluetoothDevice) msg.obj;
136 if (newState == BluetoothDevice.BOND_BONDING) {
139 } else if (newState == BluetoothDevice.BOND_NONE) {
159 private final ArrayList<BluetoothDevice> mDevices = new ArrayList<BluetoothDevice>();
164 BluetoothDevice dev = (BluetoothDevice) getCurrentMessage().obj;
169 BluetoothDevice dev = (BluetoothDevice) msg.obj
    [all...]
AdapterProperties.java 24 import android.bluetooth.BluetoothDevice;
79 private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices =
80 new CopyOnWriteArrayList<BluetoothDevice>();
452 BluetoothDevice[] getBondedDevices() {
453 BluetoothDevice[] bondedDeviceList = new BluetoothDevice[0];
465 void onBondStateChanged(BluetoothDevice device, int state) {
478 if (state == BluetoothDevice.BOND_BONDED) {
484 } else if (state == BluetoothDevice.BOND_NONE) {
528 BluetoothDevice device = connIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)
    [all...]
AdapterService.java 26 import android.bluetooth.BluetoothDevice;
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 12 class BluetoothDevice(object):
13 """BluetoothDevice is a thin layer of logic over a remote DUT.
24 """Construct a BluetoothDevice.
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 7 import android.bluetooth.BluetoothDevice;
39 private BluetoothDevice mDevice1;
115 int batteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;
177 // Verify that resetting battery level changes it back to BluetoothDevice
183 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
189 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
223 // Verify that resetting battery level changes it back to BluetoothDevice
231 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
237 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
268 // BluetoothDevice.BATTERY_LEVEL_UNKNOW
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 38 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
46 * BluetoothDevice}.
48 * <p>To get a {@link BluetoothDevice}, use
73 public final class BluetoothDevice implements Parcelable {
74 private static final String TAG = "BluetoothDevice";
89 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
90 * BluetoothDevice.ERROR)</code>
237 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
238 * broadcast by this class. It contains the {@link BluetoothDevice} that
724 synchronized (BluetoothDevice.class)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-stubs.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.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 

Completed in 2009 milliseconds

1 2