HomeSort by relevance Sort by last modified time
    Searched full:bluetoothdevice (Results 201 - 225 of 232) sorted by null

1 2 3 4 5 6 7 8910

  /frameworks/base/docs/html/about/versions/
android-2.3.3.jd 135 {@link android.bluetooth.BluetoothDevice#createInsecureRfcommSocketToServiceRecord(java.util.UUID)} and
android-4.3.jd 390 method provides you with a {@link android.bluetooth.BluetoothDevice} object representing the
403 android.bluetooth.BluetoothDevice#connectGatt connectGatt()} on the corresponding
404 {@link android.bluetooth.BluetoothDevice} object, passing it an implementation of
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 44 import android.bluetooth.BluetoothDevice;
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
alldiffs_index_additions.html 121 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.createInsecureRfcommSocketToServiceRecord_added(java.util.UUID)" class="hiddenlink" target="rightframe"><b>createInsecureRfcommSocketToServiceRecord</b>
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
classes_index_changes.html 84 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
jdiff_statistics.html 257 <TD><A HREF="android.bluetooth.BluetoothDevice.html">
258 android.bluetooth.BluetoothDevice</A></TD>
classes_index_all.html 86 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
fields_index_all.html 232 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.DEVICE_TYPE_CLASSIC" class="hiddenlink" target="rightframe">DEVICE_TYPE_CLASSIC</A>
234 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.DEVICE_TYPE_DUAL" class="hiddenlink" target="rightframe">DEVICE_TYPE_DUAL</A>
236 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.DEVICE_TYPE_LE" class="hiddenlink" target="rightframe">DEVICE_TYPE_LE</A>
238 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.DEVICE_TYPE_UNKNOWN" class="hiddenlink" target="rightframe">DEVICE_TYPE_UNKNOWN</A>
    [all...]
methods_index_additions.html 124 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
277 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.getType_added()" class="hiddenlink" target="rightframe"><b>getType</b>
    [all...]
alldiffs_index_all.html 299 <!-- Class BluetoothDevice -->
300 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
430 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
    [all...]
jdiff_statistics.html 441 <TD><A HREF="android.bluetooth.BluetoothDevice.html">
442 android.bluetooth.BluetoothDevice</A></TD>
methods_index_all.html 133 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
318 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.getType_added()" class="hiddenlink" target="rightframe"><b>getType</b>
    [all...]
classes_index_changes.html 115 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
    [all...]
alldiffs_index_changes.html 216 <!-- Class BluetoothDevice -->
217 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
    [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 34 import android.bluetooth.BluetoothDevice;
349 private BluetoothDevice mBluetoothHeadsetDevice;
    [all...]
  /prebuilts/sdk/api/
16.txt     [all...]
17.txt     [all...]
14.txt     [all...]
15.txt     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 17 import android.bluetooth.BluetoothDevice;
491 public static ShadowBluetoothDevice shadowOf(BluetoothDevice other) {
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 32 import android.bluetooth.BluetoothDevice;
305 filter = new IntentFilter(BluetoothDevice.ACTION_ALIAS_CHANGED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 587 Set<BluetoothDevice> btDevices =
    [all...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 21 import android.bluetooth.BluetoothDevice;
    [all...]
  /frameworks/base/docs/html/tools/adk/
adk2.jd 468 BluetoothDevice device = mAdapter.getRemoteDevice(address);

Completed in 525 milliseconds

1 2 3 4 5 6 7 8910