Home
last modified time | relevance | path

Searched refs:FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DLogicalDisplayMapperTest.java34 import static com.android.server.display.DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY;
225 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAddAndRemove_Internal()
258 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAdd_TwoInternalOneDefault()
272 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAdd_TwoInternalBothDefault()
274 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAdd_TwoInternalBothDefault()
289 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAddAndRemove_OneExternalDefault()
308 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAddAndRemove_SwitchDefault()
310 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAddAndRemove_SwitchDefault()
338 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDeviceAddAndRemove_withDisplayManagement()
377 FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY); in testDisplayDisableEnable_withDisplayManagement()
[all …]
DDisplayManagerServiceTest.java830 displayDeviceInfo.flags = DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY;
3377 displayDeviceInfo.flags = DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY;
3412 displayDeviceInfo.flags = DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY;
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java45 public static final int FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY = 1 << 0; field in DisplayDeviceInfo
665 if ((flags & FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0) { in flagsToString()
DLogicalDisplayMapper.java663 if ((deviceInfo.flags & DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0) { in handleDisplayDeviceAddedLocked()
699 & DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0 in handleDisplayDeviceRemovedLocked()
DLocalDisplayAdapter.java711 mInfo.flags |= DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY; in getDisplayDeviceInfoLocked()