Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java846 final int firstDisplayId = binderService.createVirtualDisplay(builder.build(),
857 builder2.setDisplayIdToMirror(firstDisplayId);
869 assertEquals(localDisplayManager.getDisplayIdToMirror(firstDisplayId),
872 firstDisplayId);
1104 final int firstDisplayId = binderService.createVirtualDisplay(builder.build(),
1127 assertEquals(localDisplayManager.getDisplayIdToMirror(firstDisplayId),
H A DBrightnessTrackerTest.java801 String firstDisplayId = "123"; in testDisplayIdChange() local
807 notifyBrightnessChanged(mTracker, firstBrightness, firstDisplayId); in testDisplayIdChange()
812 assertEquals(firstDisplayId, firstEvent.uniqueDisplayId); in testDisplayIdChange()