Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DBluetoothTetherPreferenceController.java36 public final class BluetoothTetherPreferenceController extends TetherBasePreferenceController { class
39 public BluetoothTetherPreferenceController(Context context, String preferenceKey) { in BluetoothTetherPreferenceController() method in BluetoothTetherPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DBluetoothTetherPreferenceControllerTest.java51 private BluetoothTetherPreferenceController mController;
62 mController = new BluetoothTetherPreferenceController(mContext, "BLUETOOTH"); in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DAllInOneTetherSettings.java46 import com.android.settings.network.BluetoothTetherPreferenceController;
191 getSettingsLifecycle().addObserver(use(BluetoothTetherPreferenceController.class)); in onAttach()
235 use(BluetoothTetherPreferenceController.class).setTetherEnabler(mTetherEnabler); in onActivityCreated()