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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 48 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE;
BluetoothDevicePreference.java 180 } else if (bondState == BluetoothDevice.BOND_NONE) {
260 case BluetoothDevice.BOND_NONE:
CachedBluetoothDevice.java 255 if (getBondState() == BluetoothDevice.BOND_NONE) {
294 if (state != BluetoothDevice.BOND_NONE) {
487 if (bondState == BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java 276 if (bondState == BluetoothDevice.BOND_NONE) {
359 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
DeviceProfilesSettings.java 155 if(mCachedDevice.getBondState() == BluetoothDevice.BOND_NONE)
BluetoothPairingDialog.java 74 bondState == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 162 } else if (state == BluetoothDevice.BOND_NONE) {
176 if (state == BluetoothDevice.BOND_NONE) {
237 return BluetoothDevice.BOND_NONE;
470 } else if (state == BluetoothDevice.BOND_NONE) {
BluetoothInputProfileHandler.java 214 case BluetoothDevice.BOND_NONE:
BluetoothService.java 410 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
709 setBondState(address, BluetoothDevice.BOND_NONE, result);
732 setBondState(address, BluetoothDevice.BOND_NONE, result);
743 BluetoothDevice.BOND_NONE, result);
754 case BluetoothDevice.BOND_NONE:
    [all...]
BluetoothEventLoop.java 85 // Set the Bond State to BOND_NONE.
96 BluetoothDevice.BOND_NONE,
293 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE,
466 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 181 // Note: When EXTRA_BOND_STATE is BOND_NONE then this will also
217 * {@link #BOND_NONE},
226 * {@link #BOND_NONE},
237 public static final int BOND_NONE = 10;
731 * {@link #BOND_NONE},
742 return BOND_NONE;
    [all...]
BluetoothDeviceProfileState.java 202 } else if (state == BluetoothDevice.BOND_NONE) {
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 189 case BluetoothDevice.BOND_NONE:
792 case BluetoothDevice.BOND_NONE:
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 284 } else if (bond == BluetoothDevice.BOND_NONE) {
  /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 1530 milliseconds