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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 174 int bondState = mCachedDevice.getBondState();
178 } else if (bondState == BluetoothDevice.BOND_BONDED) {
180 } else if (bondState == BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java 250 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
271 callback.onDeviceBondStateChanged(cachedDevice, bondState);
274 cachedDevice.onBondingStateChanged(bondState);
276 if (bondState == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/java/android/server/
BluetoothService.java 752 private static String toBondStateString(int bondState) {
753 switch (bondState) {
    [all...]

Completed in 43 milliseconds