Home
last modified time | relevance | path

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

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