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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothCallback.java28 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); argument
H A DDevicePickerFragment.java82 int bondState) {
83 if (bondState == BluetoothDevice.BOND_BONDED) {
81 onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) argument
H A DBluetoothDevicePreference.java174 int bondState = mCachedDevice.getBondState();
178 } else if (bondState == BluetoothDevice.BOND_BONDED) {
180 } else if (bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothEventManager.java252 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
273 callback.onDeviceBondStateChanged(cachedDevice, bondState);
276 cachedDevice.onBondingStateChanged(bondState);
278 if (bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothPairingDialog.java71 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
73 if (bondState == BluetoothDevice.BOND_BONDED ||
74 bondState == BluetoothDevice.BOND_NONE) {
H A DCachedBluetoothDevice.java486 void onBondingStateChanged(int bondState) { argument
487 if (bondState == BluetoothDevice.BOND_NONE) {
495 if (bondState == BluetoothDevice.BOND_BONDED) {
H A DBluetoothSettings.java339 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument

Completed in 815 milliseconds