Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DTetherSettingsTest.java351 private void updateOnlyBluetoothState(TetherSettings tetherSettings) { in updateOnlyBluetoothState() argument
352 doReturn(mTetheringManager).when(tetherSettings) in updateOnlyBluetoothState()
357 doNothing().when(tetherSettings).updateUsbState(any(String[].class)); in updateOnlyBluetoothState()
358 doNothing().when(tetherSettings).updateEthernetState(any(String[].class), in updateOnlyBluetoothState()