Searched refs:UiBluetoothMonitor (Results 1 – 6 of 6) sorted by relevance
28 public class UiBluetoothMonitor { class31 private static UiBluetoothMonitor sUiBluetoothMonitor;47 public static UiBluetoothMonitor init(Context applicationContext) { in init()49 sUiBluetoothMonitor = new UiBluetoothMonitor(applicationContext); in init()57 public static UiBluetoothMonitor get() { in get()61 private UiBluetoothMonitor(Context applicationContext) { in UiBluetoothMonitor() method in UiBluetoothMonitor
36 import com.android.car.dialer.telecom.UiBluetoothMonitor;68 UiBluetoothMonitor.get().tearDown(); in tearDown()162 UiBluetoothMonitor.init(mContext); in initializeBluetoothMonitor()163 mHfpStateLiveData = UiBluetoothMonitor.get().getHfpStateLiveData(); in initializeBluetoothMonitor()164 mPairedListLiveData = UiBluetoothMonitor.get().getPairListLiveData(); in initializeBluetoothMonitor()165 mBluetoothStateLiveData = UiBluetoothMonitor.get().getBluetoothStateLiveData(); in initializeBluetoothMonitor()
38 private UiBluetoothMonitor mUiBluetoothMonitor;43 mUiBluetoothMonitor = UiBluetoothMonitor.init(mContext); in setup()51 UiBluetoothMonitor.init(mContext); in testInit_initTwice_ThrowException()60 assertThat(UiBluetoothMonitor.get()).isEqualTo(mUiBluetoothMonitor); in testGet()
33 import com.android.car.dialer.telecom.UiBluetoothMonitor;68 UiBluetoothMonitor.init(RuntimeEnvironment.application); in setup()105 UiBluetoothMonitor.get().tearDown(); in tearDown()
38 import com.android.car.dialer.telecom.UiBluetoothMonitor;89 UiBluetoothMonitor uiBluetoothMonitor = UiBluetoothMonitor.get(); in TelecomActivityViewModel()
23 import com.android.car.dialer.telecom.UiBluetoothMonitor;34 UiBluetoothMonitor.init(this); in onCreate()