Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java85 private BluetoothEnabler mBluetoothEnabler; field in BluetoothSettings
149 mBluetoothEnabler = new BluetoothEnabler(activity, mSwitchBar); in onActivityCreated()
150 mBluetoothEnabler.setupSwitchBar(); in onActivityCreated()
157 mBluetoothEnabler.teardownSwitchBar(); in onDestroyView()
186 if (mBluetoothEnabler != null) { in onResume()
187 mBluetoothEnabler.resume(getActivity()); in onResume()
211 if (mBluetoothEnabler != null) { in onPause()
212 mBluetoothEnabler.pause(); in onPause()