Home
last modified time | relevance | path

Searched refs:getBondState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl61 int getBondState(in BluetoothDevice device); in getBondState() method
DBluetoothDevice.java928 public int getBondState() { in getBondState() method in BluetoothDevice
934 return sService.getBondState(this); in getBondState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java791 int state = device.getBondState(); in pairOrAcceptPair()
813 state = device.getBondState(); in pairOrAcceptPair()
853 int state = device.getBondState(); in unpair()
875 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java309 final boolean bonded = bondedDevice.getBondState() != BluetoothDevice.BOND_NONE; in handleUpdateBondedDevices()
/frameworks/base/api/
Dsystem-current.txt6414 method public int getBondState();
Dcurrent.txt6202 method public int getBondState();