/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 | 40 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { 41 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 | 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 | 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 | 376 int bondState = mAdapterService.getBondState(device); in okToConnect() local 379 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 380 Log.w(TAG, "okToConnect: return false, bondState=" + bondState); in okToConnect() 743 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() argument 745 Log.d(TAG, "Bond state changed for device: " + device + " state: " + bondState); in bondStateChanged() 748 if (bondState != BluetoothDevice.BOND_NONE) { in bondStateChanged() 818 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local 819 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/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 375 int bondState = mAdapterService.getBondState(device); in okToConnect() local 378 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 379 Log.w(TAG, "okToConnect: return false, bondState=" + bondState); in okToConnect() 1048 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() argument 1050 Log.d(TAG, "Bond state changed for device: " + device + " state: " + bondState); in bondStateChanged() 1053 if (bondState != BluetoothDevice.BOND_NONE) { in bondStateChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 142 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase() argument 144 doReturn(bondState).when(mAdapterService).getBondState(device); in testOkToConnectCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 891 int bondState = adapterService.getBondState(device); in okToConnect() local 894 if (bondState != BluetoothDevice.BOND_BONDED) { in okToConnect() 895 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
|