Home
last modified time | relevance | path

Searched refs:mBondState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java217 @VisibleForTesting int mBondState; field in RemoteDevices.DeviceProperties
222 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()
316 if ((mBondState == BluetoothDevice.BOND_BONDED in setBondState()
326 mBondState = newBondState; in setBondState()
335 return mBondState; in getBondState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java222 mDeviceProperties.mBondState = oldState; in testSendIntentCase()