Home
last modified time | relevance | path

Searched refs:LOGICAL_DISPLAY_EVENT_REMOVED (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java63 public static final int LOGICAL_DISPLAY_EVENT_REMOVED = 3; field in LogicalDisplayMapper
430 mLogicalDisplaysToUpdate.put(displayId, LOGICAL_DISPLAY_EVENT_REMOVED); in updateLogicalDisplaysLocked()
507 sendUpdatesForDisplaysLocked(LOGICAL_DISPLAY_EVENT_REMOVED); in updateLogicalDisplaysLocked()
538 if (msg == LOGICAL_DISPLAY_EVENT_REMOVED) { in sendUpdatesForDisplaysLocked()
779 case LOGICAL_DISPLAY_EVENT_REMOVED: in displayEventToString()
H A DDisplayManagerService.java2267 case LogicalDisplayMapper.LOGICAL_DISPLAY_EVENT_REMOVED:
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java23 import static com.android.server.display.LogicalDisplayMapper.LOGICAL_DISPLAY_EVENT_REMOVED;
131 mDisplayCaptor.capture(), eq(LOGICAL_DISPLAY_EVENT_REMOVED)); in testDisplayDeviceAddAndRemove_Internal()
295 mDisplayCaptor.capture(), eq(LOGICAL_DISPLAY_EVENT_REMOVED)); in testDisplayDeviceAddAndRemove_NonInternal()