Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaPolicyTests.java114 final DisplayContent untrustedDisplay = new TestDisplayContent.Builder(mAtm, info).build(); in testEmptyFeaturesOnUntrustedDisplay() local
116 assertTrue(untrustedDisplay.mFeatures.isEmpty()); in testEmptyFeaturesOnUntrustedDisplay()
117 assertNotNull(untrustedDisplay.getWindowingLayer()); in testEmptyFeaturesOnUntrustedDisplay()
H A DTaskTests.java1404 final DisplayContent untrustedDisplay = createNewDisplay(untrustedDisplayInfo); in testGetNonNullDimmerOnUntrustedDisplays() local
1405 final ActivityRecord activity = createActivityRecord(untrustedDisplay); in testGetNonNullDimmerOnUntrustedDisplays()