Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;77 getWindow().addPrivateFlags(PRIVATE_FLAG_SYSTEM_ERROR); in StrictModeViolationDialog()
63 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in UserSwitchingDialog()
75 attrs.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in AppErrorDialog()
97 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in AppNotRespondingDialog()
23 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;236 (win.mAttrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0))); in shouldForceHide()
1089 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams