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

1 2 3

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 28 public Set<BluetoothDevice> getBondedDevices() {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothInstrumentation.java 73 } else if ("getBondedDevices".equals(command)) {
74 getBondedDevices();
107 public void getBondedDevices() {
108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothAdapter.java 33 public Set<BluetoothDevice> getBondedDevices() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 103 public Set<BluetoothDevice> getBondedDevices() {
104 return mAdapter.getBondedDevices();
  /tools/tradefederation/core/src/com/android/tradefed/util/
BluetoothUtils.java 66 * enable, disable, unpairAll, getName, getAddress, getBondedDevices; refer to
152 public static Set<String> getBondedDevices(ITestDevice device)
154 String lines[] = runBluetoothInstrumentation(device, "getBondedDevices").split("\\r?\\n");
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 80 * {@link #getBondedDevices()}; start device discovery with
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 452 BluetoothDevice[] getBondedDevices() {
459 infoLog("getBondedDevices: length=" + bondedDeviceList.length);
    [all...]
AdapterService.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 1128 milliseconds

1 2 3