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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
SettingsBtStatus.java 75 case BluetoothDevice.BOND_NONE:
BluetoothEventRedirector.java 83 if (bondState == BluetoothDevice.BOND_NONE) {
137 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
CachedBluetoothDevice.java 147 } else if (bondState == BluetoothDevice.BOND_NONE) {
318 if (getBondState() == BluetoothDevice.BOND_NONE) {
352 if (state != BluetoothDevice.BOND_NONE) {
584 if (bondState == BluetoothDevice.BOND_NONE) {
703 if (bondState == BluetoothDevice.BOND_NONE) { // Not paired and not connected
CachedBluetoothDeviceManager.java 106 if (cachedDevice.getBondState() == BluetoothDevice.BOND_NONE &&
BluetoothPairingDialog.java 65 bondState == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 163 // Note: When EXTRA_BOND_STATE is BOND_NONE then this will also
199 * {@link #BOND_NONE},
208 * {@link #BOND_NONE},
219 public static final int BOND_NONE = 10;
575 * {@link #BOND_NONE},
586 return BOND_NONE;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 82 // Set the Bond State to BOND_NONE.
93 BluetoothDevice.BOND_NONE,
220 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE,
356 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE);
BluetoothService.java 366 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
630 setBondState(address, BluetoothDevice.BOND_NONE, result);
653 setBondState(address, BluetoothDevice.BOND_NONE, result);
664 BluetoothDevice.BOND_NONE, result);
751 if (state == BluetoothDevice.BOND_NONE) {
798 return BluetoothDevice.BOND_NONE;
    [all...]
BluetoothA2dpService.java 101 case BluetoothDevice.BOND_NONE:
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 327 case BluetoothDevice.BOND_NONE:
668 case BluetoothDevice.BOND_NONE:
723 case BluetoothDevice.BOND_NONE:
734 if (device.getBondState() == BluetoothDevice.BOND_NONE) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 291 case BluetoothDevice.BOND_NONE:
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 189 milliseconds