Searched refs:SavedBluetoothDeviceUpdater (Results 1 – 6 of 6) sorted by relevance
22 import com.android.settings.bluetooth.SavedBluetoothDeviceUpdater;30 public class SavedHearingDeviceUpdater extends SavedBluetoothDeviceUpdater {
39 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater class51 public SavedBluetoothDeviceUpdater(Context context, in SavedBluetoothDeviceUpdater() method in SavedBluetoothDeviceUpdater
31 import com.android.settings.bluetooth.SavedBluetoothDeviceUpdater;166 mBluetoothDeviceUpdater = new SavedBluetoothDeviceUpdater(fragment.getContext(), in init()
36 import com.android.settings.bluetooth.SavedBluetoothDeviceUpdater;132 mBluetoothDeviceUpdater = new SavedBluetoothDeviceUpdater(fragment.getContext(), in init()
43 import com.android.settings.bluetooth.SavedBluetoothDeviceUpdater;85 private SavedBluetoothDeviceUpdater mSavedBtDeviceUpdater;339 mSavedBtDeviceUpdater = new SavedBluetoothDeviceUpdater(mContext, in lazyInitUpdaters()
93 private SavedBluetoothDeviceUpdater mBluetoothDeviceUpdater;110 mBluetoothDeviceUpdater = spy(new SavedBluetoothDeviceUpdater(mContext, in setUp()