Searched refs:mDeviceConnected (Results 1 – 1 of 1) sorted by relevance
73 private final boolean[] mDeviceConnected = {false, false}; field in BluetoothSummaryUpdaterTest86 doAnswer(invocation -> mDeviceConnected[0]).when(mConnectedDevice).isConnected(); in setUp()89 doAnswer(invocation -> mDeviceConnected[1]).when(mConnectedKeyBoardDevice).isConnected(); in setUp()117 mDeviceConnected[0] = true; in register_true_shouldSendSummaryChange()131 mDeviceConnected[0] = true; in onBluetoothStateChanged_btDisabled_shouldSendDisabledSummary()144 mDeviceConnected[0] = true; in onBluetoothStateChanged_btEnabled_connected_shouldSendConnectedSummary()159 mDeviceConnected[0] = false; in onBluetoothStateChanged_btEnabled_connectedMisMatch_shouldSendNotConnected()173 mDeviceConnected[0] = true; in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage()186 mDeviceConnected[0] = false; in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()192 mDeviceConnected[0] = true; in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()[all …]