Searched refs:getBondState (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java74 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
138 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
183 int bondState = mCachedDevice.getBondState();
H A DDevicePickerFragment.java117 if ((btPreference.getCachedDevice().getBondState() ==
H A DBluetoothSettings.java469 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
H A DDeviceProfilesSettings.java153 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_NONE) {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java266 if (dev.getBondState() == BluetoothDevice.BOND_BONDING) {
278 if (dev.getBondState() == BluetoothDevice.BOND_BONDED) {
292 if (dev.getBondState() == BluetoothDevice.BOND_NONE) {
322 oldState = devProp.getBondState();
H A DRemoteDevices.java209 int getBondState() { method in class:RemoteDevices.DeviceProperties
348 if (device.getBondState() == BluetoothDevice.BOND_BONDING) {
H A DAdapterService.java971 public int getBondState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
975 return service.getBondState(device);
1448 if (deviceProp != null && deviceProp.getBondState() != BluetoothDevice.BOND_NONE) {
1603 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDED) {
1612 int getBondState(BluetoothDevice device) { method in class:AdapterService
1618 return deviceProp.getBondState();
1684 (deviceProp.getBondState() != BluetoothDevice.BOND_BONDING &&
1685 deviceProp.getBondState() != BluetoothDevice.BOND_BONDED)) {
1696 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDING) {
1709 if (deviceProp == null || deviceProp.getBondState() !
[all...]
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java300 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
307 if (mDevice.getBondState() != BluetoothDevice.BOND_NONE) {
316 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java570 if (mTarget.getBondState() != BluetoothDevice.BOND_BONDED) {
630 int state = device.getBondState();
H A DBluetoothAccessoryActivity.java301 int state = mDevice.getBondState();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java416 " bondState=" + device.getBondState());
446 " bondState=" + device.getBondState());
667 device.getBondState());
1067 device.getBondState());
1501 " bondState=" + device.getBondState());
1919 " bondState=" + device.getBondState());
3318 (device.getBondState() != BluetoothDevice.BOND_NONE))){
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java685 (device.getBondState() != BluetoothDevice.BOND_NONE))){
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java662 (device.getBondState() == BluetoothDevice.BOND_NONE))
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1391 " bondState=" + device.getBondState());
2392 (device.getBondState() != BluetoothDevice.BOND_NONE))) {

Completed in 4035 milliseconds