Update missed ECM Settings tests

Bug: 297372999
Test: atest BluetoothDetailsRelatedToolsControllerTest
      AppInfoDashboardFragmentTest
Change-Id: Icd83b70b0621f71cc4a253375c65ff6cce34b672
This commit is contained in:
Hani Kazmi
2024-02-22 13:51:36 +00:00
parent 3bc291a3c5
commit 544e471ec2
2 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ import org.robolectric.annotation.Config;
@RunWith(RobolectricTestRunner.class)
@Config(shadows = {
com.android.settings.testutils.shadow.ShadowFragment.class,
com.android.settings.testutils.shadow.ShadowRestrictedLockUtilsInternal.class,
})
public abstract class BluetoothDetailsControllerTestBase {