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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
SettingsBtStatus.java 71 case BluetoothDevice.BOND_BONDED:
CachedBluetoothDevice.java 145 } else if (bondState == BluetoothDevice.BOND_BONDED) {
591 if (bondState == BluetoothDevice.BOND_BONDED) {
808 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
809 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0);
BluetoothSettings.java 95 if (bondState == BluetoothDevice.BOND_BONDED) {
235 if ((device.getBondState() == BluetoothDevice.BOND_BONDED) ||
BluetoothPairingDialog.java 64 if (bondState == BluetoothDevice.BOND_BONDED ||
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 187 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 321 case BluetoothDevice.BOND_BONDED:
661 case BluetoothDevice.BOND_BONDED:
681 if (state == BluetoothDevice.BOND_BONDED) {
699 + "pairFlags=0x%x (expected 0x%x)", methodName, state, BluetoothDevice.BOND_BONDED,
716 case BluetoothDevice.BOND_BONDED:
751 + "pairFlags=0x%x (expected 0x%x)", state, BluetoothDevice.BOND_BONDED, firedFlags,
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 344 // not go to BOND_BONDED state until we have received a
347 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDED);
380 if (mBluetoothService.getBondState(address) != BluetoothDevice.BOND_BONDED)
395 if (mBluetoothService.getBondState(address) == BluetoothDevice.BOND_BONDED) {
BluetoothService.java 621 setBondState(address, BluetoothDevice.BOND_BONDED);
721 BluetoothDevice.BOND_BONDED);
744 if (state == BluetoothDevice.BOND_BONDED) {
    [all...]
BluetoothA2dpService.java 96 case BluetoothDevice.BOND_BONDED:
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 201 * {@link #BOND_BONDED}.
210 * {@link #BOND_BONDED}.
234 public static final int BOND_BONDED = 12;
550 * {@link #BOND_BONDED}.
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 282 case BluetoothDevice.BOND_BONDED:
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 195 milliseconds