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

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 136 if (newState == BluetoothDevice.BOND_BONDING) {
198 if (newState != BluetoothDevice.BOND_BONDING) {
270 if (dev.getBondState() == BluetoothDevice.BOND_BONDING) {
375 msg.arg1 = BluetoothDevice.BOND_BONDING;
486 } else if (state == BluetoothDevice.BOND_BONDING) {
487 return "BOND_BONDING";
AdapterService.java     [all...]
RemoteDevices.java 611 if (device.getBondState() == BluetoothDevice.BOND_BONDING) {
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpServiceTest.java 299 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_UNDEFINED, true);
301 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_OFF, false);
303 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_ON, true);
305 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_AUTO_CONNECT, true);
307 BluetoothDevice.BOND_BONDING, badPriorityValue, false);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 233 previousBondState == BluetoothDevice.BOND_BONDING) {
628 if (state == BluetoothDevice.BOND_BONDING) {
BluetoothAccessoryFragment.java 508 if (state == BluetoothDevice.BOND_BONDING) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 341 if (state == BluetoothDevice.BOND_BONDING) {
607 return getBondState() == BluetoothDevice.BOND_BONDING;
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingService.java 133 if (mDevice != null && mDevice.getBondState() != BluetoothDevice.BOND_BONDING) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingService.java 134 if (mDevice != null && mDevice.getBondState() != BluetoothDevice.BOND_BONDING) {
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidServiceTest.java 256 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_UNDEFINED, true);
258 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_OFF, false);
260 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_ON, true);
262 BluetoothDevice.BOND_BONDING, BluetoothProfile.PRIORITY_AUTO_CONNECT, true);
264 BluetoothDevice.BOND_BONDING, badPriorityValue, false);
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceTest.java 201 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDING,
203 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDING,
205 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDING,
207 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDING,
209 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDING, badPriorityValue,
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 196 case BluetoothDevice.BOND_BONDING:
783 case BluetoothDevice.BOND_BONDING:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 364 && (bondState == BluetoothDevice.BOND_BONDING
370 || bondState == BluetoothDevice.BOND_BONDING);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 343 && (bondState == BluetoothDevice.BOND_BONDING
349 || bondState == BluetoothDevice.BOND_BONDING);
649 * {@link BluetoothDevice#BOND_BONDING},
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 267 * {@link #BOND_BONDING},
276 * {@link #BOND_BONDING},
290 public static final int BOND_BONDING = 11;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java     [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceManagerTest.java 192 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_BONDING);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1134 milliseconds

1 2