HomeSort by relevance Sort by last modified time
    Searched refs:getBondState (Results 1 - 15 of 15) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java 55 assertThat(device.getBondState()).isEqualTo(BOND_NONE);
58 assertThat(device.getBondState()).isEqualTo(BOND_BONDED);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java 76 /** Sets value of bond state for {@link BluetoothDevice#getBondState}. */
82 * Overrides behavior of {@link BluetoothDevice#getBondState} to return pre-set result.
89 protected int getBondState() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 78 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 201 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 201 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 187 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 201 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 194 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
BleCocClientService.java 385 int bondState = gatt.getDevice().getBondState();
492 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
BleCocServerService.java 460 if (mSecure && ((device.getBondState() == BluetoothDevice.BOND_NONE) ||
466 } else if (!mSecure && ((device.getBondState() != BluetoothDevice.BOND_NONE)
BleConnectionPriorityClientService.java 334 int bond = gatt.getDevice().getBondState();
BleEncryptedClientService.java 541 int bond_state = mDevice.getBondState();
BleClientService.java     [all...]
BleServerService.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 493 deviceInfo.put("state", data.getBondState());
    [all...]

Completed in 439 milliseconds