Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java51 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE; in onDeviceDisappeared()
121 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in clearNonBondedDevices()
158 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in onBluetoothStateChanged()
DCachedBluetoothDevice.java285 if (getBondState() == BluetoothDevice.BOND_NONE) { in ensurePaired()
316 int state = getBondState(); in unpair()
432 public int getBondState() { in getBondState() method in CachedBluetoothDevice
433 return mDevice.getBondState(); in getBondState()
473 return getBondState() == BluetoothDevice.BOND_BONDING; in isBusy()
649 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - in compareTo()
650 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0); in compareTo()
804 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) return; in processPhonebookAccess()
871 return getBondState() == BluetoothDevice.BOND_BONDING ? R.string.bluetooth_pairing : 0; in getConnectionSummary()
DBluetoothDeviceFilter.java87 return device.getBondState() == BluetoothDevice.BOND_BONDED; in matches()
94 return device.getBondState() != BluetoothDevice.BOND_BONDED; in matches()
DBluetoothEventManager.java370 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java224 if (device.getBondState() == BluetoothDevice.BOND_NONE) continue; in updateItems()
247 if (device.getBondState() != BluetoothDevice.BOND_NONE) { in getBondedCount()
/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl61 int getBondState(in BluetoothDevice device); in getBondState() method
DBluetoothDevice.java962 public int getBondState() { in getBondState() method in BluetoothDevice
968 return sService.getBondState(this); in getBondState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java91 return device.getName() + " " + device.getBondState() + " " + device.isConnected(); in getDeviceString()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java792 int state = device.getBondState(); in pairOrAcceptPair()
814 state = device.getBondState(); in pairOrAcceptPair()
854 int state = device.getBondState(); in unpair()
876 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
/frameworks/base/api/
Dcurrent.txt6666 method public int getBondState();
Dsystem-current.txt6884 method public int getBondState();