Home
last modified time | relevance | path

Searched refs:oldContext (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/impl/
DRenderActionTestUtil.java26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext() local
28 return oldContext; in setBridgeContext()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/
DPlatformRenderTestCase.java54 private BridgeContext oldContext; field in PlatformRenderTestCase
85 oldContext = RenderActionTestUtil.setBridgeContext(context); in setUpContext()
90 RenderActionTestUtil.setBridgeContext(oldContext); in recoverContext()