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

  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 17 var BluetoothDevice;
32 * @param {BluetoothDevice} device Description of the Bluetooth device.
54 * @type {?BluetoothDevice}
229 * @param {BluetoothDevice} entry
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 17 BluetoothDevice::BluetoothDevice() {
20 BluetoothDevice::~BluetoothDevice() {
24 base::string16 BluetoothDevice::GetName() const {
33 base::string16 BluetoothDevice::GetAddressWithLocalizedDeviceTypeName() const {
35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
158 bool BluetoothDevice::IsPairable() const
    [all...]
bluetooth_device.h 26 // BluetoothDevice represents a remote Bluetooth device, both its properties and
34 // Since the lifecycle of BluetoothDevice instances is managed by
37 class BluetoothDevice {
97 virtual void RequestPinCode(BluetoothDevice* device) = 0;
108 virtual void RequestPasskey(BluetoothDevice* device) = 0;
117 virtual void DisplayPinCode(BluetoothDevice* device,
128 virtual void DisplayPasskey(BluetoothDevice* device,
143 virtual void KeysEntered(BluetoothDevice* device,
158 virtual void ConfirmPasskey(BluetoothDevice* device,
168 virtual void AuthorizePairing(BluetoothDevice* device) = 0
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 22 import android.bluetooth.BluetoothDevice;
108 BluetoothDevice dev = (BluetoothDevice)msg.obj;
121 if (newState == BluetoothDevice.BOND_BONDING)
143 private final ArrayList<BluetoothDevice> mDevices =
144 new ArrayList<BluetoothDevice>();
149 BluetoothDevice dev = (BluetoothDevice)getCurrentMessage().obj;
155 BluetoothDevice dev = (BluetoothDevice)msg.obj
    [all...]
AdapterProperties.java 20 import android.bluetooth.BluetoothDevice;
48 private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices = new CopyOnWriteArrayList<BluetoothDevice>();
264 BluetoothDevice[] getBondedDevices() {
265 BluetoothDevice[] bondedDeviceList = new BluetoothDevice[0];
268 return (new BluetoothDevice[0]);
276 return (new BluetoothDevice[0]);
282 void onBondStateChanged(BluetoothDevice device, int state)
293 if (state == BluetoothDevice.BOND_BONDED)
    [all...]
AdapterService.java 28 import android.bluetooth.BluetoothDevice;
192 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
203 public void initProfilePriorities(BluetoothDevice device, ParcelUuid[] mUuids) {
216 private void processInitProfilePriorities (BluetoothDevice device, ParcelUuid[] uuids){
246 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
530 processProfileStateChanged((BluetoothDevice) msg.obj, msg.arg1,msg.arg2, msg.getData().getInt("prevState",BluetoothAdapter.ERROR));
539 processInitProfilePriorities((BluetoothDevice) msg.obj,
545 processConnectOtherProfiles((BluetoothDevice) msg.obj,msg.arg1);
809 public BluetoothDevice[] getBondedDevices() {
812 if (service == null) return new BluetoothDevice[0]
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
42 * BluetoothDevice}.
44 * <p>To get a {@link BluetoothDevice}, use
66 public final class BluetoothDevice implements Parcelable {
67 private static final String TAG = "BluetoothDevice";
82 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
83 * BluetoothDevice.ERROR)</code>
197 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
198 * broadcast by this class. It contains the {@link BluetoothDevice} that
582 synchronized (BluetoothDevice.class)
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/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 

Completed in 123 milliseconds