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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 22 import android.bluetooth.BluetoothDevice;
112 BluetoothDevice dev = (BluetoothDevice)msg.obj;
129 if (newState == BluetoothDevice.BOND_BONDING)
134 else if (newState == BluetoothDevice.BOND_NONE)
156 private final ArrayList<BluetoothDevice> mDevices =
157 new ArrayList<BluetoothDevice>();
162 BluetoothDevice dev = (BluetoothDevice)getCurrentMessage().obj;
168 BluetoothDevice dev = (BluetoothDevice)msg.obj
    [all...]
AdapterProperties.java 20 import android.bluetooth.BluetoothDevice;
48 private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices = new CopyOnWriteArrayList<BluetoothDevice>();
257 BluetoothDevice[] getBondedDevices() {
258 BluetoothDevice[] bondedDeviceList = new BluetoothDevice[0];
270 void onBondStateChanged(BluetoothDevice device, int state)
281 if (state == BluetoothDevice.BOND_BONDED) {
287 } else if (state == BluetoothDevice.BOND_NONE) {
324 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState)
    [all...]
AdapterService.java 27 import android.bluetooth.BluetoothDevice;
227 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
238 public void initProfilePriorities(BluetoothDevice device, ParcelUuid[] mUuids) {
251 private void processInitProfilePriorities (BluetoothDevice device, ParcelUuid[] uuids){
303 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
739 processProfileStateChanged((BluetoothDevice) msg.obj, msg.arg1,msg.arg2, msg.getData().getInt("prevState",BluetoothAdapter.ERROR));
748 processInitProfilePriorities((BluetoothDevice) msg.obj, mUuids);
753 processConnectOtherProfiles((BluetoothDevice) msg.obj,msg.arg1);
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 11 class BluetoothDevice(object):
12 """BluetoothDevice is a thin layer of logic over a remote DUT.
23 """Construct a BluetoothDevice.
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 37 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
45 * BluetoothDevice}.
47 * <p>To get a {@link BluetoothDevice}, use
69 public final class BluetoothDevice implements Parcelable {
70 private static final String TAG = "BluetoothDevice";
85 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
86 * BluetoothDevice.ERROR)</code>
201 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
202 * broadcast by this class. It contains the {@link BluetoothDevice} that
606 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 
  /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/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 160 milliseconds