Home
last modified time | relevance | path

Searched refs:BLUETOOTH_ERROR (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java80 TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR); in testDialerAppState_defaultBluetoothAdapterIsNull_bluetoothError()
96 TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR); in testDialerAppState_bluetoothNotEnabled_bluetoothError()
115 TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR); in testDialerAppState_noPairedDevices_bluetoothError()
138 TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR); in testDialerAppState_hfpNoConnected_bluetoothError()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java67 @IntDef({DialerAppState.DEFAULT, DialerAppState.BLUETOOTH_ERROR,
72 int BLUETOOTH_ERROR = 1; field
175 setValue(DialerAppState.BLUETOOTH_ERROR); in updateDialerAppState()
DTelecomActivity.java137 if (TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR in handleIntent()
154 if (TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR in handleIntent()
164 if (TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR in handleIntent()
200 case TelecomActivityViewModel.DialerAppState.BLUETOOTH_ERROR: in updateCurrentFragment()