Home
last modified time | relevance | path

Searched refs:bondState (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
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) {
DBluetoothPairingDialog.java84 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
86 if (bondState == BluetoothDevice.BOND_BONDED ||
87 bondState == BluetoothDevice.BOND_NONE) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java208 int bondState = mCachedDevice.getBondState(); in onClicked() local
212 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked()
214 } else if (bondState == BluetoothDevice.BOND_NONE) { in onClicked()
DDevicePickerFragment.java127 int bondState) { in onDeviceBondStateChanged() argument
128 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged()
DBluetoothPairingRequest.java112 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
117 (bondState == BluetoothDevice.BOND_NONE)) { in onReceive()
DBluetoothPairingDialog.java81 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
83 if (bondState == BluetoothDevice.BOND_BONDED ||
84 bondState == BluetoothDevice.BOND_NONE) {
DBluetoothSettings.java455 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
564 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
DDockService.java950 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
952 if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()