Searched refs:FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY (Results 1 – 5 of 5) sorted by relevance
34 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 …]
830 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;
45 public static final int FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY = 1 << 0; field in DisplayDeviceInfo665 if ((flags & FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0) { in flagsToString()
663 if ((deviceInfo.flags & DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0) { in handleDisplayDeviceAddedLocked()699 & DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY) != 0 in handleDisplayDeviceRemovedLocked()
711 mInfo.flags |= DisplayDeviceInfo.FLAG_ALLOWED_TO_BE_DEFAULT_DISPLAY; in getDisplayDeviceInfoLocked()