Searched refs:isBluetoothTetheringOn (Results 1 – 3 of 3) sorted by relevance
51 ) { tetheringInterfaces, isBluetoothTetheringOn -> in <lambda>() method53 if (isBluetoothTetheringOn) mutableSet += TetheringManager.TETHERING_BLUETOOTH in <lambda>()
250 when(mTetherSettings.isBluetoothTetheringOn()).thenReturn(true); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn()281 when(mTetherSettings.isBluetoothTetheringOn()).thenReturn(false); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()
501 boolean isBluetoothTetheringOn() { in isBluetoothTetheringOn() method in TetherSettings521 if (btState == BluetoothAdapter.STATE_ON && isBluetoothTetheringOn()) { in updateBluetoothState()