Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothMasterSwitchPreferenceController.java44 private BluetoothSummaryUpdater mSummaryUpdater;
57 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, this, mBluetoothManager); in BluetoothMasterSwitchPreferenceController()
DBluetoothSummaryUpdater.java41 public final class BluetoothSummaryUpdater extends SummaryUpdater implements BluetoothCallback { class
49 public BluetoothSummaryUpdater(Context context, OnSummaryChangeListener listener, in BluetoothSummaryUpdater() method in BluetoothSummaryUpdater
DBluetoothSettings.java528 BluetoothSummaryUpdater mSummaryUpdater;
535 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, this, mBluetoothManager); in SummaryProvider()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdaterTest.java71 private BluetoothSummaryUpdater mSummaryUpdater;
80 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, mListener, mBluetoothManager); in setUp()