Searched refs:bondState (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingRequest.java112 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
117 (bondState == BluetoothDevice.BOND_NONE)) {
H A DDevicePickerFragment.java127 int bondState) {
128 if (bondState == BluetoothDevice.BOND_BONDED) {
126 onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) argument
H A DBluetoothDevicePreference.java208 int bondState = mCachedDevice.getBondState();
212 } else if (bondState == BluetoothDevice.BOND_BONDED) {
214 } else if (bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothPairingDialog.java81 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
83 if (bondState == BluetoothDevice.BOND_BONDED ||
84 bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothSettings.java454 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument
563 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument
H A DDockService.java950 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument
952 if (bondState == BluetoothDevice.BOND_NONE) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java222 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
229 bondState);
232 if (bondState == BluetoothDevice.BOND_NONE &&
238 } else if (bondState == BluetoothDevice.BOND_BONDED) {
H A DBluetoothPairingDialog.java84 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
86 if (bondState == BluetoothDevice.BOND_BONDED ||
87 bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothAccessoryFragment.java305 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
307 if (bondState == BluetoothDevice.BOND_NONE && Objects.equals(mDevice, device)) {

Completed in 440 milliseconds