Searched refs:mBluetoothEnabler (Results 1 – 2 of 2) sorted by relevance
63 private BluetoothEnabler mBluetoothEnabler; field in BluetoothSettings132 mBluetoothEnabler = new BluetoothEnabler(activity, actionBarSwitch); in addPreferencesForActivity()141 if (mBluetoothEnabler != null) { in onResume()142 mBluetoothEnabler.resume(); in onResume()158 if (mBluetoothEnabler != null) { in onPause()159 mBluetoothEnabler.pause(); in onPause()
542 private final BluetoothEnabler mBluetoothEnabler; field in Settings.HeaderAdapter600 mBluetoothEnabler = new BluetoothEnabler(context, new Switch(context)); in HeaderAdapter()658 mBluetoothEnabler.setSwitch(holder.switch_); in getView()694 mBluetoothEnabler.resume(); in resume()699 mBluetoothEnabler.pause(); in pause()