Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cadaba09 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Support display cutout side override in tests" into main

parents 18200ee9 2f0f93ea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -176,6 +176,10 @@ public class LocalDisplayAdapterTest {
        when(mockArray.length()).thenReturn(0);
        when(mMockedResources.obtainTypedArray(R.array.config_maskBuiltInDisplayCutoutArray))
                .thenReturn(mockArray);
        when(mMockedResources.obtainTypedArray(R.array.config_displayCutoutSideOverrideArray))
                .thenReturn(mockArray);
        when(mMockedResources.getStringArray(R.array.config_mainBuiltInDisplayCutoutSideOverride))
                .thenReturn(new String[]{});
        when(mMockedResources.obtainTypedArray(R.array.config_waterfallCutoutArray))
                .thenReturn(mockArray);
        when(mMockedResources.obtainTypedArray(R.array.config_roundedCornerRadiusArray))