Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java63 private BluetoothEnabler mBluetoothEnabler; field in BluetoothSettings
132 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()
/packages/apps/Settings/src/com/android/settings/
DSettings.java542 private final BluetoothEnabler mBluetoothEnabler; field in Settings.HeaderAdapter
600 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()