/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 79 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 81 if ((bondState != BluetoothDevice.BOND_NONE) && (bondState 90 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 93 + mDevice.getName() + "), BondState: " + bondState);
|
D | BluetoothPairingDialog.java | 49 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 51 if (bondState == BluetoothDevice.BOND_BONDED || 52 bondState == BluetoothDevice.BOND_NONE) {
|
D | BluetoothDevicePickerPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument 127 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged() 128 if (bondState == BluetoothDevice.BOND_BONDED && cachedDevice.equals(mSelectedDevice)) { in onDeviceBondStateChanged()
|
D | BluetoothPairingSelectionFragment.java | 43 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { 44 if (bondState == BluetoothDevice.BOND_BONDED) {
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 135 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument 136 LOG.d("onDeviceBondStateChanged device: " + cachedDevice + " state: " + bondState); in onDeviceBondStateChanged()
|
D | BluetoothBondedDevicesPreferenceController.java | 72 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
|
D | BluetoothPreferenceController.java | 116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingService.java | 80 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 82 … if ((bondState != BluetoothDevice.BOND_NONE) && (bondState != BluetoothDevice.BOND_BONDED)) { 90 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 93 mDevice.getName() + "), BondState: " + bondState);
|
D | BluetoothPairingDialog.java | 49 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 51 if (bondState == BluetoothDevice.BOND_BONDED || 52 bondState == BluetoothDevice.BOND_NONE) {
|
D | DevicePickerFragment.java | 141 int bondState) { in onDeviceBondStateChanged() argument 146 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged() 149 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()
|
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument 178 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged() 186 && bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 206 int bondState = mCachedDevice.getBondState(); in onClicked() local 215 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked() 219 } else if (bondState == BluetoothDevice.BOND_NONE) { in onClicked()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 80 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 82 … if ((bondState != BluetoothDevice.BOND_NONE) && (bondState != BluetoothDevice.BOND_BONDED)) { 90 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 93 mDevice.getName() + "), BondState: " + bondState);
|
D | BluetoothPairingDialog.java | 51 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 53 if (bondState == BluetoothDevice.BOND_BONDED || 54 bondState == BluetoothDevice.BOND_NONE) {
|
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument 178 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged() 186 && bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()
|
D | DevicePickerFragment.java | 141 int bondState) { in onDeviceBondStateChanged() argument 146 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged() 149 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 209 int bondState = mCachedDevice.getBondState(); in onClicked() local 218 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked() 222 } else if (bondState == BluetoothDevice.BOND_NONE) { in onClicked()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 360 int bondState = mAdapterService.getBondState(device); in okToConnect() local 363 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 364 Log.w(TAG, "okToConnect: return false, bondState=" + bondState); in okToConnect() 694 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() argument 696 Log.d(TAG, "Bond state changed for device: " + device + " state: " + bondState); in bondStateChanged() 699 if (bondState != BluetoothDevice.BOND_NONE) { in bondStateChanged() 769 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local 770 if (bondState == BluetoothDevice.BOND_NONE) { in connectionStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 355 int bondState = mAdapterService.getBondState(device); in okToConnect() local 358 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 359 Log.w(TAG, "okToConnect: return false, bondState=" + bondState); in okToConnect() 980 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() argument 982 Log.d(TAG, "Bond state changed for device: " + device + " state: " + bondState); in bondStateChanged() 985 if (bondState != BluetoothDevice.BOND_NONE) { in bondStateChanged() 1095 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local 1096 if (bondState == BluetoothDevice.BOND_NONE) { in connectionStateChanged()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicePairer.java | 222 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 229 bondState); 232 if (bondState == BluetoothDevice.BOND_NONE && 238 } else if (bondState == BluetoothDevice.BOND_BONDED) {
|
D | BluetoothPairingDialog.java | 88 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 90 if (bondState == BluetoothDevice.BOND_BONDED || 91 bondState == BluetoothDevice.BOND_NONE) {
|
D | BluetoothAccessoryFragment.java | 387 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local 389 if (bondState == BluetoothDevice.BOND_NONE && Objects.equals(mDevice, device)) { in onReceive()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 152 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase() argument 154 doReturn(bondState).when(mAdapterService).getBondState(device); in testOkToConnectCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 817 int bondState = adapterService.getBondState(device); in okToConnect() local 820 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 821 Log.w(TAG, "okToConnect: return false, bondState=" + bondState); in okToConnect()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragmentTest.java | 187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() argument
|