HomeSort by relevance Sort by last modified time
    Searched defs:bondState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 110 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
115 (bondState == BluetoothDevice.BOND_NONE)) {
BluetoothDevicePreference.java 181 int bondState = mCachedDevice.getBondState();
185 } else if (bondState == BluetoothDevice.BOND_BONDED) {
187 } else if (bondState == BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java 254 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
275 callback.onDeviceBondStateChanged(cachedDevice, bondState);
278 cachedDevice.onBondingStateChanged(bondState);
280 if (bondState == BluetoothDevice.BOND_NONE) {

Completed in 50 milliseconds