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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
SettingsBtStatus.java 73 case BluetoothDevice.BOND_BONDING:
CachedBluetoothDevice.java 348 if (state == BluetoothDevice.BOND_BONDING) {
463 if (getBondState() == BluetoothDevice.BOND_BONDING) {
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 84 String[] devices = mBluetoothService.listInState(BluetoothDevice.BOND_BONDING);
387 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDING);
BluetoothService.java 365 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDING)) {
735 if (oldState == BluetoothDevice.BOND_BONDING) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 200 * {@link #BOND_BONDING},
209 * {@link #BOND_BONDING},
223 public static final int BOND_BONDING = 11;
576 * {@link #BOND_BONDING},
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 324 case BluetoothDevice.BOND_BONDING:
664 case BluetoothDevice.BOND_BONDING:
720 case BluetoothDevice.BOND_BONDING:
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 429 milliseconds