Searched refs:BOND_NONE (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/server/ |
D | BluetoothBondState.java | 162 } else if (state == BluetoothDevice.BOND_NONE) { in setBondState() 176 if (state == BluetoothDevice.BOND_NONE) { in setBondState() 237 return BluetoothDevice.BOND_NONE; in getBondState() 470 } else if (state == BluetoothDevice.BOND_NONE) { in setProfilePriorities()
|
D | BluetoothService.java | 410 mBondState.setBondState(address, BluetoothDevice.BOND_NONE, in finishDisable() 709 setBondState(address, BluetoothDevice.BOND_NONE, result); in onCreatePairedDeviceResult() 732 setBondState(address, BluetoothDevice.BOND_NONE, result); in pairingAttempt() 743 BluetoothDevice.BOND_NONE, result); in pairingAttempt() 754 case BluetoothDevice.BOND_NONE: in toBondStateString() 1052 mBondState.getBondState(address) != BluetoothDevice.BOND_NONE) { in isBondingFeasible() 1137 mBondState.setBondState(address, BluetoothDevice.BOND_NONE, in cancelBondProcess() 1472 mBondState.setBondState(address, BluetoothDevice.BOND_NONE, in cancelPairingUserInput()
|
D | BluetoothInputProfileHandler.java | 214 case BluetoothDevice.BOND_NONE: in setInitialInputDevicePriority()
|
D | BluetoothEventLoop.java | 96 BluetoothDevice.BOND_NONE, 293 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE, in onDeviceRemoved() 466 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE); in onDevicePropertyChanged()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 237 public static final int BOND_NONE = 10; field in BluetoothDevice 742 return BOND_NONE; in getBondState()
|
D | BluetoothDeviceProfileState.java | 202 } else if (state == BluetoothDevice.BOND_NONE) {
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 189 case BluetoothDevice.BOND_NONE: in onReceive() 792 case BluetoothDevice.BOND_NONE: in pairOrAcceptPair() 854 case BluetoothDevice.BOND_NONE: in unpair() 874 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
|
/frameworks/base/api/ |
D | 14.txt | 4489 field public static final int BOND_NONE = 10; // 0xa
|
D | 15.txt | 4497 field public static final int BOND_NONE = 10; // 0xa
|
D | current.txt | 4706 field public static final int BOND_NONE = 10; // 0xa
|
D | 16.txt | 4706 field public static final int BOND_NONE = 10; // 0xa
|