Searched refs:BOND_BONDED (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/server/ |
D | BluetoothBondState.java | 126 BluetoothDevice.BOND_BONDED); in loadBondState() 151 if (state == BluetoothDevice.BOND_BONDED) { in setBondState() 460 if (state == BluetoothDevice.BOND_BONDED) { in setProfilePriorities()
|
D | BluetoothService.java | 415 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDED)) { in finishDisable() 697 setBondState(address, BluetoothDevice.BOND_BONDED); in onCreatePairedDeviceResult() 758 case BluetoothDevice.BOND_BONDED: in toBondStateString() 1168 return mBondState.listInState(BluetoothDevice.BOND_BONDED); in listBonds() 2384 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false; in connectHeadset() 2398 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false; in disconnectHeadset() 2412 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false; in connectSink() 2426 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false; in disconnectSink()
|
D | BluetoothInputProfileHandler.java | 209 case BluetoothDevice.BOND_BONDED: in setInitialInputDevicePriority()
|
D | BluetoothEventLoop.java | 463 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDED); in onDevicePropertyChanged() 554 if (mBluetoothService.getBondState(address) != BluetoothDevice.BOND_BONDED) in checkPairingRequestAndGetAddress() 576 if (mBluetoothService.getBondState(address) == BluetoothDevice.BOND_BONDED) { in onRequestPairingConsent()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 195 case BluetoothDevice.BOND_BONDED: in onReceive() 802 case BluetoothDevice.BOND_BONDED: in pairOrAcceptPair() 813 if (state == BluetoothDevice.BOND_BONDED && (receiver.getFiredFlags() & mask) == mask) { in pairOrAcceptPair() 831 methodName, state, BluetoothDevice.BOND_BONDED, firedFlags, mask)); in pairOrAcceptPair() 862 case BluetoothDevice.BOND_BONDED: in unpair() 892 methodName, state, BluetoothDevice.BOND_BONDED, firedFlags, mask)); in unpair()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 252 public static final int BOND_BONDED = 12; field in BluetoothDevice
|
D | BluetoothDeviceProfileState.java | 199 if (state == BluetoothDevice.BOND_BONDED && mPairingRequestRcvd) {
|
/frameworks/base/api/ |
D | 14.txt | 4487 field public static final int BOND_BONDED = 12; // 0xc
|
D | 15.txt | 4495 field public static final int BOND_BONDED = 12; // 0xc
|
D | current.txt | 4704 field public static final int BOND_BONDED = 12; // 0xc
|
D | 16.txt | 4704 field public static final int BOND_BONDED = 12; // 0xc
|