Searched refs:untrustedDisplay (Results 1 – 2 of 2) sorted by relevance
114 final DisplayContent untrustedDisplay = new TestDisplayContent.Builder(mAtm, info).build(); in testEmptyFeaturesOnUntrustedDisplay() local116 assertTrue(untrustedDisplay.mFeatures.isEmpty()); in testEmptyFeaturesOnUntrustedDisplay()117 assertNotNull(untrustedDisplay.getWindowingLayer()); in testEmptyFeaturesOnUntrustedDisplay()
1404 final DisplayContent untrustedDisplay = createNewDisplay(untrustedDisplayInfo); in testGetNonNullDimmerOnUntrustedDisplays() local1405 final ActivityRecord activity = createActivityRecord(untrustedDisplay); in testGetNonNullDimmerOnUntrustedDisplays()