Searched refs:mBluetoothEnabler (Results 1 – 1 of 1) sorted by relevance
85 private BluetoothEnabler mBluetoothEnabler; field in BluetoothSettings149 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()