HomeSort by relevance Sort by last modified time
    Searched refs:BOND_BONDED (Results 1 - 21 of 21) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 73 BluetoothDevice.BOND_BONDED) || !mNeedAuth) {
83 if (bondState == BluetoothDevice.BOND_BONDED) {
BluetoothDeviceFilter.java 87 return device.getBondState() == BluetoothDevice.BOND_BONDED;
94 return device.getBondState() != BluetoothDevice.BOND_BONDED;
BluetoothDevicePreference.java 68 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
129 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
178 } else if (bondState == BluetoothDevice.BOND_BONDED) {
259 case BluetoothDevice.BOND_BONDED:
CachedBluetoothDevice.java 495 if (bondState == BluetoothDevice.BOND_BONDED) {
582 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
583 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0);
BluetoothSettings.java 377 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
BluetoothPairingDialog.java 73 if (bondState == BluetoothDevice.BOND_BONDED ||
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 198 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
205 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
282 if (bond == BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 126 BluetoothDevice.BOND_BONDED);
151 if (state == BluetoothDevice.BOND_BONDED) {
460 if (state == BluetoothDevice.BOND_BONDED) {
BluetoothInputProfileHandler.java 209 case BluetoothDevice.BOND_BONDED:
BluetoothService.java 415 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDED)) {
697 setBondState(address, BluetoothDevice.BOND_BONDED);
758 case BluetoothDevice.BOND_BONDED:
    [all...]
BluetoothEventLoop.java 460 // not go to BOND_BONDED state until we have received a
463 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDED);
554 if (mBluetoothService.getBondState(address) != BluetoothDevice.BOND_BONDED)
576 if (mBluetoothService.getBondState(address) == BluetoothDevice.BOND_BONDED) {
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 187 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 195 case BluetoothDevice.BOND_BONDED:
802 case BluetoothDevice.BOND_BONDED:
813 if (state == BluetoothDevice.BOND_BONDED && (receiver.getFiredFlags() & mask) == mask) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 191 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 219 * {@link #BOND_BONDED}.
228 * {@link #BOND_BONDED}.
252 public static final int BOND_BONDED = 12;
733 * {@link #BOND_BONDED}.
    [all...]
BluetoothDeviceProfileState.java 199 if (state == BluetoothDevice.BOND_BONDED && mPairingRequestRcvd) {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 224 milliseconds