Home
last modified time | relevance | path

Searched defs:testDisplay (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DDisplayTrackerImplTest.kt126 val testDisplay = 2 in callbackCalledOnDisplayAdd() constant
136 val testDisplay = 2 in callbackCalledOnDisplayRemoved() constant
146 val testDisplay = 2 in callbackCalledOnDisplayChanged() constant
156 val testDisplay = 2 in callbackCalledOnBrightnessChanged() constant
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DCredentials_test.cpp236 sp<IBinder> testDisplay = SurfaceComposerClient::createVirtualDisplay(kDisplayName, true); in TEST_F() local
271 sp<IBinder> testDisplay = SurfaceComposerClient::createVirtualDisplay(kDisplayName, false); in TEST_F() local
/aosp_15_r20/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java151 String testDisplay = view.createChipDisplayText(entry); in testCreateDisplayText() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityManagerServiceTest.java274 final Display testDisplay = new Display(DisplayManagerGlobal.getInstance(), TEST_DISPLAY, in setUp() local