Searched defs:getBondState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothBondState.java138 int oldState = getBondState(address);
234 public synchronized int getBondState(String address) { method in class:BluetoothBondState
H A DBluetoothService.java1007 mBondState.getBondState(address) != BluetoothDevice.BOND_NONE) {
1088 if (mBondState.getBondState(address) != BluetoothDevice.BOND_BONDING) {
1130 public synchronized int getBondState(String address) { method in class:BluetoothService
1135 return mBondState.getBondState(address.toUpperCase());
1917 int bondState = mBondState.getBondState(address);
2337 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false;
2351 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false;
2365 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false;
2379 if (getBondState(address) != BluetoothDevice.BOND_BONDED) return false;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java726 public int getBondState() { method in class:BluetoothDevice
728 return sService.getBondState(mAddress);

Completed in 80 milliseconds