Searched refs:mBondState (Results 1 – 2 of 2) sorted by relevance
217 @VisibleForTesting int mBondState; field in RemoteDevices.DeviceProperties222 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()316 if ((mBondState == BluetoothDevice.BOND_BONDED in setBondState()326 mBondState = newBondState; in setBondState()335 return mBondState; in getBondState()
101 deviceProperties1.mBondState = BOND_BONDED; in testCreateBondAfterRemoveBond()102 deviceProperties2.mBondState = BOND_BONDED; in testCreateBondAfterRemoveBond()273 mDeviceProperties.mBondState = oldState; in testSendIntentCase()