Home
last modified time | relevance | path

Searched refs:BluetoothState (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothStateLiveData.java37 BluetoothState.UNKNOWN,
38 BluetoothState.DISABLED,
39 BluetoothState.ENABLED,
41 public @interface BluetoothState { annotation in BluetoothStateLiveData
84 @BluetoothState int state = BluetoothState.UNKNOWN; in updateState()
86 state = mBluetoothAdapter.isEnabled() ? BluetoothState.ENABLED in updateState()
87 : BluetoothState.DISABLED; in updateState()
DBluetoothErrorStringLiveData.java118 || bluetoothState != BluetoothStateLiveData.BluetoothState.DISABLED; in isBluetoothEnabled()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/livedata/
DBluetoothStateLiveDataTest.java97 BluetoothStateLiveData.BluetoothState.DISABLED); in testOnBluetoothAdapterStateChange()
103 BluetoothStateLiveData.BluetoothState.ENABLED); in testOnBluetoothAdapterStateChange()
104 assertThat(valueCaptor.getValue()).isEqualTo(BluetoothStateLiveData.BluetoothState.ENABLED); in testOnBluetoothAdapterStateChange()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java91 BluetoothStateLiveData.BluetoothState.DISABLED); in testDialerAppState_bluetoothNotEnabled_bluetoothError()
106 BluetoothStateLiveData.BluetoothState.ENABLED); in testDialerAppState_noPairedDevices_bluetoothError()
126 BluetoothStateLiveData.BluetoothState.ENABLED); in testDialerAppState_hfpNoConnected_bluetoothError()