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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 555 public int getBondState() {
557 return sService.getBondState(mAddress);
  /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...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 731 int oldState = getBondState(address);
800 public synchronized int getBondState(String address) {
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 290 milliseconds