Searched refs:ShadowBluetoothUtils (Results 1 – 9 of 9) sorted by relevance
44 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;61 @Config(shadows = {ShadowAudioManager.class, ShadowBluetoothUtils.class})101 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalManager; in setUp()114 ShadowBluetoothUtils.reset(); in tearDown()
42 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;65 @Config(shadows = {ShadowBluetoothAdapter.class, ShadowBluetoothUtils.class})108 ShadowBluetoothUtils.reset(); in tearDown()194 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalBluetoothManager; in setupBluetoothEnvironment()
50 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;78 ShadowBluetoothUtils.class,129 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalManager; in setUp()168 ShadowBluetoothUtils.reset(); in tearDown()173 ShadowBluetoothUtils.reset(); in constructor_notSupportBluetooth_shouldReturnBeforeUsingLocalBluetoothManager()
55 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;84 ShadowBluetoothUtils.class,148 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalManager; in setUp()208 ShadowBluetoothUtils.reset(); in tearDown()
45 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;71 ShadowBluetoothUtils.class,124 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalManager; in setUp()167 ShadowBluetoothUtils.reset(); in tearDown()
40 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;61 ShadowBluetoothUtils.class, ShadowSliceBackgroundWorker.class})233 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalBluetoothManager; in onSlicePinned_packageUpdated_checkPackageName()
43 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;62 @Config(shadows = {ShadowBluetoothAdapter.class, ShadowBluetoothUtils.class,93 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalBluetoothManager; in setUp()
51 import com.android.settings.testutils.shadow.ShadowBluetoothUtils;74 @Config(shadows = {ShadowBluetoothUtils.class,118 ShadowBluetoothUtils.sLocalBluetoothManager = mLocalBluetoothManager; in setUp()
29 public class ShadowBluetoothUtils { class