Home
last modified time | relevance | path

Searched refs:SystemServicesTestRule (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSystemServicesTestRuleTest.java37 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()
H A DSystemServiceTestsBase.java34 public final SystemServicesTestRule mSystemServicesTestRule = new SystemServicesTestRule();
H A DWindowManagerGlobalLockRule.java42 private final SystemServicesTestRule mSystemServicesTestRule;
45 WindowManagerGlobalLockRule(SystemServicesTestRule systemServiceTestRule) { in WindowManagerGlobalLockRule()
H A DTestDisplayContent.java151 SystemServicesTestRule.checkHoldsLock(mService.mGlobalLock); in build()
153 final int displayId = SystemServicesTestRule.sNextDisplayId++; in build()
H A DWindowTestsBase.java200 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()
H A DSystemServicesTestRule.java97 public class SystemServicesTestRule implements TestRule { class
99 private static final String TAG = SystemServicesTestRule.class.getSimpleName();
131 runWithDexmakerShareClassLoader(SystemServicesTestRule.this::setUp); in apply()
H A DDisplayAreaOrganizerTest.java206 organizer, SystemServicesTestRule.sNextDisplayId + 1, FEATURE_ROOT, in testCreateTaskDisplayArea_invalidDisplayAndRoot()
H A DDisplayAreaPolicyBuilderTest.java86 public final SystemServicesTestRule mSystemServices = new SystemServicesTestRule();