Searched refs:tetherSettings (Results 1 – 2 of 2) sorted by relevance
405 private void updateOnlyBluetoothState(TetherSettings tetherSettings) { in updateOnlyBluetoothState() argument411 doNothing().when(tetherSettings).updateUsbState(any(String[].class)); in updateOnlyBluetoothState()412 doNothing().when(tetherSettings).updateEthernetState(any(String[].class), in updateOnlyBluetoothState()
709 final TetherSettings tetherSettings = mTetherSettings.get(); in onInterfaceStateChanged() local710 if (tetherSettings == null) { in onInterfaceStateChanged()713 tetherSettings.onInterfaceStateChanged(iface, state, role, configuration); in onInterfaceStateChanged()