Searched refs:BluetoothTetherPreferenceController (Results 1 – 3 of 3) sorted by relevance
36 public final class BluetoothTetherPreferenceController extends TetherBasePreferenceController { class39 public BluetoothTetherPreferenceController(Context context, String preferenceKey) { in BluetoothTetherPreferenceController() method in BluetoothTetherPreferenceController
51 private BluetoothTetherPreferenceController mController;62 mController = new BluetoothTetherPreferenceController(mContext, "BLUETOOTH"); in setUp()
46 import com.android.settings.network.BluetoothTetherPreferenceController;191 getSettingsLifecycle().addObserver(use(BluetoothTetherPreferenceController.class)); in onAttach()235 use(BluetoothTetherPreferenceController.class).setTetherEnabler(mTetherEnabler); in onActivityCreated()