Home
last modified time | relevance | path

Searched refs:addOuterCameraProtection (Results 1 – 2 of 2) 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()
98 fakeProtectionLoader.addOuterCameraProtection(displayUniqueId = "") in cutoutInfoForCurrentDisplay_displayWithNullId_protectionsWithNoId_returnsNullProtection()
109 fakeProtectionLoader.addOuterCameraProtection(displayUniqueId = "") in cutoutInfoForCurrentDisplay_displayWithEmptyId_protectionsWithNoId_returnsNullProtection()
169 fakeProtectionLoader.addOuterCameraProtection( in cutoutInfo_withRotation_doesNotMutateOriginalBounds()
246 fakeProtectionLoader.addOuterCameraProtection( in setUpProviderWithCameraProtection()
DFakeCameraProtectionLoader.kt36 addOuterCameraProtection() in addAllProtections()
40 fun addOuterCameraProtection( in addOuterCameraProtection() method