Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java1573 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testWakeLock_affectsProperDisplayGroup()
1613 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testInvalidDisplayGroupWakeLock_affectsAllDisplayGroups()
1659 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testRemovedDisplayGroupWakeLock_affectsNoDisplayGroups()
2015 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_wakefulnessUpdates()
2051 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_addDisplayGroup_wakesDeviceUp()
2068 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_removeDisplayGroup_updatesWakefulness()
2100 listener.get().onDisplayGroupAdded(nonDefaultPowerGroupId); in testMultiDisplay_updatesLastGlobalWakeTime()
2165 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_twoDisplays_defaultDisplayCanDoze()
2220 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_addNewDisplay_becomeGloballyAwakeButDefaultRemainsDozing()
2280 listener.get().onDisplayGroupAdded(nonDefaultDisplayGroupId); in testMultiDisplay_bothDisplaysSleep_onWakefulnessChangedEventsFireCorrectly()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java635 void onDisplayGroupAdded(int groupId); in onDisplayGroupAdded() method
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java2943 listener.onDisplayGroupAdded(groupId); in deliverDisplayGroupEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java738 public void onDisplayGroupAdded(int groupId) { in onDisplayGroupAdded() method in PowerManagerService.DisplayGroupPowerChangeListener