Searched refs:ShadowApplicationsState (Results 1 – 8 of 8) sorted by relevance
29 import com.android.car.settings.testutils.ShadowApplicationsState;50 @Config(shadows = {ShadowApplicationsState.class})73 ShadowApplicationsState.setInstance(mApplicationsState); in setUp()83 ShadowApplicationsState.reset(); in tearDown()
39 import com.android.car.settings.testutils.ShadowApplicationsState;62 @Config(shadows = {ShadowApplicationsState.class, ShadowSmsManager.class})80 ShadowApplicationsState.setInstance(mApplicationsState); in setUp()96 ShadowApplicationsState.reset(); in tearDown()
41 import com.android.car.settings.testutils.ShadowApplicationsState;64 @Config(shadows = {ShadowAppOpsManager.class, ShadowApplicationsState.class})86 ShadowApplicationsState.setInstance(mApplicationsState); in setUp()104 ShadowApplicationsState.reset(); in tearDown()
40 import com.android.car.settings.testutils.ShadowApplicationsState;61 @Config(shadows = {ShadowIconDrawableFactory.class, ShadowApplicationsState.class})81 ShadowApplicationsState.setInstance(mApplicationsState); in setUp()104 ShadowApplicationsState.reset(); in tearDown()
44 import com.android.car.settings.testutils.ShadowApplicationsState;65 @Config(shadows = {ShadowApplicationsState.class, ShadowRestrictedLockUtilsInternal.class,113 ShadowApplicationsState.setInstance(mApplicationsState); in setUp()119 ShadowApplicationsState.reset(); in tearDown()
39 import com.android.settings.testutils.shadow.ShadowApplicationsState;55 @Config(shadows = {ShadowUserManager.class, ShadowApplicationsState.class})
27 public class ShadowApplicationsState { class
28 public class ShadowApplicationsState { class