Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java190 Context configurationContext = helper.sandboxContext.createConfigurationContext( in verifyNoTransforms() local
194 configurationContext, wmProxy, perDisplayBoundsCache); in verifyNoTransforms()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt302 val configurationContext = runningContext.createConfigurationContext(config) in <lambda>() constant
303 context = SandboxContext(configurationContext) in <lambda>()