HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSummaryUpdater (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java 39 public final class BluetoothSummaryUpdater extends SummaryUpdater implements BluetoothCallback {
40 private static final String TAG = "BluetoothSummaryUpdater";
45 public BluetoothSummaryUpdater(Context context, OnSummaryChangeListener listener,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothSummaryUpdaterTest.java 74 private BluetoothSummaryUpdater mSummaryUpdater;
85 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, mListener, mBluetoothManager);

Completed in 64 milliseconds