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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
SettingsBtStatus.java 75 case BluetoothDevice.BOND_NONE:
BluetoothEventRedirector.java 83 if (bondState == BluetoothDevice.BOND_NONE) {
137 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
CachedBluetoothDevice.java 147 } else if (bondState == BluetoothDevice.BOND_NONE) {
318 if (getBondState() == BluetoothDevice.BOND_NONE) {
352 if (state != BluetoothDevice.BOND_NONE) {
584 if (bondState == BluetoothDevice.BOND_NONE) {
703 if (bondState == BluetoothDevice.BOND_NONE) { // Not paired and not connected
CachedBluetoothDeviceManager.java 106 if (cachedDevice.getBondState() == BluetoothDevice.BOND_NONE &&
BluetoothPairingDialog.java 65 bondState == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/java/android/server/
BluetoothService.java 360 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
633 setBondState(address, BluetoothDevice.BOND_NONE, result);
656 setBondState(address, BluetoothDevice.BOND_NONE, result);
667 BluetoothDevice.BOND_NONE, result);
746 } else if (state == BluetoothDevice.BOND_NONE) {
756 if (state == BluetoothDevice.BOND_NONE) {
803 return BluetoothDevice.BOND_NONE;
    [all...]
BluetoothEventLoop.java 81 // Set the Bond State to BOND_NONE.
92 BluetoothDevice.BOND_NONE,
214 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE,
350 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE);
BluetoothA2dpService.java 101 case BluetoothDevice.BOND_NONE:
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 163 // Note: When EXTRA_BOND_STATE is BOND_NONE then this will also
199 * {@link #BOND_NONE},
208 * {@link #BOND_NONE},
219 public static final int BOND_NONE = 10;
548 * {@link #BOND_NONE},
559 return BOND_NONE;
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 327 case BluetoothDevice.BOND_NONE:
668 case BluetoothDevice.BOND_NONE:
723 case BluetoothDevice.BOND_NONE:
734 if (device.getBondState() == BluetoothDevice.BOND_NONE) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 287 case BluetoothDevice.BOND_NONE:
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 641 milliseconds