Searched refs:ShadowBluetoothAdapterForDialer (Results 1 – 3 of 3) sorted by relevance
38 import com.android.car.dialer.testutils.ShadowBluetoothAdapterForDialer;51 @Config(shadows = ShadowBluetoothAdapterForDialer.class)86 ShadowBluetoothAdapterForDialer shadowBluetoothAdapter = in testDialerAppState_bluetoothNotEnabled_bluetoothError()87 (ShadowBluetoothAdapterForDialer) shadowOf(BluetoothAdapter.getDefaultAdapter()); in testDialerAppState_bluetoothNotEnabled_bluetoothError()102 ShadowBluetoothAdapterForDialer shadowBluetoothAdapter = in testDialerAppState_noPairedDevices_bluetoothError()103 (ShadowBluetoothAdapterForDialer) shadowOf(BluetoothAdapter.getDefaultAdapter()); in testDialerAppState_noPairedDevices_bluetoothError()121 ShadowBluetoothAdapterForDialer shadowBluetoothAdapter = in testDialerAppState_hfpNoConnected_bluetoothError()122 (ShadowBluetoothAdapterForDialer) shadowOf(BluetoothAdapter.getDefaultAdapter()); in testDialerAppState_hfpNoConnected_bluetoothError()144 ShadowBluetoothAdapterForDialer shadowBluetoothAdapter = in testDialerAppState_bluetoothAllSet_dialerAppStateDefault()145 (ShadowBluetoothAdapterForDialer) shadowOf(BluetoothAdapter.getDefaultAdapter()); in testDialerAppState_bluetoothAllSet_dialerAppStateDefault()[all …]
41 import com.android.car.dialer.testutils.ShadowBluetoothAdapterForDialer;54 @Config(shadows = ShadowBluetoothAdapterForDialer.class)94 ShadowBluetoothAdapterForDialer shadowBluetoothAdapter = in testOnBluetoothHfpStateChange()95 (ShadowBluetoothAdapterForDialer) Shadow.extract( in testOnBluetoothHfpStateChange()
38 public class ShadowBluetoothAdapterForDialer extends class