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()
314 void setBondState(int mBondState) { in setBondState() argument
316 this.mBondState = mBondState; in setBondState()
317 if (mBondState == BluetoothDevice.BOND_NONE) { in setBondState()
332 return mBondState; in getBondState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java222 mDeviceProperties.mBondState = oldState; in testSendIntentCase()