Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSummaryUpdater.java38 public final class BluetoothSummaryUpdater extends SummaryUpdater implements BluetoothCallback { class
44 public BluetoothSummaryUpdater(Context context, OnSummaryChangeListener listener, in BluetoothSummaryUpdater() method in BluetoothSummaryUpdater
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothSummaryUpdaterTest.java75 private BluetoothSummaryUpdater mSummaryUpdater;
83 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, mListener, mBluetoothManager); in setUp()