Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java124 deviceProperties1.mBondState = BOND_BONDED; in testCreateBondAfterRemoveBond()
125 deviceProperties2.mBondState = BOND_BONDED; in testCreateBondAfterRemoveBond()
576 mDeviceProperties.mBondState = oldState; in testSendIntentCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java291 @VisibleForTesting int mBondState; field in RemoteDevices.DeviceProperties
297 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()
529 this.mBondState = newBondState; in setBondState()
546 return mBondState; in getBondState()