Home
last modified time | relevance | path

Searched refs:getBluetoothState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/tether/
DTetherSettingsTest.java249 when(mTetherSettings.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_ON); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn()
280 when(mTetherSettings.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_ON); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherSettings.java492 int getBluetoothState() { in getBluetoothState() method in TetherSettings
507 final int btState = getBluetoothState(); in updateBluetoothState()