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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 187 if (newState == BluetoothDevice.BOND_NONE)
238 if (dev.getBondState() == BluetoothDevice.BOND_NONE) {
242 sendIntent(dev, BluetoothDevice.BOND_NONE,
255 int oldState = BluetoothDevice.BOND_NONE;
266 if (newState == BluetoothDevice.BOND_NONE)
295 msg.arg1 = BluetoothDevice.BOND_NONE;
RemoteDevices.java 110 mBondState = BluetoothDevice.BOND_NONE;
192 if (mBondState == BluetoothDevice.BOND_NONE)
AdapterService.java 732 if (service == null) return BluetoothDevice.BOND_NONE;
    [all...]
AdapterProperties.java 249 } else if (state == BluetoothDevice.BOND_NONE) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 85 if (device.getBondState() != BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 183 // Note: When EXTRA_BOND_STATE is BOND_NONE then this will also
219 * {@link #BOND_NONE},
228 * {@link #BOND_NONE},
239 public static final int BOND_NONE = 10;
835 * {@link #BOND_NONE},
845 return BOND_NONE;
856 return BOND_NONE;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 49 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE;
BluetoothDevicePreference.java 183 } else if (bondState == BluetoothDevice.BOND_NONE) {
263 case BluetoothDevice.BOND_NONE:
CachedBluetoothDevice.java 295 if (getBondState() == BluetoothDevice.BOND_NONE) {
332 if (state != BluetoothDevice.BOND_NONE) {
539 if (bondState == BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java 280 if (bondState == BluetoothDevice.BOND_NONE) {
363 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
DeviceProfilesSettings.java 155 if(mCachedDevice.getBondState() == BluetoothDevice.BOND_NONE)
BluetoothPairingDialog.java 76 bondState == BluetoothDevice.BOND_NONE) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 189 case BluetoothDevice.BOND_NONE:
792 case BluetoothDevice.BOND_NONE:
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 315 } else if (bond == BluetoothDevice.BOND_NONE) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 649 (device.getBondState() != BluetoothDevice.BOND_NONE))){
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 611 (device.getBondState() == BluetoothDevice.BOND_NONE))
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /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 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 578 milliseconds