Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysUICutoutProviderTest.kt76 fakeProtectionLoader.addOuterCameraProtection(displayUniqueId = OUTER_DISPLAY_UNIQUE_ID) in cutoutInfoForCurrentDisplay_outerDisplay_protectionAssociated_returnsProtection()
164 uniqueId = OUTER_DISPLAY_UNIQUE_ID, in cutoutInfo_withRotation_doesNotMutateOriginalBounds()
170 displayUniqueId = OUTER_DISPLAY_UNIQUE_ID, in cutoutInfo_withRotation_doesNotMutateOriginalBounds()
233 uniqueId = OUTER_DISPLAY_UNIQUE_ID, in setUpProviderWithCameraProtection()
247 displayUniqueId = OUTER_DISPLAY_UNIQUE_ID, in setUpProviderWithCameraProtection()
254 private const val OUTER_DISPLAY_UNIQUE_ID = "outer" constant
255 private val OUTER_DISPLAY = createDisplay(uniqueId = OUTER_DISPLAY_UNIQUE_ID)