Searched refs:getBluetoothState (Results 1 – 2 of 2) sorted by relevance
249 when(mTetherSettings.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_ON); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn()280 when(mTetherSettings.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_ON); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()
492 int getBluetoothState() { in getBluetoothState() method in TetherSettings507 final int btState = getBluetoothState(); in updateBluetoothState()