Searched refs:SystemServicesTestRule (Results 1 – 10 of 10) 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()
45 public SystemServicesTestRule mWmsRule = new SystemServicesTestRule();
130 SystemServicesTestRule.checkHoldsLock(mService.mGlobalLock); in build()132 final int displayId = SystemServicesTestRule.sNextDisplayId++; in build()
233 SystemServicesTestRule.checkHoldsLock(mService.mGlobalLock); in build()336 private int mTaskId = SystemServicesTestRule.sNextTaskId++;398 SystemServicesTestRule.checkHoldsLock(mSupervisor.mService.mGlobalLock); in build()507 SystemServicesTestRule.checkHoldsLock(mRootWindowContainer.mWmService.mGlobalLock); in build()
94 SystemServicesTestRule.checkHoldsLock(mWm.mGlobalLock); in setUpBase()235 SystemServicesTestRule.checkHoldsLock(service.mGlobalLock); in createWindow()333 SystemServicesTestRule.checkHoldsLock(mWm.mGlobalLock); in createWindowState()
66 public final SystemServicesTestRule mSystemServices = new SystemServicesTestRule();
79 SystemServicesTestRule.checkHoldsLock(dc.mWmService.mGlobalLock); in createTestWindowToken()
96 public class SystemServicesTestRule implements TestRule { class98 private static final String TAG = SystemServicesTestRule.class.getSimpleName();126 runWithDexmakerShareClassLoader(SystemServicesTestRule.this::setUp); in apply()