HomeSort by relevance Sort by last modified time
    Searched refs:BOND_BONDED (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 87 return device.getBondState() == BluetoothDevice.BOND_BONDED;
94 return device.getBondState() != BluetoothDevice.BOND_BONDED;
CachedBluetoothDeviceManager.java 118 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
155 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
BluetoothDevicePreference.java 72 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
136 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
185 } else if (bondState == BluetoothDevice.BOND_BONDED) {
277 case BluetoothDevice.BOND_BONDED:
DevicePickerFragment.java 110 BluetoothDevice.BOND_BONDED) || !mNeedAuth) {
120 if (bondState == BluetoothDevice.BOND_BONDED) {
CachedBluetoothDevice.java 550 if (bondState == BluetoothDevice.BOND_BONDED) {
637 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
638 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0);
BluetoothPairingDialog.java 78 if (bondState == BluetoothDevice.BOND_BONDED ||
BluetoothSettings.java 482 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 202 else if (newState == BluetoothDevice.BOND_BONDED)
265 if (dev.getBondState() == BluetoothDevice.BOND_BONDED) {
343 msg.arg1 = BluetoothDevice.BOND_BONDED;
AdapterProperties.java 293 if (state == BluetoothDevice.BOND_BONDED) {
533 BluetoothDevice.BOND_BONDED);
AdapterService.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 297 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
313 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) {
410 if (bond == BluetoothDevice.BOND_BONDED) {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 201 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 201 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 187 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 196 case BluetoothDevice.BOND_BONDED:
803 case BluetoothDevice.BOND_BONDED:
814 if (state == BluetoothDevice.BOND_BONDED && (receiver.getFiredFlags() & mask) == mask) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 225 } else if (bondState == BluetoothDevice.BOND_BONDED) {
547 if (mTarget.getBondState() != BluetoothDevice.BOND_BONDED) {
BluetoothPairingDialog.java 98 if (bondState == BluetoothDevice.BOND_BONDED ||
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 191 if (device.getBondState() != BluetoothDevice.BOND_BONDED) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 219 * {@link #BOND_BONDED}.
228 * {@link #BOND_BONDED}.
252 public static final int BOND_BONDED = 12;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 304 milliseconds

1 2