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

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 193 if (newState == BluetoothDevice.BOND_NONE)
279 if (dev.getBondState() == BluetoothDevice.BOND_NONE) {
283 sendIntent(dev, BluetoothDevice.BOND_NONE,
307 int oldState = BluetoothDevice.BOND_NONE;
318 if (newState == BluetoothDevice.BOND_NONE)
347 msg.arg1 = BluetoothDevice.BOND_NONE;
RemoteDevices.java 122 mBondState = BluetoothDevice.BOND_NONE;
205 if (mBondState == BluetoothDevice.BOND_NONE)
AdapterProperties.java 299 } else if (state == BluetoothDevice.BOND_NONE) {
AdapterService.java 839 if (service == null) return BluetoothDevice.BOND_NONE;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 49 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE;
BluetoothDevicePreference.java 187 } else if (bondState == BluetoothDevice.BOND_NONE) {
278 case BluetoothDevice.BOND_NONE:
BluetoothPairingRequest.java 115 (bondState == BluetoothDevice.BOND_NONE)) {
CachedBluetoothDevice.java 285 if (getBondState() == BluetoothDevice.BOND_NONE) {
322 if (state != BluetoothDevice.BOND_NONE) {
539 if (bondState == BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java 280 if (bondState == BluetoothDevice.BOND_NONE) {
363 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
DeviceProfilesSettings.java 113 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_NONE) {
BluetoothPairingDialog.java 79 bondState == BluetoothDevice.BOND_NONE) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 210 BluetoothDevice.BOND_NONE);
212 BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE, BluetoothDevice.BOND_NONE);
219 if (bondState == BluetoothDevice.BOND_NONE &&
630 if (state != BluetoothDevice.BOND_NONE) {
BluetoothAccessoryActivity.java 223 if (state != BluetoothDevice.BOND_NONE) {
BluetoothPairingDialog.java 99 bondState == BluetoothDevice.BOND_NONE) {
  /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;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 304 if (mDevice.getBondState() != BluetoothDevice.BOND_NONE) {
412 } else if (bond == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 190 case BluetoothDevice.BOND_NONE:
793 case BluetoothDevice.BOND_NONE:
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 243 final boolean bonded = bondedDevice.getBondState() != BluetoothDevice.BOND_NONE;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 648 (device.getBondState() != BluetoothDevice.BOND_NONE))){
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 662 (device.getBondState() == BluetoothDevice.BOND_NONE))
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 499 milliseconds

1 2