Searched refs:SystemServicesTestRule (Results 1 – 8 of 8) sorted by relevance
37 final SystemServicesTestRule mWmsRule = new SystemServicesTestRule(); in testRule_rethrows_unchecked_exceptions()50 final SystemServicesTestRule mWmsRule = new SystemServicesTestRule(); in testRule_rethrows_checked_exceptions()64 final SystemServicesTestRule mWmsRule = new SystemServicesTestRule(); in testRule_ranSuccessfully()
34 public final SystemServicesTestRule mSystemServicesTestRule = new SystemServicesTestRule();
42 private final SystemServicesTestRule mSystemServicesTestRule;45 WindowManagerGlobalLockRule(SystemServicesTestRule systemServiceTestRule) { in WindowManagerGlobalLockRule()
151 SystemServicesTestRule.checkHoldsLock(mService.mGlobalLock); in build()153 final int displayId = SystemServicesTestRule.sNextDisplayId++; in build()
200 SystemServicesTestRule.checkHoldsLock(mWm.mGlobalLock); in setUpBase()485 SystemServicesTestRule.checkHoldsLock(service.mGlobalLock); in createWindow()763 SystemServicesTestRule.checkHoldsLock(mWm.mGlobalLock); in createWindowState()1078 SystemServicesTestRule.checkHoldsLock(mService.mGlobalLock); in build()1233 SystemServicesTestRule.checkHoldsLock(mAtm.mGlobalLock); in build()1378 SystemServicesTestRule.checkHoldsLock(mSupervisor.mService.mGlobalLock); in build()1588 SystemServicesTestRule.checkHoldsLock(dc.mWmService.mGlobalLock); in createTestWindowToken()
97 public class SystemServicesTestRule implements TestRule { class99 private static final String TAG = SystemServicesTestRule.class.getSimpleName();131 runWithDexmakerShareClassLoader(SystemServicesTestRule.this::setUp); in apply()
206 organizer, SystemServicesTestRule.sNextDisplayId + 1, FEATURE_ROOT, in testCreateTaskDisplayArea_invalidDisplayAndRoot()
86 public final SystemServicesTestRule mSystemServices = new SystemServicesTestRule();