Home
last modified time | relevance | path

Searched refs:UiBluetoothMonitor (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiBluetoothMonitor.java28 public class UiBluetoothMonitor { class
31 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
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java36 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()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DUiBluetoothMonitorTest.java38 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()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/warning/
DNoHfpFragmentTest.java33 import com.android.car.dialer.telecom.UiBluetoothMonitor;
68 UiBluetoothMonitor.init(RuntimeEnvironment.application); in setup()
105 UiBluetoothMonitor.get().tearDown(); in tearDown()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java38 import com.android.car.dialer.telecom.UiBluetoothMonitor;
89 UiBluetoothMonitor uiBluetoothMonitor = UiBluetoothMonitor.get(); in TelecomActivityViewModel()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DDialerApplication.java23 import com.android.car.dialer.telecom.UiBluetoothMonitor;
34 UiBluetoothMonitor.init(this); in onCreate()