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 507 public int getBondState() {
509 return sService.getBondState(mAddress);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 323 int bondState = getBondState();
498 if (getBondState() == BluetoothDevice.BOND_NONE) {
523 int state = getBondState();
592 public int getBondState() {
593 return mDevice.getBondState();
629 if (getBondState() == BluetoothDevice.BOND_BONDING) {
807 return SettingsBtStatus.getPairingStatusSummary(getBondState());
870 int bondState = getBondState();
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 576 /* package */ BondState getBondState() {
638 int oldState = getBondState(address);
701 public synchronized int getBondState(String address) {
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 356 milliseconds