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()314 void setBondState(int mBondState) { in setBondState() argument316 this.mBondState = mBondState; in setBondState()317 if (mBondState == BluetoothDevice.BOND_NONE) { in setBondState()332 return mBondState; in getBondState()
222 mDeviceProperties.mBondState = oldState; in testSendIntentCase()