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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 141 int bondState = getBondState();
318 if (getBondState() == BluetoothDevice.BOND_NONE) {
346 int state = getBondState();
426 public int getBondState() {
427 return mDevice.getBondState();
463 if (getBondState() == BluetoothDevice.BOND_BONDING) {
627 return SettingsBtStatus.getPairingStatusSummary(getBondState());
690 int bondState = getBondState();
808 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
809 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0)
    [all...]
BluetoothEventRedirector.java 137 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
CachedBluetoothDeviceManager.java 106 if (cachedDevice.getBondState() == BluetoothDevice.BOND_NONE &&
BluetoothSettings.java 235 if ((device.getBondState() == BluetoothDevice.BOND_BONDED) ||
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 54 int getBondState(in String address);
BluetoothDevice.java 555 public int getBondState() {
557 return sService.getBondState(mAddress);
  /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 659 int state = device.getBondState();
680 state = device.getBondState();
714 int state = device.getBondState();
734 if (device.getBondState() == BluetoothDevice.BOND_NONE) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 731 int oldState = getBondState(address);
800 public synchronized int getBondState(String address) {
    [all...]
BluetoothEventLoop.java 380 if (mBluetoothService.getBondState(address) != BluetoothDevice.BOND_BONDED)
395 if (mBluetoothService.getBondState(address) == BluetoothDevice.BOND_BONDED) {
  /prebuilt/sdk/6/
android.jar 

Completed in 61 milliseconds